GET https://osm-labo.cipherbliss.com/admin/followup/02277/embed/defibrillator

HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

POST https://overpass-api.de/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="02277"]->.searchArea;\n
      (\n
        nwr["emergency"="fire_hydrant"](area.searchArea);\n
        nwr["amenity"="charging_station"](area.searchArea);\n
        nwr["amenity"="toilets"](area.searchArea);\n
        nwr["highway"="bus_stop"](area.searchArea);\n
        nwr["emergency"="defibrillator"](area.searchArea);\n
        nwr["man_made"="surveillance"](area.searchArea);\n
        nwr["amenity"="recycling"](area.searchArea);\n
        nwr["power"="substation"](area.searchArea);\n
        nwr["healthcare"](area.searchArea);\n
        nwr["amenity"="doctors"](area.searchArea);\n
        nwr["amenity"="pharmacy"](area.searchArea);\n
        nwr["amenity"="hospital"](area.searchArea);\n
        nwr["amenity"="clinic"](area.searchArea);\n
        nwr["amenity"="social_facility"](area.searchArea);\n
        nwr["healthcare"="laboratory"](area.searchArea);\n
        nwr["amenity"="school"](area.searchArea);\n
        nwr["amenity"="police"](area.searchArea);\n
        nwr["amenity"="bicycle_parking"](area.searchArea);\n
        nwr["advertising"="board"]["message"="political"](area.searchArea);\n
        way["building"](area.searchArea);\n
        nwr["email"](area.searchArea);\n
        nwr["contact:email"](area.searchArea);\n
        nwr["amenity"="bench"](area.searchArea);\n
        nwr["amenity"="waste_basket"](area.searchArea);\n
        nwr["highway"="street_lamp"](area.searchArea);\n
        nwr["amenity"="drinking_water"](area.searchArea);\n
        nwr["natural"="tree"](area.searchArea);\n
        nw["power"="pole"](area.searchArea);\n
        nwr["manhole"](area.searchArea);\n
        nwr["amenity"="public_bookcase"](area.searchArea);\n
        nwr["leisure"="playground"](area.searchArea);\n
        nwr["amenity"="restaurant"](area.searchArea);\n
        nwr["ref:FR:RNB"](area.searchArea);\n
      );\n
      (._;>;);\n
      out meta;\n
      >;
      """
  ]
  "timeout" => 60
]
Response 200
[
  "info" => [
    "header_size" => 190
    "request_size" => 2613
    "total_time" => 4.890861
    "namelookup_time" => 0.000495
    "connect_time" => 0.018923
    "pretransfer_time" => 0.040553
    "size_upload" => 2410.0
    "size_download" => 35683.0
    "speed_download" => 7295.0
    "speed_upload" => 492.0
    "download_content_length" => 35683.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 4.871098
    "primary_ip" => "2a01:4f8:261:3c4f::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:88e4:cc06:423a:2464"
    "local_port" => 52150
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 40463
    "connect_time_us" => 18923
    "namelookup_time_us" => 495
    "pretransfer_time_us" => 40553
    "starttransfer_time_us" => 4871098
    "posttransfer_time_us" => 40552
    "total_time_us" => 4890861
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770182804.1282
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#929
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#896 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#913 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n
      * IPv4: 162.55.144.139, 65.109.112.52\n
      *   Trying [2a01:4f8:261:3c4f::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=gall.openstreetmap.de\n
      *  start date: Jan 21 16:56:04 2026 GMT\n
      *  expire date: Apr 21 16:56:03 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f8:261:3c4f::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Wed, 04 Feb 2026 05:26:44 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 35683\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Wed, 04 Feb 2026 05:26:44 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 35683"
    "Content-Type: application/json"
  ]
  "response_content" => [
    """
      {\n
        "version": 0.6,\n
        "generator": "Overpass API 0.7.62.10 2d4cfc48",\n
        "osm3s": {\n
          "timestamp_osm_base": "2026-02-04T05:25:16Z",\n
          "timestamp_areas_base": "2026-01-22T23:45:51Z",\n
          "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n
        },\n
        "elements": [\n
      \n
      {\n
        "type": "node",\n
        "id": 4841009608,\n
        "lat": 49.4586162,\n
        "lon": 3.2364055,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009609,\n
        "lat": 49.4586147,\n
        "lon": 3.2362267,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009610,\n
        "lat": 49.4585733,\n
        "lon": 3.2362280,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009611,\n
        "lat": 49.4585747,\n
        "lon": 3.2364057,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009612,\n
        "lat": 49.4584932,\n
        "lon": 3.2364966,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009613,\n
        "lat": 49.4584906,\n
        "lon": 3.2364446,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009614,\n
        "lat": 49.4584099,\n
        "lon": 3.2364543,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009615,\n
        "lat": 49.4584112,\n
        "lon": 3.2364732,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009616,\n
        "lat": 49.4584224,\n
        "lon": 3.2364715,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009617,\n
        "lat": 49.4584247,\n
        "lon": 3.2365050,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009618,\n
        "lat": 49.4586409,\n
        "lon": 3.2367705,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009619,\n
        "lat": 49.4586549,\n
        "lon": 3.2365362,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009620,\n
        "lat": 49.4585986,\n
        "lon": 3.2365293,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009886,\n
        "lat": 49.4728458,\n
        "lon": 3.2347012,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009887,\n
        "lat": 49.4728440,\n
        "lon": 3.2346969,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009888,\n
        "lat": 49.4727936,\n
        "lon": 3.2347478,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009889,\n
        "lat": 49.4728224,\n
        "lon": 3.2348158,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009890,\n
        "lat": 49.4729969,\n
        "lon": 3.2346432,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009891,\n
        "lat": 49.4729675,\n
        "lon": 3.2345729,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009892,\n
        "lat": 49.4729161,\n
        "lon": 3.2346244,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009893,\n
        "lat": 49.4729181,\n
        "lon": 3.2346297,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009894,\n
        "lat": 49.4728973,\n
        "lon": 3.2346489,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009895,\n
        "lat": 49.4729200,\n
        "lon": 3.2347067,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009896,\n
        "lat": 49.4729412,\n
        "lon": 3.2346871,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009897,\n
        "lat": 49.4729435,\n
        "lon": 3.2346927,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009898,\n
        "lat": 49.4730435,\n
        "lon": 3.2346001,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009899,\n
        "lat": 49.4730399,\n
        "lon": 3.2345908,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009900,\n
        "lat": 49.4730646,\n
        "lon": 3.2345677,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009901,\n
        "lat": 49.4730403,\n
        "lon": 3.2345062,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009902,\n
        "lat": 49.4730189,\n
        "lon": 3.2345261,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009903,\n
        "lat": 49.4730172,\n
        "lon": 3.2345217,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009904,\n
        "lat": 49.4731691,\n
        "lon": 3.2344706,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009905,\n
        "lat": 49.4731398,\n
        "lon": 3.2344003,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009906,\n
        "lat": 49.4730916,\n
        "lon": 3.2344467,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009907,\n
        "lat": 49.4730945,\n
        "lon": 3.2344539,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009908,\n
        "lat": 49.4730775,\n
        "lon": 3.2344697,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009909,\n
        "lat": 49.4731005,\n
        "lon": 3.2345276,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009910,\n
        "lat": 49.4731188,\n
        "lon": 3.2345106,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009911,\n
        "lat": 49.4731207,\n
        "lon": 3.2345156,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009912,\n
        "lat": 49.4732224,\n
        "lon": 3.2344207,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009913,\n
        "lat": 49.4731943,\n
        "lon": 3.2343496,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009914,\n
        "lat": 49.4736460,\n
        "lon": 3.2331361,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009915,\n
        "lat": 49.4739247,\n
        "lon": 3.2330100,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009916,\n
        "lat": 49.4739042,\n
        "lon": 3.2329072,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009917,\n
        "lat": 49.4738360,\n
        "lon": 3.2329415,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009918,\n
        "lat": 49.4736330,\n
        "lon": 3.2330277,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009919,\n
        "lat": 49.4735290,\n
        "lon": 3.2330134,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841009920,\n
        "lat": 49.4735228,\n
        "lon": 3.2331226,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010021,\n
        "lat": 49.4585875,\n
        "lon": 3.2367656,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010022,\n
        "lat": 49.4585894,\n
        "lon": 3.2368730,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010023,\n
        "lat": 49.4585531,\n
        "lon": 3.2368048,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010024,\n
        "lat": 49.4584407,\n
        "lon": 3.2369469,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010025,\n
        "lat": 49.4584764,\n
        "lon": 3.2370137,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010026,\n
        "lat": 49.4584731,\n
        "lon": 3.2370075,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010027,\n
        "lat": 49.4584664,\n
        "lon": 3.2370167,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010028,\n
        "lat": 49.4584601,\n
        "lon": 3.2370047,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010029,\n
        "lat": 49.4584223,\n
        "lon": 3.2370515,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010030,\n
        "lat": 49.4584272,\n
        "lon": 3.2370622,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010031,\n
        "lat": 49.4584220,\n
        "lon": 3.2370691,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010032,\n
        "lat": 49.4584258,\n
        "lon": 3.2370764,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010033,\n
        "lat": 49.4585503,\n
        "lon": 3.2377939,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010034,\n
        "lat": 49.4585505,\n
        "lon": 3.2377466,\n
        "timestamp": "2017-05-08T06:13:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010035,\n
        "lat": 49.4585395,\n
        "lon": 3.2377464,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010036,\n
        "lat": 49.4585396,\n
        "lon": 3.2376684,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010037,\n
        "lat": 49.4584765,\n
        "lon": 3.2376683,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010038,\n
        "lat": 49.4584766,\n
        "lon": 3.2377942,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010039,\n
        "lat": 49.4741658,\n
        "lon": 3.2324008,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010040,\n
        "lat": 49.4741620,\n
        "lon": 3.2323703,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010041,\n
        "lat": 49.4741405,\n
        "lon": 3.2323751,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010042,\n
        "lat": 49.4741389,\n
        "lon": 3.2323587,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010043,\n
        "lat": 49.4741571,\n
        "lon": 3.2323546,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010044,\n
        "lat": 49.4741537,\n
        "lon": 3.2323198,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010045,\n
        "lat": 49.4741451,\n
        "lon": 3.2323217,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010046,\n
        "lat": 49.4741411,\n
        "lon": 3.2322803,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010047,\n
        "lat": 49.4740279,\n
        "lon": 3.2323057,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010048,\n
        "lat": 49.4740301,\n
        "lon": 3.2323284,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010049,\n
        "lat": 49.4740218,\n
        "lon": 3.2323303,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010050,\n
        "lat": 49.4740244,\n
        "lon": 3.2323573,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010051,\n
        "lat": 49.4740329,\n
        "lon": 3.2323554,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010052,\n
        "lat": 49.4740360,\n
        "lon": 3.2323884,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010053,\n
        "lat": 49.4740290,\n
        "lon": 3.2323901,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010054,\n
        "lat": 49.4740311,\n
        "lon": 3.2324126,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010055,\n
        "lat": 49.4740385,\n
        "lon": 3.2324109,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010056,\n
        "lat": 49.4740401,\n
        "lon": 3.2324290,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010057,\n
        "lat": 49.4744005,\n
        "lon": 3.2324203,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010058,\n
        "lat": 49.4743981,\n
        "lon": 3.2323445,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010059,\n
        "lat": 49.4742274,\n
        "lon": 3.2323565,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010060,\n
        "lat": 49.4742297,\n
        "lon": 3.2324327,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010061,\n
        "lat": 49.4745515,\n
        "lon": 3.2323935,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010062,\n
        "lat": 49.4745111,\n
        "lon": 3.2318925,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010063,\n
        "lat": 49.4744219,\n
        "lon": 3.2319081,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010064,\n
        "lat": 49.4744591,\n
        "lon": 3.2324091,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010065,\n
        "lat": 49.4743029,\n
        "lon": 3.2326984,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010066,\n
        "lat": 49.4743771,\n
        "lon": 3.2326950,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010067,\n
        "lat": 49.4743746,\n
        "lon": 3.2325716,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010068,\n
        "lat": 49.4744048,\n
        "lon": 3.2325701,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010069,\n
        "lat": 49.4744033,\n
        "lon": 3.2324968,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010070,\n
        "lat": 49.4742329,\n
        "lon": 3.2325093,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010071,\n
        "lat": 49.4742343,\n
        "lon": 3.2325777,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010072,\n
        "lat": 49.4742472,\n
        "lon": 3.2325776,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010073,\n
        "lat": 49.4742497,\n
        "lon": 3.2327009,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010074,\n
        "lat": 49.4738196,\n
        "lon": 3.2320227,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010075,\n
        "lat": 49.4738175,\n
        "lon": 3.2319804,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010076,\n
        "lat": 49.4735485,\n
        "lon": 3.2320442,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010077,\n
        "lat": 49.4735534,\n
        "lon": 3.2320876,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010078,\n
        "lat": 49.4744978,\n
        "lon": 3.2318192,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010079,\n
        "lat": 49.4744963,\n
        "lon": 3.2317996,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010080,\n
        "lat": 49.4744888,\n
        "lon": 3.2318016,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010081,\n
        "lat": 49.4744858,\n
        "lon": 3.2317617,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010082,\n
        "lat": 49.4744931,\n
        "lon": 3.2317604,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010083,\n
        "lat": 49.4744918,\n
        "lon": 3.2317441,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010084,\n
        "lat": 49.4744845,\n
        "lon": 3.2317455,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010085,\n
        "lat": 49.4744808,\n
        "lon": 3.2316981,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010086,\n
        "lat": 49.4744880,\n
        "lon": 3.2316967,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010087,\n
        "lat": 49.4744866,\n
        "lon": 3.2316796,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010088,\n
        "lat": 49.4744794,\n
        "lon": 3.2316810,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010089,\n
        "lat": 49.4744778,\n
        "lon": 3.2316592,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010090,\n
        "lat": 49.4744849,\n
        "lon": 3.2316579,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010091,\n
        "lat": 49.4744838,\n
        "lon": 3.2316440,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010092,\n
        "lat": 49.4744770,\n
        "lon": 3.2316452,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010093,\n
        "lat": 49.4744758,\n
        "lon": 3.2316303,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010094,\n
        "lat": 49.4744826,\n
        "lon": 3.2316291,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010095,\n
        "lat": 49.4744816,\n
        "lon": 3.2316171,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010096,\n
        "lat": 49.4737993,\n
        "lon": 3.2317754,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010097,\n
        "lat": 49.4737919,\n
        "lon": 3.2317018,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010098,\n
        "lat": 49.4737825,\n
        "lon": 3.2317039,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010099,\n
        "lat": 49.4737834,\n
        "lon": 3.2317126,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010100,\n
        "lat": 49.4737431,\n
        "lon": 3.2317222,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010101,\n
        "lat": 49.4737423,\n
        "lon": 3.2317145,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010102,\n
        "lat": 49.4737340,\n
        "lon": 3.2317164,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010103,\n
        "lat": 49.4737347,\n
        "lon": 3.2317233,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010104,\n
        "lat": 49.4736881,\n
        "lon": 3.2317343,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010105,\n
        "lat": 49.4736874,\n
        "lon": 3.2317276,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010106,\n
        "lat": 49.4736796,\n
        "lon": 3.2317295,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010107,\n
        "lat": 49.4736802,\n
        "lon": 3.2317359,\n
        "timestamp": "2017-05-08T06:13:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010108,\n
        "lat": 49.4736401,\n
        "lon": 3.2317454,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010109,\n
        "lat": 49.4736392,\n
        "lon": 3.2317365,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010110,\n
        "lat": 49.4736263,\n
        "lon": 3.2317396,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010111,\n
        "lat": 49.4736271,\n
        "lon": 3.2317467,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010112,\n
        "lat": 49.4735794,\n
        "lon": 3.2317580,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010113,\n
        "lat": 49.4735788,\n
        "lon": 3.2317520,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010114,\n
        "lat": 49.4735688,\n
        "lon": 3.2317543,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010115,\n
        "lat": 49.4735694,\n
        "lon": 3.2317606,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010116,\n
        "lat": 49.4735323,\n
        "lon": 3.2317694,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010117,\n
        "lat": 49.4735317,\n
        "lon": 3.2317633,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010118,\n
        "lat": 49.4735206,\n
        "lon": 3.2317659,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010119,\n
        "lat": 49.4731960,\n
        "lon": 3.2322166,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010120,\n
        "lat": 49.4731817,\n
        "lon": 3.2321707,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010121,\n
        "lat": 49.4731175,\n
        "lon": 3.2322215,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010122,\n
        "lat": 49.4731312,\n
        "lon": 3.2322646,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010123,\n
        "lat": 49.4734741,\n
        "lon": 3.2322849,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010124,\n
        "lat": 49.4734422,\n
        "lon": 3.2319838,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010125,\n
        "lat": 49.4733724,\n
        "lon": 3.2320015,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010126,\n
        "lat": 49.4734028,\n
        "lon": 3.2323011,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010127,\n
        "lat": 49.4746472,\n
        "lon": 3.2317888,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010128,\n
        "lat": 49.4746274,\n
        "lon": 3.2315418,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010129,\n
        "lat": 49.4744783,\n
        "lon": 3.2315693,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010130,\n
        "lat": 49.4590076,\n
        "lon": 3.2410894,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010131,\n
        "lat": 49.4590649,\n
        "lon": 3.2410845,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010132,\n
        "lat": 49.4590110,\n
        "lon": 3.2416817,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010133,\n
        "lat": 49.4589944,\n
        "lon": 3.2414525,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010134,\n
        "lat": 49.4589487,\n
        "lon": 3.2414610,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010135,\n
        "lat": 49.4589524,\n
        "lon": 3.2415104,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010136,\n
        "lat": 49.4589336,\n
        "lon": 3.2415136,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010137,\n
        "lat": 49.4589360,\n
        "lon": 3.2415466,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010138,\n
        "lat": 49.4589548,\n
        "lon": 3.2415434,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010139,\n
        "lat": 49.4589610,\n
        "lon": 3.2416269,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010140,\n
        "lat": 49.4589323,\n
        "lon": 3.2416336,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010141,\n
        "lat": 49.4589387,\n
        "lon": 3.2416938,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010142,\n
        "lat": 49.4590073,\n
        "lon": 3.2413694,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010143,\n
        "lat": 49.4590930,\n
        "lon": 3.2413557,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010144,\n
        "lat": 49.4590903,\n
        "lon": 3.2413098,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010145,\n
        "lat": 49.4590629,\n
        "lon": 3.2413145,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010146,\n
        "lat": 49.4599825,\n
        "lon": 3.2410272,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010147,\n
        "lat": 49.4600082,\n
        "lon": 3.2408777,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010148,\n
        "lat": 49.4599493,\n
        "lon": 3.2408538,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010149,\n
        "lat": 49.4599371,\n
        "lon": 3.2409246,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010150,\n
        "lat": 49.4599260,\n
        "lon": 3.2409202,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010151,\n
        "lat": 49.4599125,\n
        "lon": 3.2409982,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010152,\n
        "lat": 49.4598653,\n
        "lon": 3.2409873,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010153,\n
        "lat": 49.4598503,\n
        "lon": 3.2410717,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010154,\n
        "lat": 49.4598319,\n
        "lon": 3.2411606,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010155,\n
        "lat": 49.4598559,\n
        "lon": 3.2411727,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010156,\n
        "lat": 49.4598739,\n
        "lon": 3.2410821,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010157,\n
        "lat": 49.4598921,\n
        "lon": 3.2410901,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010158,\n
        "lat": 49.4599066,\n
        "lon": 3.2410055,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010159,\n
        "lat": 49.4599295,\n
        "lon": 3.2413326,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010160,\n
        "lat": 49.4599653,\n
        "lon": 3.2411266,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010161,\n
        "lat": 49.4599171,\n
        "lon": 3.2411065,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010162,\n
        "lat": 49.4598822,\n
        "lon": 3.2413160,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010163,\n
        "lat": 49.4596488,\n
        "lon": 3.2410997,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010164,\n
        "lat": 49.4596479,\n
        "lon": 3.2410492,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010165,\n
        "lat": 49.4596167,\n
        "lon": 3.2410486,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010166,\n
        "lat": 49.4596169,\n
        "lon": 3.2411003,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010167,\n
        "lat": 49.4596171,\n
        "lon": 3.2411570,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010168,\n
        "lat": 49.4596164,\n
        "lon": 3.2409523,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010169,\n
        "lat": 49.4595527,\n
        "lon": 3.2409542,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010170,\n
        "lat": 49.4595534,\n
        "lon": 3.2411578,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010171,\n
        "lat": 49.4594191,\n
        "lon": 3.2411000,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010172,\n
        "lat": 49.4594163,\n
        "lon": 3.2410726,\n
        "timestamp": "2017-05-08T06:13:35Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010173,\n
        "lat": 49.4593938,\n
        "lon": 3.2410769,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010174,\n
        "lat": 49.4593961,\n
        "lon": 3.2411051,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010175,\n
        "lat": 49.4594400,\n
        "lon": 3.2411415,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010176,\n
        "lat": 49.4594364,\n
        "lon": 3.2410962,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010177,\n
        "lat": 49.4593998,\n
        "lon": 3.2411500,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010178,\n
        "lat": 49.4595193,\n
        "lon": 3.2412883,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010179,\n
        "lat": 49.4595137,\n
        "lon": 3.2412093,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010180,\n
        "lat": 49.4594460,\n
        "lon": 3.2412180,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010181,\n
        "lat": 49.4594093,\n
        "lon": 3.2413057,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010182,\n
        "lat": 49.4593879,\n
        "lon": 3.2410056,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010183,\n
        "lat": 49.4593367,\n
        "lon": 3.2410151,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010184,\n
        "lat": 49.4593440,\n
        "lon": 3.2410858,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010185,\n
        "lat": 49.4593622,\n
        "lon": 3.2413132,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010186,\n
        "lat": 49.4592925,\n
        "lon": 3.2413241,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010187,\n
        "lat": 49.4592959,\n
        "lon": 3.2412011,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010188,\n
        "lat": 49.4592857,\n
        "lon": 3.2412003,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010189,\n
        "lat": 49.4592882,\n
        "lon": 3.2411049,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010190,\n
        "lat": 49.4592575,\n
        "lon": 3.2411013,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010191,\n
        "lat": 49.4592533,\n
        "lon": 3.2413304,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010192,\n
        "lat": 49.4592433,\n
        "lon": 3.2413321,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010193,\n
        "lat": 49.4592478,\n
        "lon": 3.2411093,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010194,\n
        "lat": 49.4592573,\n
        "lon": 3.2411099,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010195,\n
        "lat": 49.4592587,\n
        "lon": 3.2410355,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010196,\n
        "lat": 49.4591956,\n
        "lon": 3.2410324,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010197,\n
        "lat": 49.4591924,\n
        "lon": 3.2411206,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010198,\n
        "lat": 49.4591783,\n
        "lon": 3.2411199,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010199,\n
        "lat": 49.4591765,\n
        "lon": 3.2412040,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010200,\n
        "lat": 49.4591899,\n
        "lon": 3.2412046,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010201,\n
        "lat": 49.4591871,\n
        "lon": 3.2413409,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010202,\n
        "lat": 49.4591522,\n
        "lon": 3.2413464,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010203,\n
        "lat": 49.4591505,\n
        "lon": 3.2413308,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010204,\n
        "lat": 49.4591427,\n
        "lon": 3.2413327,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010205,\n
        "lat": 49.4591397,\n
        "lon": 3.2413013,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010206,\n
        "lat": 49.4590074,\n
        "lon": 3.2412336,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010207,\n
        "lat": 49.4590075,\n
        "lon": 3.2411746,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010208,\n
        "lat": 49.4589850,\n
        "lon": 3.2411757,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010209,\n
        "lat": 49.4589855,\n
        "lon": 3.2412342,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010210,\n
        "lat": 49.4589464,\n
        "lon": 3.2413145,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010211,\n
        "lat": 49.4589446,\n
        "lon": 3.2412914,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010212,\n
        "lat": 49.4589697,\n
        "lon": 3.2412853,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010213,\n
        "lat": 49.4589623,\n
        "lon": 3.2411787,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010214,\n
        "lat": 49.4588283,\n
        "lon": 3.2412009,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010215,\n
        "lat": 49.4588315,\n
        "lon": 3.2412659,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010216,\n
        "lat": 49.4587709,\n
        "lon": 3.2412761,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010217,\n
        "lat": 49.4587682,\n
        "lon": 3.2413731,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010218,\n
        "lat": 49.4587883,\n
        "lon": 3.2413707,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010219,\n
        "lat": 49.4587886,\n
        "lon": 3.2413311,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010220,\n
        "lat": 49.4588554,\n
        "lon": 3.2413197,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010221,\n
        "lat": 49.4588566,\n
        "lon": 3.2413306,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010222,\n
        "lat": 49.4589349,\n
        "lon": 3.2413366,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010223,\n
        "lat": 49.4589334,\n
        "lon": 3.2413168,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010224,\n
        "lat": 49.4589158,\n
        "lon": 3.2413200,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010225,\n
        "lat": 49.4589168,\n
        "lon": 3.2413404,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010226,\n
        "lat": 49.4587639,\n
        "lon": 3.2414074,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010227,\n
        "lat": 49.4587607,\n
        "lon": 3.2413614,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010228,\n
        "lat": 49.4586880,\n
        "lon": 3.2413747,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010229,\n
        "lat": 49.4586869,\n
        "lon": 3.2414186,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010230,\n
        "lat": 49.4586900,\n
        "lon": 3.2412924,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010231,\n
        "lat": 49.4586592,\n
        "lon": 3.2412917,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010232,\n
        "lat": 49.4586592,\n
        "lon": 3.2412659,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010233,\n
        "lat": 49.4586328,\n
        "lon": 3.2412641,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010234,\n
        "lat": 49.4586320,\n
        "lon": 3.2412902,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010235,\n
        "lat": 49.4585858,\n
        "lon": 3.2412880,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010236,\n
        "lat": 49.4585822,\n
        "lon": 3.2414127,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010237,\n
        "lat": 49.4585254,\n
        "lon": 3.2412986,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010238,\n
        "lat": 49.4585249,\n
        "lon": 3.2412840,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010239,\n
        "lat": 49.4585130,\n
        "lon": 3.2412832,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010240,\n
        "lat": 49.4585139,\n
        "lon": 3.2412997,\n
        "timestamp": "2017-05-08T06:13:36Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010241,\n
        "lat": 49.4586576,\n
        "lon": 3.2418838,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010242,\n
        "lat": 49.4586648,\n
        "lon": 3.2417652,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010243,\n
        "lat": 49.4585435,\n
        "lon": 3.2417489,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010244,\n
        "lat": 49.4585368,\n
        "lon": 3.2418659,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010245,\n
        "lat": 49.4591982,\n
        "lon": 3.2415956,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010246,\n
        "lat": 49.4591908,\n
        "lon": 3.2414212,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010247,\n
        "lat": 49.4591268,\n
        "lon": 3.2414314,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010248,\n
        "lat": 49.4591339,\n
        "lon": 3.2416020,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010249,\n
        "lat": 49.4594194,\n
        "lon": 3.2416094,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010250,\n
        "lat": 49.4594145,\n
        "lon": 3.2413863,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010251,\n
        "lat": 49.4593622,\n
        "lon": 3.2413944,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010252,\n
        "lat": 49.4593681,\n
        "lon": 3.2416112,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010253,\n
        "lat": 49.4593493,\n
        "lon": 3.2414744,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010254,\n
        "lat": 49.4593501,\n
        "lon": 3.2414944,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010255,\n
        "lat": 49.4593446,\n
        "lon": 3.2414955,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010256,\n
        "lat": 49.4593463,\n
        "lon": 3.2415366,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010257,\n
        "lat": 49.4593532,\n
        "lon": 3.2415358,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010258,\n
        "lat": 49.4593540,\n
        "lon": 3.2415653,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010259,\n
        "lat": 49.4593054,\n
        "lon": 3.2415662,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010260,\n
        "lat": 49.4593053,\n
        "lon": 3.2415578,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010261,\n
        "lat": 49.4592544,\n
        "lon": 3.2415585,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010262,\n
        "lat": 49.4592547,\n
        "lon": 3.2415637,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010263,\n
        "lat": 49.4592218,\n
        "lon": 3.2415655,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010264,\n
        "lat": 49.4592221,\n
        "lon": 3.2416458,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010265,\n
        "lat": 49.4593690,\n
        "lon": 3.2416459,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010266,\n
        "lat": 49.4593624,\n
        "lon": 3.2414006,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010267,\n
        "lat": 49.4593329,\n
        "lon": 3.2414062,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010268,\n
        "lat": 49.4593341,\n
        "lon": 3.2414775,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010269,\n
        "lat": 49.4597586,\n
        "lon": 3.2416076,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010270,\n
        "lat": 49.4597657,\n
        "lon": 3.2414967,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010271,\n
        "lat": 49.4596685,\n
        "lon": 3.2414845,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010272,\n
        "lat": 49.4596607,\n
        "lon": 3.2415945,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010273,\n
        "lat": 49.4595877,\n
        "lon": 3.2413726,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010274,\n
        "lat": 49.4595872,\n
        "lon": 3.2413651,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010275,\n
        "lat": 49.4595293,\n
        "lon": 3.2413685,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010276,\n
        "lat": 49.4595323,\n
        "lon": 3.2414522,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010277,\n
        "lat": 49.4595438,\n
        "lon": 3.2414509,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010278,\n
        "lat": 49.4595477,\n
        "lon": 3.2416461,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010279,\n
        "lat": 49.4595603,\n
        "lon": 3.2416456,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010280,\n
        "lat": 49.4595614,\n
        "lon": 3.2417913,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010281,\n
        "lat": 49.4596025,\n
        "lon": 3.2417901,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010282,\n
        "lat": 49.4596013,\n
        "lon": 3.2416442,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010283,\n
        "lat": 49.4595931,\n
        "lon": 3.2416445,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010284,\n
        "lat": 49.4596207,\n
        "lon": 3.2413789,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010285,\n
        "lat": 49.4596210,\n
        "lon": 3.2413518,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010286,\n
        "lat": 49.4596132,\n
        "lon": 3.2413518,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010287,\n
        "lat": 49.4596132,\n
        "lon": 3.2413572,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010288,\n
        "lat": 49.4596068,\n
        "lon": 3.2413571,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010289,\n
        "lat": 49.4596064,\n
        "lon": 3.2413762,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010290,\n
        "lat": 49.4596740,\n
        "lon": 3.2423512,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010291,\n
        "lat": 49.4596758,\n
        "lon": 3.2422856,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010292,\n
        "lat": 49.4596406,\n
        "lon": 3.2422821,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010293,\n
        "lat": 49.4596381,\n
        "lon": 3.2423502,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010294,\n
        "lat": 49.4597666,\n
        "lon": 3.2424996,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010295,\n
        "lat": 49.4597678,\n
        "lon": 3.2424576,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010296,\n
        "lat": 49.4597777,\n
        "lon": 3.2424587,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010297,\n
        "lat": 49.4597831,\n
        "lon": 3.2422674,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010298,\n
        "lat": 49.4597203,\n
        "lon": 3.2422626,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010299,\n
        "lat": 49.4597143,\n
        "lon": 3.2424196,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010300,\n
        "lat": 49.4596580,\n
        "lon": 3.2424153,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010301,\n
        "lat": 49.4596569,\n
        "lon": 3.2424480,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010302,\n
        "lat": 49.4597173,\n
        "lon": 3.2424533,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010303,\n
        "lat": 49.4597173,\n
        "lon": 3.2424955,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010304,\n
        "lat": 49.4595467,\n
        "lon": 3.2428493,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010305,\n
        "lat": 49.4595520,\n
        "lon": 3.2427408,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010306,\n
        "lat": 49.4594200,\n
        "lon": 3.2427236,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010307,\n
        "lat": 49.4594134,\n
        "lon": 3.2428344,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010308,\n
        "lat": 49.4587549,\n
        "lon": 3.2434650,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010309,\n
        "lat": 49.4585993,\n
        "lon": 3.2432240,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010310,\n
        "lat": 49.4585537,\n
        "lon": 3.2432923,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010311,\n
        "lat": 49.4586062,\n
        "lon": 3.2433784,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010312,\n
        "lat": 49.4586166,\n
        "lon": 3.2433628,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010313,\n
        "lat": 49.4586526,\n
        "lon": 3.2434196,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010314,\n
        "lat": 49.4586314,\n
        "lon": 3.2434522,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010315,\n
        "lat": 49.4586953,\n
        "lon": 3.2435518,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010316,\n
        "lat": 49.4592874,\n
        "lon": 3.2428875,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010317,\n
        "lat": 49.4592875,\n
        "lon": 3.2428368,\n
        "timestamp": "2017-05-08T06:13:37Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010318,\n
        "lat": 49.4592396,\n
        "lon": 3.2428387,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010319,\n
        "lat": 49.4592395,\n
        "lon": 3.2428872,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010320,\n
        "lat": 49.4592313,\n
        "lon": 3.2429951,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010321,\n
        "lat": 49.4592646,\n
        "lon": 3.2429675,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010322,\n
        "lat": 49.4592385,\n
        "lon": 3.2428921,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010323,\n
        "lat": 49.4592044,\n
        "lon": 3.2429214,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010324,\n
        "lat": 49.4591453,\n
        "lon": 3.2430567,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010325,\n
        "lat": 49.4591094,\n
        "lon": 3.2429571,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010326,\n
        "lat": 49.4590556,\n
        "lon": 3.2430035,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010327,\n
        "lat": 49.4590919,\n
        "lon": 3.2431030,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010328,\n
        "lat": 49.4592599,\n
        "lon": 3.2409677,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010329,\n
        "lat": 49.4592358,\n
        "lon": 3.2409660,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010330,\n
        "lat": 49.4592338,\n
        "lon": 3.2410343,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010331,\n
        "lat": 49.4603670,\n
        "lon": 3.2414505,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010332,\n
        "lat": 49.4603734,\n
        "lon": 3.2413465,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010333,\n
        "lat": 49.4603957,\n
        "lon": 3.2413478,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010334,\n
        "lat": 49.4603971,\n
        "lon": 3.2413268,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010335,\n
        "lat": 49.4599663,\n
        "lon": 3.2412659,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010336,\n
        "lat": 49.4599522,\n
        "lon": 3.2413922,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010337,\n
        "lat": 49.4600663,\n
        "lon": 3.2414086,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010338,\n
        "lat": 49.4600635,\n
        "lon": 3.2414454,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010339,\n
        "lat": 49.4601296,\n
        "lon": 3.2414546,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010340,\n
        "lat": 49.4601335,\n
        "lon": 3.2414177,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010341,\n
        "lat": 49.4599582,\n
        "lon": 3.2415729,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010342,\n
        "lat": 49.4599626,\n
        "lon": 3.2415367,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010343,\n
        "lat": 49.4599359,\n
        "lon": 3.2415313,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010344,\n
        "lat": 49.4599316,\n
        "lon": 3.2415683,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010345,\n
        "lat": 49.4601024,\n
        "lon": 3.2418512,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010346,\n
        "lat": 49.4601042,\n
        "lon": 3.2417708,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010347,\n
        "lat": 49.4600300,\n
        "lon": 3.2417659,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010348,\n
        "lat": 49.4600281,\n
        "lon": 3.2418472,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010349,\n
        "lat": 49.4602204,\n
        "lon": 3.2425314,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010350,\n
        "lat": 49.4602324,\n
        "lon": 3.2422524,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010351,\n
        "lat": 49.4599537,\n
        "lon": 3.2422249,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010352,\n
        "lat": 49.4599426,\n
        "lon": 3.2425069,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010353,\n
        "lat": 49.4602544,\n
        "lon": 3.2433633,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010354,\n
        "lat": 49.4602811,\n
        "lon": 3.2432903,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010355,\n
        "lat": 49.4601245,\n
        "lon": 3.2431547,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010356,\n
        "lat": 49.4600981,\n
        "lon": 3.2432258,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010357,\n
        "lat": 49.4601174,\n
        "lon": 3.2432434,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010358,\n
        "lat": 49.4601030,\n
        "lon": 3.2432843,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010359,\n
        "lat": 49.4601557,\n
        "lon": 3.2433304,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010360,\n
        "lat": 49.4601706,\n
        "lon": 3.2432895,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010361,\n
        "lat": 49.4711028,\n
        "lon": 3.2512108,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010362,\n
        "lat": 49.4709794,\n
        "lon": 3.2510406,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010363,\n
        "lat": 49.4708572,\n
        "lon": 3.2512405,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010364,\n
        "lat": 49.4709793,\n
        "lon": 3.2514152,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010365,\n
        "lat": 49.4644164,\n
        "lon": 3.2430648,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010366,\n
        "lat": 49.4643824,\n
        "lon": 3.2429885,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010367,\n
        "lat": 49.4642850,\n
        "lon": 3.2431246,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010368,\n
        "lat": 49.4643384,\n
        "lon": 3.2431685,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010369,\n
        "lat": 49.4638364,\n
        "lon": 3.2423508,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010370,\n
        "lat": 49.4637732,\n
        "lon": 3.2424297,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010371,\n
        "lat": 49.4638318,\n
        "lon": 3.2425410,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010372,\n
        "lat": 49.4638937,\n
        "lon": 3.2424624,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010373,\n
        "lat": 49.4642254,\n
        "lon": 3.2428516,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010374,\n
        "lat": 49.4641509,\n
        "lon": 3.2427027,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010375,\n
        "lat": 49.4640978,\n
        "lon": 3.2427717,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010376,\n
        "lat": 49.4641723,\n
        "lon": 3.2429163,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010377,\n
        "lat": 49.4640843,\n
        "lon": 3.2431524,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010378,\n
        "lat": 49.4640535,\n
        "lon": 3.2431279,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010379,\n
        "lat": 49.4640310,\n
        "lon": 3.2431686,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010380,\n
        "lat": 49.4640488,\n
        "lon": 3.2431986,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010381,\n
        "lat": 49.4640335,\n
        "lon": 3.2434905,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010382,\n
        "lat": 49.4640978,\n
        "lon": 3.2434004,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010383,\n
        "lat": 49.4640348,\n
        "lon": 3.2432942,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010384,\n
        "lat": 49.4639802,\n
        "lon": 3.2433682,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010385,\n
        "lat": 49.4640186,\n
        "lon": 3.2434347,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010386,\n
        "lat": 49.4640088,\n
        "lon": 3.2434483,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010387,\n
        "lat": 49.4641697,\n
        "lon": 3.2437692,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010388,\n
        "lat": 49.4642311,\n
        "lon": 3.2436888,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010389,\n
        "lat": 49.4641441,\n
        "lon": 3.2435368,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010390,\n
        "lat": 49.4640863,\n
        "lon": 3.2436147,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010391,\n
        "lat": 49.4644394,\n
        "lon": 3.2436041,\n
        "timestamp": "2017-05-08T06:13:38Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010392,\n
        "lat": 49.4644655,\n
        "lon": 3.2435637,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010393,\n
        "lat": 49.4644017,\n
        "lon": 3.2434655,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010394,\n
        "lat": 49.4643708,\n
        "lon": 3.2435058,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010395,\n
        "lat": 49.4638411,\n
        "lon": 3.2437850,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010396,\n
        "lat": 49.4639254,\n
        "lon": 3.2436671,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010397,\n
        "lat": 49.4638971,\n
        "lon": 3.2436164,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010398,\n
        "lat": 49.4637703,\n
        "lon": 3.2437894,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010399,\n
        "lat": 49.4637978,\n
        "lon": 3.2438367,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010400,\n
        "lat": 49.4638025,\n
        "lon": 3.2438854,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010401,\n
        "lat": 49.4638577,\n
        "lon": 3.2438133,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010402,\n
        "lat": 49.4654160,\n
        "lon": 3.2465352,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010403,\n
        "lat": 49.4654643,\n
        "lon": 3.2465739,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010404,\n
        "lat": 49.4655738,\n
        "lon": 3.2463157,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010405,\n
        "lat": 49.4655276,\n
        "lon": 3.2462730,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010406,\n
        "lat": 49.4642483,\n
        "lon": 3.2439498,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010407,\n
        "lat": 49.4643099,\n
        "lon": 3.2438788,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010408,\n
        "lat": 49.4642165,\n
        "lon": 3.2437079,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010409,\n
        "lat": 49.4641590,\n
        "lon": 3.2437832,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010410,\n
        "lat": 49.4644149,\n
        "lon": 3.2440326,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010411,\n
        "lat": 49.4643693,\n
        "lon": 3.2439357,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010412,\n
        "lat": 49.4643020,\n
        "lon": 3.2440124,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010413,\n
        "lat": 49.4643451,\n
        "lon": 3.2441080,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010414,\n
        "lat": 49.4644498,\n
        "lon": 3.2439948,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010415,\n
        "lat": 49.4644128,\n
        "lon": 3.2440348,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010416,\n
        "lat": 49.4644294,\n
        "lon": 3.2440696,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010417,\n
        "lat": 49.4644650,\n
        "lon": 3.2440295,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010418,\n
        "lat": 49.4644441,\n
        "lon": 3.2443040,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010419,\n
        "lat": 49.4644854,\n
        "lon": 3.2442510,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010420,\n
        "lat": 49.4644102,\n
        "lon": 3.2441134,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010421,\n
        "lat": 49.4643689,\n
        "lon": 3.2441663,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010422,\n
        "lat": 49.4647311,\n
        "lon": 3.2445580,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010423,\n
        "lat": 49.4646707,\n
        "lon": 3.2444477,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010424,\n
        "lat": 49.4646080,\n
        "lon": 3.2445301,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010425,\n
        "lat": 49.4646680,\n
        "lon": 3.2446395,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010426,\n
        "lat": 49.4648059,\n
        "lon": 3.2446086,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010427,\n
        "lat": 49.4647542,\n
        "lon": 3.2446881,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010428,\n
        "lat": 49.4648202,\n
        "lon": 3.2447981,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010429,\n
        "lat": 49.4648725,\n
        "lon": 3.2447160,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010430,\n
        "lat": 49.4649802,\n
        "lon": 3.2449252,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010431,\n
        "lat": 49.4649267,\n
        "lon": 3.2450004,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010432,\n
        "lat": 49.4649709,\n
        "lon": 3.2450724,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010433,\n
        "lat": 49.4649608,\n
        "lon": 3.2450859,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010434,\n
        "lat": 49.4649890,\n
        "lon": 3.2451308,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010435,\n
        "lat": 49.4650521,\n
        "lon": 3.2450412,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010436,\n
        "lat": 49.4651354,\n
        "lon": 3.2454145,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010437,\n
        "lat": 49.4651942,\n
        "lon": 3.2453439,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010438,\n
        "lat": 49.4651321,\n
        "lon": 3.2452254,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010439,\n
        "lat": 49.4650740,\n
        "lon": 3.2452971,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010440,\n
        "lat": 49.4653879,\n
        "lon": 3.2461968,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010441,\n
        "lat": 49.4653163,\n
        "lon": 3.2461277,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010442,\n
        "lat": 49.4652644,\n
        "lon": 3.2462504,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010443,\n
        "lat": 49.4652494,\n
        "lon": 3.2462349,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010444,\n
        "lat": 49.4652110,\n
        "lon": 3.2463235,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010445,\n
        "lat": 49.4652993,\n
        "lon": 3.2464076,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010446,\n
        "lat": 49.4650763,\n
        "lon": 3.2457680,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010447,\n
        "lat": 49.4650486,\n
        "lon": 3.2456986,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010448,\n
        "lat": 49.4650151,\n
        "lon": 3.2457456,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010449,\n
        "lat": 49.4650424,\n
        "lon": 3.2458147,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010450,\n
        "lat": 49.4650658,\n
        "lon": 3.2460970,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010451,\n
        "lat": 49.4650581,\n
        "lon": 3.2460833,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010452,\n
        "lat": 49.4650977,\n
        "lon": 3.2460302,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010453,\n
        "lat": 49.4650580,\n
        "lon": 3.2459621,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010454,\n
        "lat": 49.4649801,\n
        "lon": 3.2460717,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010455,\n
        "lat": 49.4650259,\n
        "lon": 3.2461506,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010456,\n
        "lat": 49.4647925,\n
        "lon": 3.2455598,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010457,\n
        "lat": 49.4648374,\n
        "lon": 3.2454983,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010458,\n
        "lat": 49.4647746,\n
        "lon": 3.2453940,\n
        "timestamp": "2017-05-08T06:13:39Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010459,\n
        "lat": 49.4647308,\n
        "lon": 3.2454547,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010460,\n
        "lat": 49.4649224,\n
        "lon": 3.2455224,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010461,\n
        "lat": 49.4649012,\n
        "lon": 3.2454873,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010462,\n
        "lat": 49.4648634,\n
        "lon": 3.2455426,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010463,\n
        "lat": 49.4648848,\n
        "lon": 3.2455769,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010464,\n
        "lat": 49.4646829,\n
        "lon": 3.2452527,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010465,\n
        "lat": 49.4645793,\n
        "lon": 3.2450901,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010466,\n
        "lat": 49.4645312,\n
        "lon": 3.2451604,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010467,\n
        "lat": 49.4645818,\n
        "lon": 3.2452428,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010468,\n
        "lat": 49.4645618,\n
        "lon": 3.2452714,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010469,\n
        "lat": 49.4645935,\n
        "lon": 3.2453194,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010470,\n
        "lat": 49.4646131,\n
        "lon": 3.2452907,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010471,\n
        "lat": 49.4646362,\n
        "lon": 3.2453253,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010472,\n
        "lat": 49.4644651,\n
        "lon": 3.2451735,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010473,\n
        "lat": 49.4645141,\n
        "lon": 3.2450981,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010474,\n
        "lat": 49.4644447,\n
        "lon": 3.2449951,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010475,\n
        "lat": 49.4643953,\n
        "lon": 3.2450682,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010476,\n
        "lat": 49.4645368,\n
        "lon": 3.2447055,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010477,\n
        "lat": 49.4644898,\n
        "lon": 3.2446455,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010478,\n
        "lat": 49.4644160,\n
        "lon": 3.2447801,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010479,\n
        "lat": 49.4644618,\n
        "lon": 3.2448398,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010480,\n
        "lat": 49.4643863,\n
        "lon": 3.2445850,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010481,\n
        "lat": 49.4644257,\n
        "lon": 3.2445292,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010482,\n
        "lat": 49.4643527,\n
        "lon": 3.2444071,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010483,\n
        "lat": 49.4643115,\n
        "lon": 3.2444649,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010484,\n
        "lat": 49.4637846,\n
        "lon": 3.2438561,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010485,\n
        "lat": 49.4639655,\n
        "lon": 3.2439905,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010486,\n
        "lat": 49.4640204,\n
        "lon": 3.2439255,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010487,\n
        "lat": 49.4639579,\n
        "lon": 3.2438011,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010488,\n
        "lat": 49.4639032,\n
        "lon": 3.2438665,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010489,\n
        "lat": 49.4643649,\n
        "lon": 3.2438153,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010490,\n
        "lat": 49.4643314,\n
        "lon": 3.2438541,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010491,\n
        "lat": 49.4643636,\n
        "lon": 3.2439268,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010492,\n
        "lat": 49.4643982,\n
        "lon": 3.2438868,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010493,\n
        "lat": 49.4741968,\n
        "lon": 3.2329198,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010494,\n
        "lat": 49.4741736,\n
        "lon": 3.2328118,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010495,\n
        "lat": 49.4740944,\n
        "lon": 3.2328509,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010496,\n
        "lat": 49.4740783,\n
        "lon": 3.2329008,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010497,\n
        "lat": 49.4740912,\n
        "lon": 3.2329604,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010498,\n
        "lat": 49.4740865,\n
        "lon": 3.2329632,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010499,\n
        "lat": 49.4740910,\n
        "lon": 3.2329797,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010500,\n
        "lat": 49.4742693,\n
        "lon": 3.2334772,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010501,\n
        "lat": 49.4742524,\n
        "lon": 3.2334140,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010502,\n
        "lat": 49.4742150,\n
        "lon": 3.2334390,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010503,\n
        "lat": 49.4742315,\n
        "lon": 3.2335009,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010504,\n
        "lat": 49.4728719,\n
        "lon": 3.2347690,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010505,\n
        "lat": 49.4728688,\n
        "lon": 3.2347611,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010506,\n
        "lat": 49.4728918,\n
        "lon": 3.2347393,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010507,\n
        "lat": 49.4728681,\n
        "lon": 3.2346802,\n
        "timestamp": "2017-05-08T06:13:40Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010508,\n
        "lat": 49.4625353,\n
        "lon": 3.2420313,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010509,\n
        "lat": 49.4625599,\n
        "lon": 3.2420493,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010510,\n
        "lat": 49.4625708,\n
        "lon": 3.2420142,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010511,\n
        "lat": 49.4625461,\n
        "lon": 3.2419960,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010512,\n
        "lat": 49.4625485,\n
        "lon": 3.2419883,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010513,\n
        "lat": 49.4625037,\n
        "lon": 3.2419552,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010514,\n
        "lat": 49.4620322,\n
        "lon": 3.2409824,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010515,\n
        "lat": 49.4620893,\n
        "lon": 3.2410078,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010516,\n
        "lat": 49.4621120,\n
        "lon": 3.2409414,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010517,\n
        "lat": 49.4620614,\n
        "lon": 3.2409008,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010518,\n
        "lat": 49.4629996,\n
        "lon": 3.2412142,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010519,\n
        "lat": 49.4629630,\n
        "lon": 3.2410946,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010520,\n
        "lat": 49.4629405,\n
        "lon": 3.2411116,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010521,\n
        "lat": 49.4734140,\n
        "lon": 3.2330906,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010522,\n
        "lat": 49.4734364,\n
        "lon": 3.2329094,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010523,\n
        "lat": 49.4731150,\n
        "lon": 3.2328165,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010524,\n
        "lat": 49.4730934,\n
        "lon": 3.2329963,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010525,\n
        "lat": 49.4619358,\n
        "lon": 3.2392847,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010526,\n
        "lat": 49.4619260,\n
        "lon": 3.2392569,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010527,\n
        "lat": 49.4618129,\n
        "lon": 3.2393526,\n
        "timestamp": "2017-05-08T06:13:41Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010528,\n
        "lat": 49.4618545,\n
        "lon": 3.2394671,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010529,\n
        "lat": 49.4619654,\n
        "lon": 3.2393694,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010530,\n
        "lat": 49.4617522,\n
        "lon": 3.2394767,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010531,\n
        "lat": 49.4617207,\n
        "lon": 3.2394416,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010532,\n
        "lat": 49.4616797,\n
        "lon": 3.2395303,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010533,\n
        "lat": 49.4618232,\n
        "lon": 3.2400064,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010534,\n
        "lat": 49.4618542,\n
        "lon": 3.2399487,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010535,\n
        "lat": 49.4618359,\n
        "lon": 3.2399252,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010536,\n
        "lat": 49.4617748,\n
        "lon": 3.2400406,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010537,\n
        "lat": 49.4617708,\n
        "lon": 3.2400352,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010538,\n
        "lat": 49.4617527,\n
        "lon": 3.2400700,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010539,\n
        "lat": 49.4617764,\n
        "lon": 3.2400983,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010540,\n
        "lat": 49.4617275,\n
        "lon": 3.2401987,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010541,\n
        "lat": 49.4617609,\n
        "lon": 3.2401302,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010542,\n
        "lat": 49.4617074,\n
        "lon": 3.2400738,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010543,\n
        "lat": 49.4616755,\n
        "lon": 3.2401422,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010544,\n
        "lat": 49.4616755,\n
        "lon": 3.2400392,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010545,\n
        "lat": 49.4616424,\n
        "lon": 3.2401068,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010546,\n
        "lat": 49.4616396,\n
        "lon": 3.2403847,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010547,\n
        "lat": 49.4616199,\n
        "lon": 3.2403634,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010548,\n
        "lat": 49.4616114,\n
        "lon": 3.2403821,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010549,\n
        "lat": 49.4615765,\n
        "lon": 3.2403426,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010550,\n
        "lat": 49.4615283,\n
        "lon": 3.2404385,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010551,\n
        "lat": 49.4615174,\n
        "lon": 3.2404276,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010552,\n
        "lat": 49.4614850,\n
        "lon": 3.2404955,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010553,\n
        "lat": 49.4615373,\n
        "lon": 3.2405535,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010554,\n
        "lat": 49.4615622,\n
        "lon": 3.2405483,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010555,\n
        "lat": 49.4615851,\n
        "lon": 3.2403240,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010556,\n
        "lat": 49.4616607,\n
        "lon": 3.2400218,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010557,\n
        "lat": 49.4616718,\n
        "lon": 3.2399987,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010558,\n
        "lat": 49.4616587,\n
        "lon": 3.2399843,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010559,\n
        "lat": 49.4616525,\n
        "lon": 3.2399960,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010560,\n
        "lat": 49.4616394,\n
        "lon": 3.2399808,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010561,\n
        "lat": 49.4616318,\n
        "lon": 3.2399937,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010562,\n
        "lat": 49.4615210,\n
        "lon": 3.2398738,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010563,\n
        "lat": 49.4614845,\n
        "lon": 3.2399542,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010564,\n
        "lat": 49.4616373,\n
        "lon": 3.2401171,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010565,\n
        "lat": 49.4614348,\n
        "lon": 3.2402044,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010566,\n
        "lat": 49.4614716,\n
        "lon": 3.2401241,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010567,\n
        "lat": 49.4614485,\n
        "lon": 3.2400982,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010568,\n
        "lat": 49.4614714,\n
        "lon": 3.2400509,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010569,\n
        "lat": 49.4613917,\n
        "lon": 3.2401584,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010570,\n
        "lat": 49.4614559,\n
        "lon": 3.2403864,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010571,\n
        "lat": 49.4614933,\n
        "lon": 3.2403056,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010572,\n
        "lat": 49.4614038,\n
        "lon": 3.2402042,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010573,\n
        "lat": 49.4613569,\n
        "lon": 3.2403037,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010574,\n
        "lat": 49.4614465,\n
        "lon": 3.2404045,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010575,\n
        "lat": 49.4615277,\n
        "lon": 3.2398592,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010576,\n
        "lat": 49.4615471,\n
        "lon": 3.2398166,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010577,\n
        "lat": 49.4615285,\n
        "lon": 3.2397959,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010578,\n
        "lat": 49.4615086,\n
        "lon": 3.2398382,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010579,\n
        "lat": 49.4614503,\n
        "lon": 3.2400295,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010580,\n
        "lat": 49.4614676,\n
        "lon": 3.2399914,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010581,\n
        "lat": 49.4613903,\n
        "lon": 3.2398972,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010582,\n
        "lat": 49.4613716,\n
        "lon": 3.2399333,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010583,\n
        "lat": 49.4612426,\n
        "lon": 3.2402276,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010584,\n
        "lat": 49.4612597,\n
        "lon": 3.2401877,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010585,\n
        "lat": 49.4612223,\n
        "lon": 3.2401462,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010586,\n
        "lat": 49.4612047,\n
        "lon": 3.2401856,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010587,\n
        "lat": 49.4611674,\n
        "lon": 3.2397495,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010588,\n
        "lat": 49.4611016,\n
        "lon": 3.2396799,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010589,\n
        "lat": 49.4609971,\n
        "lon": 3.2399221,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010590,\n
        "lat": 49.4610478,\n
        "lon": 3.2399768,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010591,\n
        "lat": 49.4610712,\n
        "lon": 3.2399704,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010592,\n
        "lat": 49.4610038,\n
        "lon": 3.2396983,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010593,\n
        "lat": 49.4610270,\n
        "lon": 3.2396568,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010594,\n
        "lat": 49.4610346,\n
        "lon": 3.2396661,\n
        "timestamp": "2017-05-08T06:13:42Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010595,\n
        "lat": 49.4610507,\n
        "lon": 3.2396381,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010596,\n
        "lat": 49.4610422,\n
        "lon": 3.2396268,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010597,\n
        "lat": 49.4610637,\n
        "lon": 3.2395876,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010598,\n
        "lat": 49.4609923,\n
        "lon": 3.2394991,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010599,\n
        "lat": 49.4609666,\n
        "lon": 3.2395463,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010600,\n
        "lat": 49.4609757,\n
        "lon": 3.2395585,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010601,\n
        "lat": 49.4609428,\n
        "lon": 3.2396214,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010602,\n
        "lat": 49.4609638,\n
        "lon": 3.2393660,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010603,\n
        "lat": 49.4609771,\n
        "lon": 3.2393318,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010604,\n
        "lat": 49.4609362,\n
        "lon": 3.2392964,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010605,\n
        "lat": 49.4609242,\n
        "lon": 3.2393314,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010606,\n
        "lat": 49.4608412,\n
        "lon": 3.2394101,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010607,\n
        "lat": 49.4608797,\n
        "lon": 3.2392952,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010608,\n
        "lat": 49.4607914,\n
        "lon": 3.2392270,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010609,\n
        "lat": 49.4607533,\n
        "lon": 3.2393409,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010610,\n
        "lat": 49.4609437,\n
        "lon": 3.2385288,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010611,\n
        "lat": 49.4609767,\n
        "lon": 3.2384231,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010612,\n
        "lat": 49.4608794,\n
        "lon": 3.2383519,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010613,\n
        "lat": 49.4608457,\n
        "lon": 3.2384589,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010614,\n
        "lat": 49.4606600,\n
        "lon": 3.2382613,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010615,\n
        "lat": 49.4606402,\n
        "lon": 3.2382448,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010616,\n
        "lat": 49.4606001,\n
        "lon": 3.2383530,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010617,\n
        "lat": 49.4606200,\n
        "lon": 3.2383702,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010618,\n
        "lat": 49.4606172,\n
        "lon": 3.2390732,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010619,\n
        "lat": 49.4605172,\n
        "lon": 3.2390046,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010620,\n
        "lat": 49.4605079,\n
        "lon": 3.2390346,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010721,\n
        "lat": 49.4605886,\n
        "lon": 3.2390913,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010722,\n
        "lat": 49.4605601,\n
        "lon": 3.2391917,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010723,\n
        "lat": 49.4605773,\n
        "lon": 3.2392046,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010724,\n
        "lat": 49.4604573,\n
        "lon": 3.2394242,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010725,\n
        "lat": 49.4604676,\n
        "lon": 3.2392293,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010726,\n
        "lat": 49.4603874,\n
        "lon": 3.2392187,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010727,\n
        "lat": 49.4603765,\n
        "lon": 3.2394088,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010728,\n
        "lat": 49.4602904,\n
        "lon": 3.2393920,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010729,\n
        "lat": 49.4603030,\n
        "lon": 3.2392648,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010730,\n
        "lat": 49.4602882,\n
        "lon": 3.2392613,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010731,\n
        "lat": 49.4602862,\n
        "lon": 3.2392798,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010732,\n
        "lat": 49.4601943,\n
        "lon": 3.2392592,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010733,\n
        "lat": 49.4601840,\n
        "lon": 3.2393709,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010734,\n
        "lat": 49.4603008,\n
        "lon": 3.2397696,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010735,\n
        "lat": 49.4603321,\n
        "lon": 3.2396726,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010736,\n
        "lat": 49.4602741,\n
        "lon": 3.2396302,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010737,\n
        "lat": 49.4602438,\n
        "lon": 3.2397257,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010738,\n
        "lat": 49.4609401,\n
        "lon": 3.2402119,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010739,\n
        "lat": 49.4612082,\n
        "lon": 3.2405371,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010740,\n
        "lat": 49.4612410,\n
        "lon": 3.2404770,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010741,\n
        "lat": 49.4612759,\n
        "lon": 3.2405221,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010742,\n
        "lat": 49.4612548,\n
        "lon": 3.2405887,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010743,\n
        "lat": 49.4612217,\n
        "lon": 3.2405543,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010744,\n
        "lat": 49.4611035,\n
        "lon": 3.2409255,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010745,\n
        "lat": 49.4611641,\n
        "lon": 3.2409719,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010746,\n
        "lat": 49.4613109,\n
        "lon": 3.2405080,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010747,\n
        "lat": 49.4611270,\n
        "lon": 3.2402774,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010748,\n
        "lat": 49.4609627,\n
        "lon": 3.2400796,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010749,\n
        "lat": 49.4608861,\n
        "lon": 3.2399945,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010750,\n
        "lat": 49.4606497,\n
        "lon": 3.2406123,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010751,\n
        "lat": 49.4606700,\n
        "lon": 3.2406329,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010752,\n
        "lat": 49.4605736,\n
        "lon": 3.2408876,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010753,\n
        "lat": 49.4606034,\n
        "lon": 3.2409148,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010754,\n
        "lat": 49.4605980,\n
        "lon": 3.2409291,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010755,\n
        "lat": 49.4606469,\n
        "lon": 3.2409764,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010756,\n
        "lat": 49.4620126,\n
        "lon": 3.2401387,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010757,\n
        "lat": 49.4619979,\n
        "lon": 3.2401224,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010758,\n
        "lat": 49.4619833,\n
        "lon": 3.2401517,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010759,\n
        "lat": 49.4619468,\n
        "lon": 3.2401137,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010760,\n
        "lat": 49.4619214,\n
        "lon": 3.2401696,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010761,\n
        "lat": 49.4619319,\n
        "lon": 3.2401810,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010762,\n
        "lat": 49.4618204,\n
        "lon": 3.2404359,\n
        "timestamp": "2017-05-08T06:13:43Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010763,\n
        "lat": 49.4617744,\n
        "lon": 3.2403883,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010764,\n
        "lat": 49.4617625,\n
        "lon": 3.2404154,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010765,\n
        "lat": 49.4617562,\n
        "lon": 3.2404091,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010766,\n
        "lat": 49.4617449,\n
        "lon": 3.2404349,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010767,\n
        "lat": 49.4617529,\n
        "lon": 3.2404437,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010768,\n
        "lat": 49.4617507,\n
        "lon": 3.2404491,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010769,\n
        "lat": 49.4618357,\n
        "lon": 3.2405346,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010770,\n
        "lat": 49.4618437,\n
        "lon": 3.2402393,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010771,\n
        "lat": 49.4618345,\n
        "lon": 3.2402298,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010772,\n
        "lat": 49.4618256,\n
        "lon": 3.2402503,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010773,\n
        "lat": 49.4618343,\n
        "lon": 3.2402594,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010774,\n
        "lat": 49.4619318,\n
        "lon": 3.2406508,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010775,\n
        "lat": 49.4619702,\n
        "lon": 3.2405724,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010776,\n
        "lat": 49.4619537,\n
        "lon": 3.2405542,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010777,\n
        "lat": 49.4619648,\n
        "lon": 3.2405317,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010778,\n
        "lat": 49.4619205,\n
        "lon": 3.2404828,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010779,\n
        "lat": 49.4619098,\n
        "lon": 3.2405035,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010780,\n
        "lat": 49.4618691,\n
        "lon": 3.2404597,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010781,\n
        "lat": 49.4618327,\n
        "lon": 3.2405414,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010782,\n
        "lat": 49.4618265,\n
        "lon": 3.2405342,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010783,\n
        "lat": 49.4618294,\n
        "lon": 3.2405283,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010784,\n
        "lat": 49.4618128,\n
        "lon": 3.2405116,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010785,\n
        "lat": 49.4617727,\n
        "lon": 3.2405881,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010786,\n
        "lat": 49.4617793,\n
        "lon": 3.2405974,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010787,\n
        "lat": 49.4617864,\n
        "lon": 3.2405870,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010788,\n
        "lat": 49.4617942,\n
        "lon": 3.2405966,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010789,\n
        "lat": 49.4617957,\n
        "lon": 3.2408459,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010790,\n
        "lat": 49.4618376,\n
        "lon": 3.2407598,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010791,\n
        "lat": 49.4617913,\n
        "lon": 3.2407085,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010792,\n
        "lat": 49.4618271,\n
        "lon": 3.2406317,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010793,\n
        "lat": 49.4617924,\n
        "lon": 3.2405947,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010794,\n
        "lat": 49.4617136,\n
        "lon": 3.2407524,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010795,\n
        "lat": 49.4617308,\n
        "lon": 3.2407179,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010796,\n
        "lat": 49.4617796,\n
        "lon": 3.2406204,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010797,\n
        "lat": 49.4616533,\n
        "lon": 3.2404791,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010798,\n
        "lat": 49.4616040,\n
        "lon": 3.2405782,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010799,\n
        "lat": 49.4618500,\n
        "lon": 3.2409014,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010800,\n
        "lat": 49.4618573,\n
        "lon": 3.2408788,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010801,\n
        "lat": 49.4618481,\n
        "lon": 3.2408708,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010802,\n
        "lat": 49.4618387,\n
        "lon": 3.2408899,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010803,\n
        "lat": 49.4619077,\n
        "lon": 3.2407247,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010804,\n
        "lat": 49.4619026,\n
        "lon": 3.2407206,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010805,\n
        "lat": 49.4618973,\n
        "lon": 3.2407359,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010806,\n
        "lat": 49.4619064,\n
        "lon": 3.2407433,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010807,\n
        "lat": 49.4619117,\n
        "lon": 3.2407277,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010808,\n
        "lat": 49.4622150,\n
        "lon": 3.2405747,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010809,\n
        "lat": 49.4621556,\n
        "lon": 3.2405152,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010810,\n
        "lat": 49.4621427,\n
        "lon": 3.2405435,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010811,\n
        "lat": 49.4620302,\n
        "lon": 3.2404316,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010812,\n
        "lat": 49.4619929,\n
        "lon": 3.2405208,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010813,\n
        "lat": 49.4621625,\n
        "lon": 3.2406953,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010814,\n
        "lat": 49.4613686,\n
        "lon": 3.2410243,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010815,\n
        "lat": 49.4613728,\n
        "lon": 3.2410336,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010816,\n
        "lat": 49.4613807,\n
        "lon": 3.2410260,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010817,\n
        "lat": 49.4613758,\n
        "lon": 3.2410140,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010818,\n
        "lat": 49.4613859,\n
        "lon": 3.2409213,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010819,\n
        "lat": 49.4614119,\n
        "lon": 3.2409251,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010820,\n
        "lat": 49.4614190,\n
        "lon": 3.2408542,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010821,\n
        "lat": 49.4613759,\n
        "lon": 3.2408453,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010822,\n
        "lat": 49.4613853,\n
        "lon": 3.2407624,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010823,\n
        "lat": 49.4613933,\n
        "lon": 3.2407557,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010824,\n
        "lat": 49.4613893,\n
        "lon": 3.2407446,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010825,\n
        "lat": 49.4613833,\n
        "lon": 3.2407496,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010826,\n
        "lat": 49.4613592,\n
        "lon": 3.2407439,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010827,\n
        "lat": 49.4613601,\n
        "lon": 3.2407322,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010828,\n
        "lat": 49.4613530,\n
        "lon": 3.2407312,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010829,\n
        "lat": 49.4613518,\n
        "lon": 3.2407413,\n
        "timestamp": "2017-05-08T06:13:44Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010830,\n
        "lat": 49.4613422,\n
        "lon": 3.2407392,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010831,\n
        "lat": 49.4613426,\n
        "lon": 3.2407364,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010832,\n
        "lat": 49.4613067,\n
        "lon": 3.2407262,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010833,\n
        "lat": 49.4613064,\n
        "lon": 3.2407288,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010834,\n
        "lat": 49.4612983,\n
        "lon": 3.2407272,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010835,\n
        "lat": 49.4612995,\n
        "lon": 3.2407167,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010836,\n
        "lat": 49.4612932,\n
        "lon": 3.2407153,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010837,\n
        "lat": 49.4612910,\n
        "lon": 3.2407255,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010838,\n
        "lat": 49.4612727,\n
        "lon": 3.2407210,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010839,\n
        "lat": 49.4612692,\n
        "lon": 3.2407120,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010840,\n
        "lat": 49.4612640,\n
        "lon": 3.2407155,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010841,\n
        "lat": 49.4612679,\n
        "lon": 3.2407260,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010842,\n
        "lat": 49.4612623,\n
        "lon": 3.2407717,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010843,\n
        "lat": 49.4612556,\n
        "lon": 3.2407712,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010844,\n
        "lat": 49.4612550,\n
        "lon": 3.2407838,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010845,\n
        "lat": 49.4612606,\n
        "lon": 3.2407843,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010846,\n
        "lat": 49.4612565,\n
        "lon": 3.2408215,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010847,\n
        "lat": 49.4612508,\n
        "lon": 3.2408200,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010848,\n
        "lat": 49.4612497,\n
        "lon": 3.2408309,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010849,\n
        "lat": 49.4612556,\n
        "lon": 3.2408330,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010850,\n
        "lat": 49.4612513,\n
        "lon": 3.2408665,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010851,\n
        "lat": 49.4612464,\n
        "lon": 3.2408707,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010852,\n
        "lat": 49.4612433,\n
        "lon": 3.2408609,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010853,\n
        "lat": 49.4612387,\n
        "lon": 3.2408645,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010854,\n
        "lat": 49.4612418,\n
        "lon": 3.2408744,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010855,\n
        "lat": 49.4612374,\n
        "lon": 3.2409126,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010856,\n
        "lat": 49.4612318,\n
        "lon": 3.2409187,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010857,\n
        "lat": 49.4612304,\n
        "lon": 3.2409308,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010858,\n
        "lat": 49.4612356,\n
        "lon": 3.2409322,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010859,\n
        "lat": 49.4612306,\n
        "lon": 3.2409727,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010860,\n
        "lat": 49.4612250,\n
        "lon": 3.2409719,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010861,\n
        "lat": 49.4612246,\n
        "lon": 3.2409814,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010862,\n
        "lat": 49.4612348,\n
        "lon": 3.2409834,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010863,\n
        "lat": 49.4612340,\n
        "lon": 3.2409944,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010864,\n
        "lat": 49.4612561,\n
        "lon": 3.2409993,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010865,\n
        "lat": 49.4612525,\n
        "lon": 3.2410309,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010866,\n
        "lat": 49.4612421,\n
        "lon": 3.2410405,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010867,\n
        "lat": 49.4612470,\n
        "lon": 3.2410521,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010868,\n
        "lat": 49.4612625,\n
        "lon": 3.2410387,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010869,\n
        "lat": 49.4613022,\n
        "lon": 3.2410480,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010870,\n
        "lat": 49.4613088,\n
        "lon": 3.2410671,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010871,\n
        "lat": 49.4613165,\n
        "lon": 3.2410613,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010872,\n
        "lat": 49.4613114,\n
        "lon": 3.2410454,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010873,\n
        "lat": 49.4613147,\n
        "lon": 3.2410169,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010874,\n
        "lat": 49.4613273,\n
        "lon": 3.2410185,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010875,\n
        "lat": 49.4613274,\n
        "lon": 3.2410150,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010876,\n
        "lat": 49.4633686,\n
        "lon": 3.2477881,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010877,\n
        "lat": 49.4634122,\n
        "lon": 3.2477083,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010878,\n
        "lat": 49.4633430,\n
        "lon": 3.2476221,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010879,\n
        "lat": 49.4633003,\n
        "lon": 3.2477024,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010880,\n
        "lat": 49.4628496,\n
        "lon": 3.2477511,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010881,\n
        "lat": 49.4628942,\n
        "lon": 3.2476662,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010882,\n
        "lat": 49.4627774,\n
        "lon": 3.2475308,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010883,\n
        "lat": 49.4627357,\n
        "lon": 3.2476136,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010884,\n
        "lat": 49.4631629,\n
        "lon": 3.2471441,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010885,\n
        "lat": 49.4630911,\n
        "lon": 3.2470941,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010886,\n
        "lat": 49.4630292,\n
        "lon": 3.2472870,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010887,\n
        "lat": 49.4631008,\n
        "lon": 3.2473409,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010888,\n
        "lat": 49.4630338,\n
        "lon": 3.2470061,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010889,\n
        "lat": 49.4629888,\n
        "lon": 3.2469564,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010890,\n
        "lat": 49.4629594,\n
        "lon": 3.2470187,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010891,\n
        "lat": 49.4630043,\n
        "lon": 3.2470692,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010892,\n
        "lat": 49.4624616,\n
        "lon": 3.2476067,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010893,\n
        "lat": 49.4624904,\n
        "lon": 3.2475462,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010894,\n
        "lat": 49.4624524,\n
        "lon": 3.2474676,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010895,\n
        "lat": 49.4624226,\n
        "lon": 3.2475300,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010896,\n
        "lat": 49.4627804,\n
        "lon": 3.2471339,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010897,\n
        "lat": 49.4628240,\n
        "lon": 3.2470414,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010898,\n
        "lat": 49.4627503,\n
        "lon": 3.2469599,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010899,\n
        "lat": 49.4627068,\n
        "lon": 3.2470523,\n
        "timestamp": "2017-05-08T06:13:45Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010900,\n
        "lat": 49.4627179,\n
        "lon": 3.2470089,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010901,\n
        "lat": 49.4626881,\n
        "lon": 3.2469749,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010902,\n
        "lat": 49.4626587,\n
        "lon": 3.2470362,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010903,\n
        "lat": 49.4626885,\n
        "lon": 3.2470694,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010904,\n
        "lat": 49.4626386,\n
        "lon": 3.2469754,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010905,\n
        "lat": 49.4626845,\n
        "lon": 3.2468924,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010906,\n
        "lat": 49.4626024,\n
        "lon": 3.2467811,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010907,\n
        "lat": 49.4625555,\n
        "lon": 3.2468606,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010908,\n
        "lat": 49.4624927,\n
        "lon": 3.2468222,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010909,\n
        "lat": 49.4624570,\n
        "lon": 3.2467833,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010910,\n
        "lat": 49.4624107,\n
        "lon": 3.2468800,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010911,\n
        "lat": 49.4624465,\n
        "lon": 3.2469188,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010912,\n
        "lat": 49.4625281,\n
        "lon": 3.2467513,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010913,\n
        "lat": 49.4625732,\n
        "lon": 3.2466713,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010914,\n
        "lat": 49.4624922,\n
        "lon": 3.2465641,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010915,\n
        "lat": 49.4624472,\n
        "lon": 3.2466447,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010916,\n
        "lat": 49.4624022,\n
        "lon": 3.2464613,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010917,\n
        "lat": 49.4624120,\n
        "lon": 3.2464725,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010918,\n
        "lat": 49.4624289,\n
        "lon": 3.2464391,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010919,\n
        "lat": 49.4623622,\n
        "lon": 3.2463622,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010920,\n
        "lat": 49.4622980,\n
        "lon": 3.2464856,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010921,\n
        "lat": 49.4623555,\n
        "lon": 3.2465551,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010922,\n
        "lat": 49.4637302,\n
        "lon": 3.2473702,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010923,\n
        "lat": 49.4637240,\n
        "lon": 3.2473516,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010924,\n
        "lat": 49.4637120,\n
        "lon": 3.2473603,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010925,\n
        "lat": 49.4637180,\n
        "lon": 3.2473792,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010926,\n
        "lat": 49.4633760,\n
        "lon": 3.2471812,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010927,\n
        "lat": 49.4633927,\n
        "lon": 3.2471503,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010928,\n
        "lat": 49.4633589,\n
        "lon": 3.2471102,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010929,\n
        "lat": 49.4633431,\n
        "lon": 3.2471415,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010930,\n
        "lat": 49.4633920,\n
        "lon": 3.2472890,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010931,\n
        "lat": 49.4634147,\n
        "lon": 3.2472440,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010932,\n
        "lat": 49.4633708,\n
        "lon": 3.2471916,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010933,\n
        "lat": 49.4633161,\n
        "lon": 3.2471978,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010934,\n
        "lat": 49.4633564,\n
        "lon": 3.2470754,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010935,\n
        "lat": 49.4632769,\n
        "lon": 3.2469853,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010936,\n
        "lat": 49.4632398,\n
        "lon": 3.2470555,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010937,\n
        "lat": 49.4632167,\n
        "lon": 3.2470252,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010938,\n
        "lat": 49.4631971,\n
        "lon": 3.2470594,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010939,\n
        "lat": 49.4633030,\n
        "lon": 3.2471833,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010940,\n
        "lat": 49.4632632,\n
        "lon": 3.2470113,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010941,\n
        "lat": 49.4632400,\n
        "lon": 3.2469846,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010942,\n
        "lat": 49.4631059,\n
        "lon": 3.2466294,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010943,\n
        "lat": 49.4631548,\n
        "lon": 3.2465427,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010944,\n
        "lat": 49.4631354,\n
        "lon": 3.2465171,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010945,\n
        "lat": 49.4631474,\n
        "lon": 3.2464959,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010946,\n
        "lat": 49.4630837,\n
        "lon": 3.2464113,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010947,\n
        "lat": 49.4630229,\n
        "lon": 3.2465191,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010948,\n
        "lat": 49.4635926,\n
        "lon": 3.2466013,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010949,\n
        "lat": 49.4636137,\n
        "lon": 3.2465640,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010950,\n
        "lat": 49.4635810,\n
        "lon": 3.2465205,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010951,\n
        "lat": 49.4635600,\n
        "lon": 3.2465578,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010952,\n
        "lat": 49.4629880,\n
        "lon": 3.2465993,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010953,\n
        "lat": 49.4629527,\n
        "lon": 3.2465591,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010954,\n
        "lat": 49.4629076,\n
        "lon": 3.2466484,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010955,\n
        "lat": 49.4628326,\n
        "lon": 3.2465597,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010956,\n
        "lat": 49.4628029,\n
        "lon": 3.2466135,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010957,\n
        "lat": 49.4629156,\n
        "lon": 3.2467432,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010958,\n
        "lat": 49.4684942,\n
        "lon": 3.2757825,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010959,\n
        "lat": 49.4684750,\n
        "lon": 3.2757370,\n
        "timestamp": "2017-05-08T06:13:46Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010960,\n
        "lat": 49.4684540,\n
        "lon": 3.2757584,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010961,\n
        "lat": 49.4684730,\n
        "lon": 3.2758035,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010962,\n
        "lat": 49.4695847,\n
        "lon": 3.2795406,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010963,\n
        "lat": 49.4696392,\n
        "lon": 3.2794848,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010964,\n
        "lat": 49.4695798,\n
        "lon": 3.2793506,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010965,\n
        "lat": 49.4695275,\n
        "lon": 3.2794089,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010966,\n
        "lat": 49.4696025,\n
        "lon": 3.2793253,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010967,\n
        "lat": 49.4695782,\n
        "lon": 3.2792698,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010968,\n
        "lat": 49.4695024,\n
        "lon": 3.2793527,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010969,\n
        "lat": 49.4694550,\n
        "lon": 3.2792414,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010970,\n
        "lat": 49.4694994,\n
        "lon": 3.2791972,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010971,\n
        "lat": 49.4693990,\n
        "lon": 3.2789594,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010972,\n
        "lat": 49.4693549,\n
        "lon": 3.2790045,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010973,\n
        "lat": 49.4700861,\n
        "lon": 3.2796278,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010974,\n
        "lat": 49.4700849,\n
        "lon": 3.2795486,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010975,\n
        "lat": 49.4699168,\n
        "lon": 3.2788302,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010976,\n
        "lat": 49.4699154,\n
        "lon": 3.2787844,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010977,\n
        "lat": 49.4695220,\n
        "lon": 3.2788074,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010978,\n
        "lat": 49.4695233,\n
        "lon": 3.2788510,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010979,\n
        "lat": 49.4702448,\n
        "lon": 3.2788679,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010980,\n
        "lat": 49.4702434,\n
        "lon": 3.2788225,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010981,\n
        "lat": 49.4699173,\n
        "lon": 3.2788466,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010982,\n
        "lat": 49.4699191,\n
        "lon": 3.2788933,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010983,\n
        "lat": 49.4699111,\n
        "lon": 3.2786454,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010984,\n
        "lat": 49.4695201,\n
        "lon": 3.2786714,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010985,\n
        "lat": 49.4702356,\n
        "lon": 3.2786245,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010986,\n
        "lat": 49.4583935,\n
        "lon": 3.2369643,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010987,\n
        "lat": 49.4583274,\n
        "lon": 3.2364967,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010988,\n
        "lat": 49.4582589,\n
        "lon": 3.2365190,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010989,\n
        "lat": 49.4582931,\n
        "lon": 3.2367601,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010990,\n
        "lat": 49.4582737,\n
        "lon": 3.2367665,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010991,\n
        "lat": 49.4582795,\n
        "lon": 3.2368095,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010992,\n
        "lat": 49.4582996,\n
        "lon": 3.2368040,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010993,\n
        "lat": 49.4583254,\n
        "lon": 3.2369871,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010994,\n
        "lat": 49.4583713,\n
        "lon": 3.2371037,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010995,\n
        "lat": 49.4583956,\n
        "lon": 3.2370911,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010996,\n
        "lat": 49.4583927,\n
        "lon": 3.2370833,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010997,\n
        "lat": 49.4583808,\n
        "lon": 3.2370922,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010998,\n
        "lat": 49.4583643,\n
        "lon": 3.2370506,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841010999,\n
        "lat": 49.4583807,\n
        "lon": 3.2370348,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011000,\n
        "lat": 49.4583649,\n
        "lon": 3.2369962,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011001,\n
        "lat": 49.4583309,\n
        "lon": 3.2370067,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011002,\n
        "lat": 49.4623520,\n
        "lon": 3.2462563,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011003,\n
        "lat": 49.4623214,\n
        "lon": 3.2462224,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011004,\n
        "lat": 49.4622872,\n
        "lon": 3.2463041,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011005,\n
        "lat": 49.4623168,\n
        "lon": 3.2463353,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011006,\n
        "lat": 49.4625458,\n
        "lon": 3.2458195,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011007,\n
        "lat": 49.4625091,\n
        "lon": 3.2457541,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011008,\n
        "lat": 49.4624654,\n
        "lon": 3.2458142,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011009,\n
        "lat": 49.4625033,\n
        "lon": 3.2458781,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011010,\n
        "lat": 49.4627477,\n
        "lon": 3.2463619,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011011,\n
        "lat": 49.4628051,\n
        "lon": 3.2462604,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011012,\n
        "lat": 49.4627289,\n
        "lon": 3.2461577,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011013,\n
        "lat": 49.4626713,\n
        "lon": 3.2462585,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011014,\n
        "lat": 49.4628181,\n
        "lon": 3.2459009,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011015,\n
        "lat": 49.4628337,\n
        "lon": 3.2458745,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011016,\n
        "lat": 49.4628014,\n
        "lon": 3.2458295,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011017,\n
        "lat": 49.4627859,\n
        "lon": 3.2458565,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011018,\n
        "lat": 49.4628947,\n
        "lon": 3.2458798,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011019,\n
        "lat": 49.4629222,\n
        "lon": 3.2458318,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011020,\n
        "lat": 49.4628534,\n
        "lon": 3.2457387,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011021,\n
        "lat": 49.4628259,\n
        "lon": 3.2457866,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011022,\n
        "lat": 49.4623788,\n
        "lon": 3.2459552,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011023,\n
        "lat": 49.4623159,\n
        "lon": 3.2458823,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011024,\n
        "lat": 49.4622622,\n
        "lon": 3.2459921,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011025,\n
        "lat": 49.4623917,\n
        "lon": 3.2461387,\n
        "timestamp": "2017-05-08T06:13:47Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011026,\n
        "lat": 49.4624499,\n
        "lon": 3.2460147,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011027,\n
        "lat": 49.4624066,\n
        "lon": 3.2459685,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011028,\n
        "lat": 49.4624007,\n
        "lon": 3.2459801,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011029,\n
        "lat": 49.4622252,\n
        "lon": 3.2459497,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011030,\n
        "lat": 49.4622565,\n
        "lon": 3.2458876,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011031,\n
        "lat": 49.4622591,\n
        "lon": 3.2458910,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011032,\n
        "lat": 49.4623014,\n
        "lon": 3.2458107,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011033,\n
        "lat": 49.4622844,\n
        "lon": 3.2457900,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011034,\n
        "lat": 49.4622439,\n
        "lon": 3.2458663,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011035,\n
        "lat": 49.4621655,\n
        "lon": 3.2457739,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011036,\n
        "lat": 49.4621316,\n
        "lon": 3.2458396,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011037,\n
        "lat": 49.4621487,\n
        "lon": 3.2454928,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011038,\n
        "lat": 49.4620803,\n
        "lon": 3.2456147,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011039,\n
        "lat": 49.4621200,\n
        "lon": 3.2456669,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011040,\n
        "lat": 49.4621541,\n
        "lon": 3.2456076,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011041,\n
        "lat": 49.4621337,\n
        "lon": 3.2455798,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011042,\n
        "lat": 49.4621685,\n
        "lon": 3.2455180,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011043,\n
        "lat": 49.4620611,\n
        "lon": 3.2455470,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011044,\n
        "lat": 49.4621144,\n
        "lon": 3.2454495,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011045,\n
        "lat": 49.4620272,\n
        "lon": 3.2453355,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011046,\n
        "lat": 49.4619738,\n
        "lon": 3.2454313,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011047,\n
        "lat": 49.4619980,\n
        "lon": 3.2451927,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011048,\n
        "lat": 49.4619485,\n
        "lon": 3.2451269,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011049,\n
        "lat": 49.4618293,\n
        "lon": 3.2453286,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011050,\n
        "lat": 49.4618788,\n
        "lon": 3.2453973,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011051,\n
        "lat": 49.4637425,\n
        "lon": 3.2438272,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011052,\n
        "lat": 49.4636607,\n
        "lon": 3.2439384,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011053,\n
        "lat": 49.4636815,\n
        "lon": 3.2439775,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011054,\n
        "lat": 49.4637080,\n
        "lon": 3.2439440,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011055,\n
        "lat": 49.4637300,\n
        "lon": 3.2439800,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011056,\n
        "lat": 49.4637861,\n
        "lon": 3.2439049,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011057,\n
        "lat": 49.4573835,\n
        "lon": 3.2442448,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011058,\n
        "lat": 49.4573862,\n
        "lon": 3.2441866,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011059,\n
        "lat": 49.4573370,\n
        "lon": 3.2441812,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011060,\n
        "lat": 49.4573344,\n
        "lon": 3.2442394,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011061,\n
        "lat": 49.4580461,\n
        "lon": 3.2437486,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011062,\n
        "lat": 49.4579448,\n
        "lon": 3.2437516,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011063,\n
        "lat": 49.4579478,\n
        "lon": 3.2438710,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011064,\n
        "lat": 49.4580719,\n
        "lon": 3.2438654,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011065,\n
        "lat": 49.4580697,\n
        "lon": 3.2437476,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011066,\n
        "lat": 49.4575335,\n
        "lon": 3.2439388,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011067,\n
        "lat": 49.4575375,\n
        "lon": 3.2438043,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011068,\n
        "lat": 49.4572396,\n
        "lon": 3.2437746,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011069,\n
        "lat": 49.4572351,\n
        "lon": 3.2439117,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011070,\n
        "lat": 49.4574729,\n
        "lon": 3.2443701,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011071,\n
        "lat": 49.4574779,\n
        "lon": 3.2442554,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011072,\n
        "lat": 49.4572247,\n
        "lon": 3.2442271,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011073,\n
        "lat": 49.4572209,\n
        "lon": 3.2443431,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011074,\n
        "lat": 49.4625033,\n
        "lon": 3.2426079,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011075,\n
        "lat": 49.4625261,\n
        "lon": 3.2426301,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011076,\n
        "lat": 49.4625575,\n
        "lon": 3.2425543,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011077,\n
        "lat": 49.4625347,\n
        "lon": 3.2425322,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011078,\n
        "lat": 49.4624892,\n
        "lon": 3.2420045,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011079,\n
        "lat": 49.4624982,\n
        "lon": 3.2420112,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011080,\n
        "lat": 49.4624772,\n
        "lon": 3.2420838,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011081,\n
        "lat": 49.4624808,\n
        "lon": 3.2420863,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011082,\n
        "lat": 49.4624466,\n
        "lon": 3.2421994,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011083,\n
        "lat": 49.4624401,\n
        "lon": 3.2421943,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011084,\n
        "lat": 49.4624286,\n
        "lon": 3.2422319,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011085,\n
        "lat": 49.4624649,\n
        "lon": 3.2422596,\n
        "timestamp": "2017-05-08T06:13:48Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011131,\n
        "lat": 49.4694696,\n
        "lon": 3.2801830,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011132,\n
        "lat": 49.4694394,\n
        "lon": 3.2801118,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011133,\n
        "lat": 49.4693886,\n
        "lon": 3.2801620,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011134,\n
        "lat": 49.4694192,\n
        "lon": 3.2802336,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011135,\n
        "lat": 49.4693301,\n
        "lon": 3.2798617,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011136,\n
        "lat": 49.4692985,\n
        "lon": 3.2797873,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011137,\n
        "lat": 49.4692497,\n
        "lon": 3.2798371,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011138,\n
        "lat": 49.4692811,\n
        "lon": 3.2799108,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011139,\n
        "lat": 49.4696280,\n
        "lon": 3.2800222,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011140,\n
        "lat": 49.4695871,\n
        "lon": 3.2799280,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011141,\n
        "lat": 49.4695046,\n
        "lon": 3.2800088,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011142,\n
        "lat": 49.4695457,\n
        "lon": 3.2801064,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011143,\n
        "lat": 49.4694908,\n
        "lon": 3.2797009,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011144,\n
        "lat": 49.4694483,\n
        "lon": 3.2796030,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011145,\n
        "lat": 49.4693656,\n
        "lon": 3.2796874,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011146,\n
        "lat": 49.4694083,\n
        "lon": 3.2797853,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011147,\n
        "lat": 49.4696701,\n
        "lon": 3.2795766,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011148,\n
        "lat": 49.4696711,\n
        "lon": 3.2796573,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011149,\n
        "lat": 49.4600323,\n
        "lon": 3.2390638,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011150,\n
        "lat": 49.4600357,\n
        "lon": 3.2390421,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011151,\n
        "lat": 49.4600235,\n
        "lon": 3.2390370,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011152,\n
        "lat": 49.4600197,\n
        "lon": 3.2390586,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011153,\n
        "lat": 49.4601244,\n
        "lon": 3.2392091,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011154,\n
        "lat": 49.4601305,\n
        "lon": 3.2391688,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011155,\n
        "lat": 49.4600497,\n
        "lon": 3.2391411,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011156,\n
        "lat": 49.4600454,\n
        "lon": 3.2391818,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011157,\n
        "lat": 49.4601049,\n
        "lon": 3.2394200,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011158,\n
        "lat": 49.4601130,\n
        "lon": 3.2393297,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011159,\n
        "lat": 49.4600334,\n
        "lon": 3.2393129,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011160,\n
        "lat": 49.4600250,\n
        "lon": 3.2394031,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011161,\n
        "lat": 49.4599370,\n
        "lon": 3.2393148,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011162,\n
        "lat": 49.4599457,\n
        "lon": 3.2392144,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011163,\n
        "lat": 49.4598482,\n
        "lon": 3.2391957,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011164,\n
        "lat": 49.4598390,\n
        "lon": 3.2392953,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011165,\n
        "lat": 49.4597433,\n
        "lon": 3.2392676,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011166,\n
        "lat": 49.4597615,\n
        "lon": 3.2391565,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011167,\n
        "lat": 49.4596793,\n
        "lon": 3.2391247,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011168,\n
        "lat": 49.4596790,\n
        "lon": 3.2391273,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011169,\n
        "lat": 49.4596552,\n
        "lon": 3.2391166,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011170,\n
        "lat": 49.4596352,\n
        "lon": 3.2392322,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011171,\n
        "lat": 49.4595557,\n
        "lon": 3.2392385,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011172,\n
        "lat": 49.4595723,\n
        "lon": 3.2391188,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011173,\n
        "lat": 49.4594894,\n
        "lon": 3.2390897,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011174,\n
        "lat": 49.4594727,\n
        "lon": 3.2392093,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011175,\n
        "lat": 49.4593837,\n
        "lon": 3.2391128,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011176,\n
        "lat": 49.4593990,\n
        "lon": 3.2391249,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011177,\n
        "lat": 49.4594059,\n
        "lon": 3.2391065,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011178,\n
        "lat": 49.4593561,\n
        "lon": 3.2390686,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011179,\n
        "lat": 49.4593289,\n
        "lon": 3.2391532,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011180,\n
        "lat": 49.4593621,\n
        "lon": 3.2391754,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011181,\n
        "lat": 49.4593136,\n
        "lon": 3.2388672,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011182,\n
        "lat": 49.4593637,\n
        "lon": 3.2387871,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011183,\n
        "lat": 49.4592869,\n
        "lon": 3.2386730,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011184,\n
        "lat": 49.4592347,\n
        "lon": 3.2387542,\n
        "timestamp": "2017-05-08T06:13:58Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011185,\n
        "lat": 49.4592060,\n
        "lon": 3.2387897,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011186,\n
        "lat": 49.4591873,\n
        "lon": 3.2387652,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011187,\n
        "lat": 49.4591306,\n
        "lon": 3.2388671,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011188,\n
        "lat": 49.4591507,\n
        "lon": 3.2388922,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011189,\n
        "lat": 49.4591831,\n
        "lon": 3.2387624,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011190,\n
        "lat": 49.4591639,\n
        "lon": 3.2387361,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011191,\n
        "lat": 49.4591109,\n
        "lon": 3.2388328,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011192,\n
        "lat": 49.4591309,\n
        "lon": 3.2388587,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011193,\n
        "lat": 49.4590147,\n
        "lon": 3.2388563,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011194,\n
        "lat": 49.4590331,\n
        "lon": 3.2388268,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011195,\n
        "lat": 49.4590122,\n
        "lon": 3.2387965,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011196,\n
        "lat": 49.4589937,\n
        "lon": 3.2388258,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011197,\n
        "lat": 49.4589880,\n
        "lon": 3.2386907,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011198,\n
        "lat": 49.4590474,\n
        "lon": 3.2386067,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011199,\n
        "lat": 49.4589520,\n
        "lon": 3.2384455,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011200,\n
        "lat": 49.4588941,\n
        "lon": 3.2385288,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011201,\n
        "lat": 49.4590658,\n
        "lon": 3.2386377,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011202,\n
        "lat": 49.4590097,\n
        "lon": 3.2386600,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011203,\n
        "lat": 49.4590273,\n
        "lon": 3.2386910,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011204,\n
        "lat": 49.4589347,\n
        "lon": 3.2387598,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011205,\n
        "lat": 49.4589420,\n
        "lon": 3.2387470,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011206,\n
        "lat": 49.4589344,\n
        "lon": 3.2387358,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011207,\n
        "lat": 49.4589263,\n
        "lon": 3.2387485,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011208,\n
        "lat": 49.4585413,\n
        "lon": 3.2382918,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011209,\n
        "lat": 49.4585421,\n
        "lon": 3.2381704,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011210,\n
        "lat": 49.4584913,\n
        "lon": 3.2381699,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011211,\n
        "lat": 49.4584913,\n
        "lon": 3.2382914,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011212,\n
        "lat": 49.4585961,\n
        "lon": 3.2389230,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011213,\n
        "lat": 49.4586747,\n
        "lon": 3.2388419,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011214,\n
        "lat": 49.4585983,\n
        "lon": 3.2386674,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011215,\n
        "lat": 49.4585195,\n
        "lon": 3.2387484,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011216,\n
        "lat": 49.4588976,\n
        "lon": 3.2391183,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011217,\n
        "lat": 49.4588988,\n
        "lon": 3.2391200,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011218,\n
        "lat": 49.4589403,\n
        "lon": 3.2390535,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011219,\n
        "lat": 49.4588666,\n
        "lon": 3.2389472,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011220,\n
        "lat": 49.4587954,\n
        "lon": 3.2390585,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011221,\n
        "lat": 49.4629212,\n
        "lon": 3.2411349,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011222,\n
        "lat": 49.4629583,\n
        "lon": 3.2412549,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011223,\n
        "lat": 49.4630229,\n
        "lon": 3.2416288,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011224,\n
        "lat": 49.4630739,\n
        "lon": 3.2415756,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011225,\n
        "lat": 49.4629405,\n
        "lon": 3.2412804,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011226,\n
        "lat": 49.4628912,\n
        "lon": 3.2413343,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011227,\n
        "lat": 49.4629263,\n
        "lon": 3.2412490,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011228,\n
        "lat": 49.4628566,\n
        "lon": 3.2413237,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011229,\n
        "lat": 49.4628712,\n
        "lon": 3.2413562,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011230,\n
        "lat": 49.4628036,\n
        "lon": 3.2414209,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011231,\n
        "lat": 49.4628000,\n
        "lon": 3.2414155,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011232,\n
        "lat": 49.4628301,\n
        "lon": 3.2413758,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011233,\n
        "lat": 49.4628094,\n
        "lon": 3.2413399,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011234,\n
        "lat": 49.4628137,\n
        "lon": 3.2413337,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011235,\n
        "lat": 49.4627703,\n
        "lon": 3.2412608,\n
        "timestamp": "2017-05-08T06:13:49Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011236,\n
        "lat": 49.4627424,\n
        "lon": 3.2413017,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011237,\n
        "lat": 49.4627488,\n
        "lon": 3.2413112,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011238,\n
        "lat": 49.4627023,\n
        "lon": 3.2413745,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011239,\n
        "lat": 49.4627618,\n
        "lon": 3.2414783,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011240,\n
        "lat": 49.4627946,\n
        "lon": 3.2415585,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011241,\n
        "lat": 49.4627862,\n
        "lon": 3.2415414,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011242,\n
        "lat": 49.4627712,\n
        "lon": 3.2415587,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011243,\n
        "lat": 49.4627803,\n
        "lon": 3.2415754,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011244,\n
        "lat": 49.4629067,\n
        "lon": 3.2418037,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011245,\n
        "lat": 49.4629559,\n
        "lon": 3.2417404,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011246,\n
        "lat": 49.4628715,\n
        "lon": 3.2415903,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011247,\n
        "lat": 49.4628227,\n
        "lon": 3.2416523,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011248,\n
        "lat": 49.4631504,\n
        "lon": 3.2419278,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011249,\n
        "lat": 49.4632132,\n
        "lon": 3.2418659,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011250,\n
        "lat": 49.4631676,\n
        "lon": 3.2417482,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011251,\n
        "lat": 49.4631041,\n
        "lon": 3.2418104,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011252,\n
        "lat": 49.4635676,\n
        "lon": 3.2421388,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011253,\n
        "lat": 49.4635596,\n
        "lon": 3.2421250,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011254,\n
        "lat": 49.4635504,\n
        "lon": 3.2421372,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011255,\n
        "lat": 49.4635341,\n
        "lon": 3.2421108,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011256,\n
        "lat": 49.4635104,\n
        "lon": 3.2421431,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011257,\n
        "lat": 49.4635613,\n
        "lon": 3.2422263,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011258,\n
        "lat": 49.4635851,\n
        "lon": 3.2421939,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011259,\n
        "lat": 49.4635689,\n
        "lon": 3.2421664,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011260,\n
        "lat": 49.4635774,\n
        "lon": 3.2421547,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011261,\n
        "lat": 49.4634821,\n
        "lon": 3.2422617,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011262,\n
        "lat": 49.4634304,\n
        "lon": 3.2421772,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011263,\n
        "lat": 49.4633833,\n
        "lon": 3.2422444,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011264,\n
        "lat": 49.4635111,\n
        "lon": 3.2424524,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011265,\n
        "lat": 49.4635993,\n
        "lon": 3.2423269,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011266,\n
        "lat": 49.4635580,\n
        "lon": 3.2422598,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011267,\n
        "lat": 49.4635427,\n
        "lon": 3.2422813,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011268,\n
        "lat": 49.4635605,\n
        "lon": 3.2423103,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011269,\n
        "lat": 49.4635346,\n
        "lon": 3.2423471,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011270,\n
        "lat": 49.4623222,\n
        "lon": 3.2411207,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011271,\n
        "lat": 49.4623428,\n
        "lon": 3.2410324,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011272,\n
        "lat": 49.4623056,\n
        "lon": 3.2410133,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011273,\n
        "lat": 49.4623386,\n
        "lon": 3.2408759,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011274,\n
        "lat": 49.4622273,\n
        "lon": 3.2410692,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011275,\n
        "lat": 49.4626333,\n
        "lon": 3.2409553,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011276,\n
        "lat": 49.4626108,\n
        "lon": 3.2409314,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011277,\n
        "lat": 49.4625677,\n
        "lon": 3.2410227,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011278,\n
        "lat": 49.4626492,\n
        "lon": 3.2411125,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011279,\n
        "lat": 49.4626933,\n
        "lon": 3.2410218,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011280,\n
        "lat": 49.4628757,\n
        "lon": 3.2408679,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011281,\n
        "lat": 49.4628396,\n
        "lon": 3.2408051,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011282,\n
        "lat": 49.4627700,\n
        "lon": 3.2409409,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011283,\n
        "lat": 49.4628140,\n
        "lon": 3.2409905,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011284,\n
        "lat": 49.4627556,\n
        "lon": 3.2410169,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011285,\n
        "lat": 49.4627839,\n
        "lon": 3.2409566,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011286,\n
        "lat": 49.4627675,\n
        "lon": 3.2409459,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011287,\n
        "lat": 49.4627621,\n
        "lon": 3.2409394,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011288,\n
        "lat": 49.4627359,\n
        "lon": 3.2409958,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011289,\n
        "lat": 49.4629554,\n
        "lon": 3.2410541,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011290,\n
        "lat": 49.4629297,\n
        "lon": 3.2409838,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011291,\n
        "lat": 49.4628108,\n
        "lon": 3.2411353,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011292,\n
        "lat": 49.4628444,\n
        "lon": 3.2411958,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011293,\n
        "lat": 49.4628853,\n
        "lon": 3.2410404,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011294,\n
        "lat": 49.4628737,\n
        "lon": 3.2410167,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011295,\n
        "lat": 49.4628304,\n
        "lon": 3.2410713,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011296,\n
        "lat": 49.4628299,\n
        "lon": 3.2411110,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011297,\n
        "lat": 49.4619904,\n
        "lon": 3.2411974,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011298,\n
        "lat": 49.4619674,\n
        "lon": 3.2413555,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011299,\n
        "lat": 49.4619904,\n
        "lon": 3.2413631,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011300,\n
        "lat": 49.4620201,\n
        "lon": 3.2411639,\n
        "timestamp": "2017-05-08T06:13:50Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011301,\n
        "lat": 49.4620224,\n
        "lon": 3.2411252,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011302,\n
        "lat": 49.4619532,\n
        "lon": 3.2410934,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011303,\n
        "lat": 49.4619369,\n
        "lon": 3.2411729,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011304,\n
        "lat": 49.4620696,\n
        "lon": 3.2411473,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011305,\n
        "lat": 49.4620496,\n
        "lon": 3.2412557,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011306,\n
        "lat": 49.4622034,\n
        "lon": 3.2413265,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011307,\n
        "lat": 49.4622244,\n
        "lon": 3.2412219,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011308,\n
        "lat": 49.4621190,\n
        "lon": 3.2413317,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011309,\n
        "lat": 49.4620703,\n
        "lon": 3.2413096,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011310,\n
        "lat": 49.4620509,\n
        "lon": 3.2414074,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011311,\n
        "lat": 49.4621489,\n
        "lon": 3.2414507,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011312,\n
        "lat": 49.4621680,\n
        "lon": 3.2413543,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011313,\n
        "lat": 49.4621166,\n
        "lon": 3.2416044,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011314,\n
        "lat": 49.4621380,\n
        "lon": 3.2414459,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011315,\n
        "lat": 49.4620542,\n
        "lon": 3.2414089,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011316,\n
        "lat": 49.4620456,\n
        "lon": 3.2414606,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011317,\n
        "lat": 49.4620993,\n
        "lon": 3.2414827,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011318,\n
        "lat": 49.4620833,\n
        "lon": 3.2415908,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011319,\n
        "lat": 49.4621689,\n
        "lon": 3.2415915,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011320,\n
        "lat": 49.4621858,\n
        "lon": 3.2414991,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011321,\n
        "lat": 49.4621600,\n
        "lon": 3.2414891,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011322,\n
        "lat": 49.4621433,\n
        "lon": 3.2415806,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011323,\n
        "lat": 49.4623952,\n
        "lon": 3.2415858,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011324,\n
        "lat": 49.4624118,\n
        "lon": 3.2414867,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011325,\n
        "lat": 49.4623270,\n
        "lon": 3.2414573,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011326,\n
        "lat": 49.4623124,\n
        "lon": 3.2415568,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011327,\n
        "lat": 49.4626151,\n
        "lon": 3.2417763,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011328,\n
        "lat": 49.4626457,\n
        "lon": 3.2416796,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011329,\n
        "lat": 49.4625652,\n
        "lon": 3.2416209,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011330,\n
        "lat": 49.4625383,\n
        "lon": 3.2417025,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011331,\n
        "lat": 49.4625742,\n
        "lon": 3.2417304,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011332,\n
        "lat": 49.4625704,\n
        "lon": 3.2417434,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011333,\n
        "lat": 49.4627098,\n
        "lon": 3.2419787,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011334,\n
        "lat": 49.4627424,\n
        "lon": 3.2418775,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011335,\n
        "lat": 49.4626379,\n
        "lon": 3.2417999,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011336,\n
        "lat": 49.4626055,\n
        "lon": 3.2419034,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011337,\n
        "lat": 49.4627266,\n
        "lon": 3.2420656,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011338,\n
        "lat": 49.4627029,\n
        "lon": 3.2420445,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011339,\n
        "lat": 49.4626607,\n
        "lon": 3.2421480,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011340,\n
        "lat": 49.4626841,\n
        "lon": 3.2421692,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011341,\n
        "lat": 49.4628200,\n
        "lon": 3.2421887,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011342,\n
        "lat": 49.4628683,\n
        "lon": 3.2420718,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011343,\n
        "lat": 49.4627652,\n
        "lon": 3.2419716,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011344,\n
        "lat": 49.4627170,\n
        "lon": 3.2420891,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011345,\n
        "lat": 49.4627311,\n
        "lon": 3.2422138,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011346,\n
        "lat": 49.4626268,\n
        "lon": 3.2423090,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011347,\n
        "lat": 49.4626732,\n
        "lon": 3.2423527,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011348,\n
        "lat": 49.4629189,\n
        "lon": 3.2424295,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011349,\n
        "lat": 49.4629701,\n
        "lon": 3.2423328,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011350,\n
        "lat": 49.4629447,\n
        "lon": 3.2423012,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011351,\n
        "lat": 49.4629383,\n
        "lon": 3.2423118,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011352,\n
        "lat": 49.4628977,\n
        "lon": 3.2422601,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011353,\n
        "lat": 49.4629033,\n
        "lon": 3.2422497,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011354,\n
        "lat": 49.4628639,\n
        "lon": 3.2422006,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011355,\n
        "lat": 49.4628131,\n
        "lon": 3.2422962,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011356,\n
        "lat": 49.4630801,\n
        "lon": 3.2425669,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011357,\n
        "lat": 49.4631282,\n
        "lon": 3.2424766,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011358,\n
        "lat": 49.4630447,\n
        "lon": 3.2423774,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011359,\n
        "lat": 49.4629982,\n
        "lon": 3.2424667,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011360,\n
        "lat": 49.4632315,\n
        "lon": 3.2426901,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011361,\n
        "lat": 49.4631594,\n
        "lon": 3.2425930,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011362,\n
        "lat": 49.4631139,\n
        "lon": 3.2426738,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011363,\n
        "lat": 49.4631831,\n
        "lon": 3.2427724,\n
        "timestamp": "2017-05-08T06:13:51Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011364,\n
        "lat": 49.4631990,\n
        "lon": 3.2427453,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011365,\n
        "lat": 49.4632713,\n
        "lon": 3.2428477,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011366,\n
        "lat": 49.4633221,\n
        "lon": 3.2427606,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011367,\n
        "lat": 49.4632487,\n
        "lon": 3.2426607,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011368,\n
        "lat": 49.4636608,\n
        "lon": 3.2430985,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011369,\n
        "lat": 49.4634426,\n
        "lon": 3.2428447,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011370,\n
        "lat": 49.4634039,\n
        "lon": 3.2429237,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011371,\n
        "lat": 49.4635788,\n
        "lon": 3.2431232,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011372,\n
        "lat": 49.4635142,\n
        "lon": 3.2432556,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011373,\n
        "lat": 49.4635571,\n
        "lon": 3.2433053,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011374,\n
        "lat": 49.4630782,\n
        "lon": 3.2427237,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011375,\n
        "lat": 49.4630580,\n
        "lon": 3.2426982,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011376,\n
        "lat": 49.4629994,\n
        "lon": 3.2428071,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011377,\n
        "lat": 49.4630200,\n
        "lon": 3.2428336,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011378,\n
        "lat": 49.4582518,\n
        "lon": 3.2388743,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011379,\n
        "lat": 49.4582506,\n
        "lon": 3.2388320,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011380,\n
        "lat": 49.4581576,\n
        "lon": 3.2388350,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011381,\n
        "lat": 49.4581586,\n
        "lon": 3.2388772,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011382,\n
        "lat": 49.4582201,\n
        "lon": 3.2385608,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011383,\n
        "lat": 49.4582191,\n
        "lon": 3.2384632,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011384,\n
        "lat": 49.4581828,\n
        "lon": 3.2384639,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011385,\n
        "lat": 49.4581839,\n
        "lon": 3.2385617,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011386,\n
        "lat": 49.4581283,\n
        "lon": 3.2385134,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011387,\n
        "lat": 49.4581279,\n
        "lon": 3.2384424,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011388,\n
        "lat": 49.4581343,\n
        "lon": 3.2384423,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011389,\n
        "lat": 49.4581334,\n
        "lon": 3.2383207,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011390,\n
        "lat": 49.4581140,\n
        "lon": 3.2383211,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011391,\n
        "lat": 49.4581139,\n
        "lon": 3.2383035,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011392,\n
        "lat": 49.4581018,\n
        "lon": 3.2383037,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011393,\n
        "lat": 49.4581019,\n
        "lon": 3.2383216,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011394,\n
        "lat": 49.4580732,\n
        "lon": 3.2383221,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011395,\n
        "lat": 49.4580743,\n
        "lon": 3.2384427,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011396,\n
        "lat": 49.4580827,\n
        "lon": 3.2384426,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011397,\n
        "lat": 49.4580833,\n
        "lon": 3.2385142,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011398,\n
        "lat": 49.4584895,\n
        "lon": 3.2386197,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011399,\n
        "lat": 49.4584921,\n
        "lon": 3.2385320,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011400,\n
        "lat": 49.4583990,\n
        "lon": 3.2385305,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011401,\n
        "lat": 49.4583964,\n
        "lon": 3.2386171,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011402,\n
        "lat": 49.4581772,\n
        "lon": 3.2386322,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011403,\n
        "lat": 49.4581787,\n
        "lon": 3.2387515,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011404,\n
        "lat": 49.4582430,\n
        "lon": 3.2387494,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011405,\n
        "lat": 49.4582415,\n
        "lon": 3.2386301,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011406,\n
        "lat": 49.4747344,\n
        "lon": 3.2324882,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011407,\n
        "lat": 49.4748762,\n
        "lon": 3.2324498,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011408,\n
        "lat": 49.4747994,\n
        "lon": 3.2317962,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011409,\n
        "lat": 49.4746571,\n
        "lon": 3.2318347,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011410,\n
        "lat": 49.4606259,\n
        "lon": 3.2414736,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011411,\n
        "lat": 49.4606482,\n
        "lon": 3.2414174,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011412,\n
        "lat": 49.4606561,\n
        "lon": 3.2414249,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011413,\n
        "lat": 49.4606666,\n
        "lon": 3.2414001,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011414,\n
        "lat": 49.4606578,\n
        "lon": 3.2413915,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011415,\n
        "lat": 49.4606768,\n
        "lon": 3.2413447,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011416,\n
        "lat": 49.4606898,\n
        "lon": 3.2413412,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011417,\n
        "lat": 49.4606950,\n
        "lon": 3.2413335,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011418,\n
        "lat": 49.4607001,\n
        "lon": 3.2413185,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011419,\n
        "lat": 49.4607005,\n
        "lon": 3.2413083,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011420,\n
        "lat": 49.4606966,\n
        "lon": 3.2412891,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011421,\n
        "lat": 49.4606098,\n
        "lon": 3.2412119,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011422,\n
        "lat": 49.4605397,\n
        "lon": 3.2413947,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011423,\n
        "lat": 49.4605898,\n
        "lon": 3.2414411,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011424,\n
        "lat": 49.4605879,\n
        "lon": 3.2414450,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011425,\n
        "lat": 49.4605933,\n
        "lon": 3.2414505,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011426,\n
        "lat": 49.4605998,\n
        "lon": 3.2414478,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011427,\n
        "lat": 49.4611108,\n
        "lon": 3.2414752,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011428,\n
        "lat": 49.4611387,\n
        "lon": 3.2413061,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011429,\n
        "lat": 49.4610738,\n
        "lon": 3.2412792,\n
        "timestamp": "2017-05-08T06:13:52Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011430,\n
        "lat": 49.4610463,\n
        "lon": 3.2414507,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011431,\n
        "lat": 49.4608689,\n
        "lon": 3.2420169,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011432,\n
        "lat": 49.4609006,\n
        "lon": 3.2418493,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011433,\n
        "lat": 49.4607585,\n
        "lon": 3.2417824,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011434,\n
        "lat": 49.4607254,\n
        "lon": 3.2419489,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011435,\n
        "lat": 49.4607719,\n
        "lon": 3.2424992,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011436,\n
        "lat": 49.4608371,\n
        "lon": 3.2421750,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011437,\n
        "lat": 49.4606660,\n
        "lon": 3.2420937,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011438,\n
        "lat": 49.4606022,\n
        "lon": 3.2424206,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011439,\n
        "lat": 49.4608652,\n
        "lon": 3.2427177,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011440,\n
        "lat": 49.4608699,\n
        "lon": 3.2426966,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011441,\n
        "lat": 49.4608562,\n
        "lon": 3.2426891,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011442,\n
        "lat": 49.4608513,\n
        "lon": 3.2427100,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011443,\n
        "lat": 49.4617077,\n
        "lon": 3.2409945,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011444,\n
        "lat": 49.4616831,\n
        "lon": 3.2411361,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011445,\n
        "lat": 49.4617250,\n
        "lon": 3.2411495,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011446,\n
        "lat": 49.4617357,\n
        "lon": 3.2410883,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011447,\n
        "lat": 49.4618086,\n
        "lon": 3.2411110,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011448,\n
        "lat": 49.4618212,\n
        "lon": 3.2410308,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011449,\n
        "lat": 49.4613799,\n
        "lon": 3.2437278,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011450,\n
        "lat": 49.4614312,\n
        "lon": 3.2436682,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011451,\n
        "lat": 49.4613507,\n
        "lon": 3.2435184,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011452,\n
        "lat": 49.4612943,\n
        "lon": 3.2435872,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011453,\n
        "lat": 49.4613463,\n
        "lon": 3.2436875,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011454,\n
        "lat": 49.4613534,\n
        "lon": 3.2436783,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011455,\n
        "lat": 49.4615203,\n
        "lon": 3.2436703,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011456,\n
        "lat": 49.4614986,\n
        "lon": 3.2436219,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011457,\n
        "lat": 49.4614598,\n
        "lon": 3.2436632,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011458,\n
        "lat": 49.4614802,\n
        "lon": 3.2437104,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011459,\n
        "lat": 49.4612207,\n
        "lon": 3.2435612,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011460,\n
        "lat": 49.4612292,\n
        "lon": 3.2435535,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011461,\n
        "lat": 49.4612227,\n
        "lon": 3.2435347,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011462,\n
        "lat": 49.4612138,\n
        "lon": 3.2435435,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011463,\n
        "lat": 49.4610996,\n
        "lon": 3.2432781,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011464,\n
        "lat": 49.4611100,\n
        "lon": 3.2432688,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011465,\n
        "lat": 49.4610966,\n
        "lon": 3.2432307,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011466,\n
        "lat": 49.4611291,\n
        "lon": 3.2432026,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011467,\n
        "lat": 49.4611038,\n
        "lon": 3.2431285,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011468,\n
        "lat": 49.4611193,\n
        "lon": 3.2431159,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011469,\n
        "lat": 49.4610995,\n
        "lon": 3.2430586,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011470,\n
        "lat": 49.4610835,\n
        "lon": 3.2430714,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011471,\n
        "lat": 49.4610801,\n
        "lon": 3.2430599,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011472,\n
        "lat": 49.4610359,\n
        "lon": 3.2430950,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011473,\n
        "lat": 49.4610691,\n
        "lon": 3.2429325,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011474,\n
        "lat": 49.4610756,\n
        "lon": 3.2428278,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011475,\n
        "lat": 49.4609816,\n
        "lon": 3.2428169,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011476,\n
        "lat": 49.4609756,\n
        "lon": 3.2429214,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011477,\n
        "lat": 49.4613862,\n
        "lon": 3.2411986,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011478,\n
        "lat": 49.4613732,\n
        "lon": 3.2411619,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011479,\n
        "lat": 49.4613351,\n
        "lon": 3.2411969,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011480,\n
        "lat": 49.4613483,\n
        "lon": 3.2412296,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011481,\n
        "lat": 49.4614260,\n
        "lon": 3.2411131,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011482,\n
        "lat": 49.4614123,\n
        "lon": 3.2411997,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011483,\n
        "lat": 49.4614200,\n
        "lon": 3.2411923,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011484,\n
        "lat": 49.4614052,\n
        "lon": 3.2411493,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011485,\n
        "lat": 49.4614307,\n
        "lon": 3.2411267,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011486,\n
        "lat": 49.4616757,\n
        "lon": 3.2411785,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011487,\n
        "lat": 49.4617083,\n
        "lon": 3.2409911,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011488,\n
        "lat": 49.4616475,\n
        "lon": 3.2409679,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011489,\n
        "lat": 49.4616290,\n
        "lon": 3.2410723,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011490,\n
        "lat": 49.4615779,\n
        "lon": 3.2410519,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011491,\n
        "lat": 49.4615703,\n
        "lon": 3.2410580,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011492,\n
        "lat": 49.4615594,\n
        "lon": 3.2411236,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011493,\n
        "lat": 49.4615639,\n
        "lon": 3.2411380,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011494,\n
        "lat": 49.4618997,\n
        "lon": 3.2411777,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011495,\n
        "lat": 49.4619070,\n
        "lon": 3.2411725,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011496,\n
        "lat": 49.4619265,\n
        "lon": 3.2410811,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011497,\n
        "lat": 49.4618426,\n
        "lon": 3.2410425,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011498,\n
        "lat": 49.4618245,\n
        "lon": 3.2411434,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011499,\n
        "lat": 49.4603469,\n
        "lon": 3.2433395,\n
        "timestamp": "2017-05-08T06:13:53Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011500,\n
        "lat": 49.4603533,\n
        "lon": 3.2433054,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011501,\n
        "lat": 49.4603285,\n
        "lon": 3.2432928,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011502,\n
        "lat": 49.4603212,\n
        "lon": 3.2433263,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011503,\n
        "lat": 49.4603714,\n
        "lon": 3.2434157,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011504,\n
        "lat": 49.4603824,\n
        "lon": 3.2433332,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011505,\n
        "lat": 49.4603501,\n
        "lon": 3.2433227,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011506,\n
        "lat": 49.4603501,\n
        "lon": 3.2433409,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011507,\n
        "lat": 49.4603405,\n
        "lon": 3.2434071,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011508,\n
        "lat": 49.4605719,\n
        "lon": 3.2432982,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011509,\n
        "lat": 49.4605917,\n
        "lon": 3.2432218,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011510,\n
        "lat": 49.4604695,\n
        "lon": 3.2431454,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011511,\n
        "lat": 49.4604488,\n
        "lon": 3.2432236,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011512,\n
        "lat": 49.4604703,\n
        "lon": 3.2432370,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011513,\n
        "lat": 49.4604626,\n
        "lon": 3.2432661,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011514,\n
        "lat": 49.4605097,\n
        "lon": 3.2432956,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011515,\n
        "lat": 49.4605181,\n
        "lon": 3.2432643,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011516,\n
        "lat": 49.4605254,\n
        "lon": 3.2434773,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011517,\n
        "lat": 49.4605439,\n
        "lon": 3.2434063,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011518,\n
        "lat": 49.4604941,\n
        "lon": 3.2433830,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011519,\n
        "lat": 49.4604903,\n
        "lon": 3.2434093,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011520,\n
        "lat": 49.4604637,\n
        "lon": 3.2433987,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011521,\n
        "lat": 49.4604550,\n
        "lon": 3.2434491,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011522,\n
        "lat": 49.4605911,\n
        "lon": 3.2435037,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011523,\n
        "lat": 49.4606183,\n
        "lon": 3.2434408,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011524,\n
        "lat": 49.4606735,\n
        "lon": 3.2435701,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011525,\n
        "lat": 49.4606908,\n
        "lon": 3.2435420,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011526,\n
        "lat": 49.4606734,\n
        "lon": 3.2435172,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011527,\n
        "lat": 49.4606795,\n
        "lon": 3.2435072,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011528,\n
        "lat": 49.4606373,\n
        "lon": 3.2434507,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011529,\n
        "lat": 49.4606177,\n
        "lon": 3.2434903,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011530,\n
        "lat": 49.4608134,\n
        "lon": 3.2434623,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011531,\n
        "lat": 49.4607894,\n
        "lon": 3.2434286,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011532,\n
        "lat": 49.4607329,\n
        "lon": 3.2435268,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011533,\n
        "lat": 49.4607568,\n
        "lon": 3.2435611,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011534,\n
        "lat": 49.4607195,\n
        "lon": 3.2433758,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011535,\n
        "lat": 49.4606914,\n
        "lon": 3.2433413,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011536,\n
        "lat": 49.4606680,\n
        "lon": 3.2433884,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011537,\n
        "lat": 49.4606955,\n
        "lon": 3.2434222,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011538,\n
        "lat": 49.4608718,\n
        "lon": 3.2432709,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011539,\n
        "lat": 49.4609116,\n
        "lon": 3.2431786,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011540,\n
        "lat": 49.4608122,\n
        "lon": 3.2430768,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011541,\n
        "lat": 49.4607744,\n
        "lon": 3.2431689,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011542,\n
        "lat": 49.4608776,\n
        "lon": 3.2434442,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011543,\n
        "lat": 49.4608478,\n
        "lon": 3.2434024,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011544,\n
        "lat": 49.4608222,\n
        "lon": 3.2434468,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011545,\n
        "lat": 49.4608505,\n
        "lon": 3.2434901,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011546,\n
        "lat": 49.4609481,\n
        "lon": 3.2435008,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011547,\n
        "lat": 49.4609570,\n
        "lon": 3.2435216,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011548,\n
        "lat": 49.4609692,\n
        "lon": 3.2435095,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011549,\n
        "lat": 49.4609315,\n
        "lon": 3.2434175,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011550,\n
        "lat": 49.4609004,\n
        "lon": 3.2434477,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011551,\n
        "lat": 49.4609294,\n
        "lon": 3.2435166,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011552,\n
        "lat": 49.4610363,\n
        "lon": 3.2434719,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011553,\n
        "lat": 49.4610293,\n
        "lon": 3.2434557,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011554,\n
        "lat": 49.4610761,\n
        "lon": 3.2434116,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011555,\n
        "lat": 49.4610378,\n
        "lon": 3.2433143,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011556,\n
        "lat": 49.4609772,\n
        "lon": 3.2435292,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011557,\n
        "lat": 49.4611903,\n
        "lon": 3.2437122,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011558,\n
        "lat": 49.4611639,\n
        "lon": 3.2436384,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011559,\n
        "lat": 49.4611011,\n
        "lon": 3.2437366,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011560,\n
        "lat": 49.4610951,\n
        "lon": 3.2437279,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011561,\n
        "lat": 49.4610371,\n
        "lon": 3.2438185,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011562,\n
        "lat": 49.4610801,\n
        "lon": 3.2438870,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011563,\n
        "lat": 49.4611708,\n
        "lon": 3.2411116,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011564,\n
        "lat": 49.4611049,\n
        "lon": 3.2410859,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011565,\n
        "lat": 49.4718908,\n
        "lon": 3.2317940,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011566,\n
        "lat": 49.4718884,\n
        "lon": 3.2317503,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011567,\n
        "lat": 49.4718521,\n
        "lon": 3.2317533,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011568,\n
        "lat": 49.4718529,\n
        "lon": 3.2317974,\n
        "timestamp": "2017-05-08T06:13:54Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011569,\n
        "lat": 49.4711711,\n
        "lon": 3.2315169,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011570,\n
        "lat": 49.4711803,\n
        "lon": 3.2314722,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011571,\n
        "lat": 49.4711428,\n
        "lon": 3.2314517,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011572,\n
        "lat": 49.4711320,\n
        "lon": 3.2314949,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011573,\n
        "lat": 49.4585763,\n
        "lon": 3.2438071,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011574,\n
        "lat": 49.4585588,\n
        "lon": 3.2437855,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011575,\n
        "lat": 49.4584808,\n
        "lon": 3.2439409,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011576,\n
        "lat": 49.4584982,\n
        "lon": 3.2439616,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011577,\n
        "lat": 49.4596795,\n
        "lon": 3.2440893,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011578,\n
        "lat": 49.4596861,\n
        "lon": 3.2440084,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011579,\n
        "lat": 49.4596770,\n
        "lon": 3.2440067,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011580,\n
        "lat": 49.4596791,\n
        "lon": 3.2439811,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011581,\n
        "lat": 49.4596494,\n
        "lon": 3.2439754,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011582,\n
        "lat": 49.4596474,\n
        "lon": 3.2440004,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011583,\n
        "lat": 49.4596400,\n
        "lon": 3.2439990,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011584,\n
        "lat": 49.4596334,\n
        "lon": 3.2440803,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011585,\n
        "lat": 49.4610605,\n
        "lon": 3.2444847,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011586,\n
        "lat": 49.4610861,\n
        "lon": 3.2445226,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011587,\n
        "lat": 49.4611298,\n
        "lon": 3.2444531,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011588,\n
        "lat": 49.4611043,\n
        "lon": 3.2444152,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011589,\n
        "lat": 49.4617673,\n
        "lon": 3.2448231,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011590,\n
        "lat": 49.4617214,\n
        "lon": 3.2448961,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011591,\n
        "lat": 49.4617912,\n
        "lon": 3.2449935,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011592,\n
        "lat": 49.4618363,\n
        "lon": 3.2449182,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011593,\n
        "lat": 49.4617138,\n
        "lon": 3.2447883,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011594,\n
        "lat": 49.4617519,\n
        "lon": 3.2447023,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011595,\n
        "lat": 49.4616642,\n
        "lon": 3.2446113,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011596,\n
        "lat": 49.4616257,\n
        "lon": 3.2446965,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011597,\n
        "lat": 49.4616326,\n
        "lon": 3.2445603,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011598,\n
        "lat": 49.4616703,\n
        "lon": 3.2444775,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011599,\n
        "lat": 49.4615986,\n
        "lon": 3.2444008,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011600,\n
        "lat": 49.4615609,\n
        "lon": 3.2444834,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011601,\n
        "lat": 49.4617683,\n
        "lon": 3.2443804,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011602,\n
        "lat": 49.4618063,\n
        "lon": 3.2442962,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011603,\n
        "lat": 49.4617517,\n
        "lon": 3.2442384,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011604,\n
        "lat": 49.4617133,\n
        "lon": 3.2443226,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011605,\n
        "lat": 49.4614463,\n
        "lon": 3.2440516,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011606,\n
        "lat": 49.4614696,\n
        "lon": 3.2440290,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011607,\n
        "lat": 49.4614416,\n
        "lon": 3.2439632,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011608,\n
        "lat": 49.4614187,\n
        "lon": 3.2439855,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011609,\n
        "lat": 49.4614998,\n
        "lon": 3.2441177,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011610,\n
        "lat": 49.4614701,\n
        "lon": 3.2440447,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011611,\n
        "lat": 49.4614513,\n
        "lon": 3.2440637,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011612,\n
        "lat": 49.4614960,\n
        "lon": 3.2441702,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011613,\n
        "lat": 49.4614815,\n
        "lon": 3.2441358,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011614,\n
        "lat": 49.4614399,\n
        "lon": 3.2441777,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011615,\n
        "lat": 49.4614549,\n
        "lon": 3.2442122,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011616,\n
        "lat": 49.4613885,\n
        "lon": 3.2439134,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011617,\n
        "lat": 49.4613433,\n
        "lon": 3.2439579,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011618,\n
        "lat": 49.4614379,\n
        "lon": 3.2441797,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011619,\n
        "lat": 49.4610348,\n
        "lon": 3.2439563,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011620,\n
        "lat": 49.4610435,\n
        "lon": 3.2439431,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011721,\n
        "lat": 49.4610114,\n
        "lon": 3.2438899,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011722,\n
        "lat": 49.4610015,\n
        "lon": 3.2439032,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011723,\n
        "lat": 49.4610631,\n
        "lon": 3.2439132,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011724,\n
        "lat": 49.4610495,\n
        "lon": 3.2438383,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011725,\n
        "lat": 49.4610318,\n
        "lon": 3.2438624,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011726,\n
        "lat": 49.4612404,\n
        "lon": 3.2439605,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011727,\n
        "lat": 49.4612496,\n
        "lon": 3.2439515,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011728,\n
        "lat": 49.4612344,\n
        "lon": 3.2439150,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011729,\n
        "lat": 49.4612251,\n
        "lon": 3.2439242,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011730,\n
        "lat": 49.4612507,\n
        "lon": 3.2439851,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011731,\n
        "lat": 49.4612212,\n
        "lon": 3.2439149,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011732,\n
        "lat": 49.4610955,\n
        "lon": 3.2440402,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011733,\n
        "lat": 49.4611247,\n
        "lon": 3.2441098,\n
        "timestamp": "2017-05-08T06:13:55Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011734,\n
        "lat": 49.4610569,\n
        "lon": 3.2441537,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011735,\n
        "lat": 49.4610934,\n
        "lon": 3.2441179,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011736,\n
        "lat": 49.4610524,\n
        "lon": 3.2440193,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011737,\n
        "lat": 49.4610159,\n
        "lon": 3.2440552,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011738,\n
        "lat": 49.4612677,\n
        "lon": 3.2444315,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011739,\n
        "lat": 49.4612353,\n
        "lon": 3.2443848,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011740,\n
        "lat": 49.4611884,\n
        "lon": 3.2444592,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011741,\n
        "lat": 49.4612216,\n
        "lon": 3.2445070,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011742,\n
        "lat": 49.4611976,\n
        "lon": 3.2443309,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011743,\n
        "lat": 49.4611514,\n
        "lon": 3.2444065,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011744,\n
        "lat": 49.4612803,\n
        "lon": 3.2449002,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011745,\n
        "lat": 49.4612548,\n
        "lon": 3.2448620,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011746,\n
        "lat": 49.4612234,\n
        "lon": 3.2449112,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011747,\n
        "lat": 49.4612493,\n
        "lon": 3.2449500,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011748,\n
        "lat": 49.4613657,\n
        "lon": 3.2446570,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011749,\n
        "lat": 49.4613038,\n
        "lon": 3.2445661,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011750,\n
        "lat": 49.4612578,\n
        "lon": 3.2446400,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011751,\n
        "lat": 49.4613199,\n
        "lon": 3.2447304,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011752,\n
        "lat": 49.4612359,\n
        "lon": 3.2446080,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011753,\n
        "lat": 49.4612018,\n
        "lon": 3.2446628,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011754,\n
        "lat": 49.4612239,\n
        "lon": 3.2446945,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011755,\n
        "lat": 49.4621497,\n
        "lon": 3.2408308,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011756,\n
        "lat": 49.4621560,\n
        "lon": 3.2408123,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011757,\n
        "lat": 49.4621069,\n
        "lon": 3.2407739,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011758,\n
        "lat": 49.4621002,\n
        "lon": 3.2407927,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011759,\n
        "lat": 49.4621729,\n
        "lon": 3.2407627,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011760,\n
        "lat": 49.4621816,\n
        "lon": 3.2407372,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011761,\n
        "lat": 49.4621568,\n
        "lon": 3.2407171,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011762,\n
        "lat": 49.4621479,\n
        "lon": 3.2407412,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011763,\n
        "lat": 49.4622219,\n
        "lon": 3.2406972,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011764,\n
        "lat": 49.4622007,\n
        "lon": 3.2406808,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011765,\n
        "lat": 49.4621520,\n
        "lon": 3.2408242,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011766,\n
        "lat": 49.4621724,\n
        "lon": 3.2408409,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011771,\n
        "lat": 49.4623425,\n
        "lon": 3.2407716,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011772,\n
        "lat": 49.4623795,\n
        "lon": 3.2406307,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011773,\n
        "lat": 49.4623906,\n
        "lon": 3.2405823,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011774,\n
        "lat": 49.4623025,\n
        "lon": 3.2405252,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011775,\n
        "lat": 49.4622522,\n
        "lon": 3.2407156,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011776,\n
        "lat": 49.4623355,\n
        "lon": 3.2408742,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011777,\n
        "lat": 49.4623406,\n
        "lon": 3.2408529,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011778,\n
        "lat": 49.4623077,\n
        "lon": 3.2408348,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011779,\n
        "lat": 49.4623098,\n
        "lon": 3.2408255,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011780,\n
        "lat": 49.4622903,\n
        "lon": 3.2408143,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011781,\n
        "lat": 49.4622824,\n
        "lon": 3.2408446,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011782,\n
        "lat": 49.4625867,\n
        "lon": 3.2385700,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011783,\n
        "lat": 49.4626307,\n
        "lon": 3.2384885,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011784,\n
        "lat": 49.4625277,\n
        "lon": 3.2383620,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011785,\n
        "lat": 49.4624840,\n
        "lon": 3.2384436,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011786,\n
        "lat": 49.4586555,\n
        "lon": 3.2350228,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011787,\n
        "lat": 49.4586630,\n
        "lon": 3.2349782,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011788,\n
        "lat": 49.4586025,\n
        "lon": 3.2349530,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011789,\n
        "lat": 49.4585943,\n
        "lon": 3.2349984,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011790,\n
        "lat": 49.4587198,\n
        "lon": 3.2352262,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011791,\n
        "lat": 49.4587256,\n
        "lon": 3.2350951,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011792,\n
        "lat": 49.4586581,\n
        "lon": 3.2350882,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011793,\n
        "lat": 49.4586544,\n
        "lon": 3.2351733,\n
        "timestamp": "2017-05-08T06:13:56Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011804,\n
        "lat": 49.4587141,\n
        "lon": 3.2353514,\n
        "timestamp": "2017-05-08T06:13:57Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011805,\n
        "lat": 49.4586514,\n
        "lon": 3.2352182,\n
        "timestamp": "2017-05-08T06:13:57Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011806,\n
        "lat": 49.4586465,\n
        "lon": 3.2353447,\n
        "timestamp": "2017-05-08T06:13:57Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011821,\n
        "lat": 49.4588676,\n
        "lon": 3.2391650,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011822,\n
        "lat": 49.4591361,\n
        "lon": 3.2394135,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011823,\n
        "lat": 49.4591624,\n
        "lon": 3.2393231,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011824,\n
        "lat": 49.4591562,\n
        "lon": 3.2393186,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011825,\n
        "lat": 49.4591831,\n
        "lon": 3.2392294,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011826,\n
        "lat": 49.4591421,\n
        "lon": 3.2392012,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011827,\n
        "lat": 49.4591192,\n
        "lon": 3.2392734,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011828,\n
        "lat": 49.4590570,\n
        "lon": 3.2392306,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011829,\n
        "lat": 49.4590375,\n
        "lon": 3.2392959,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011830,\n
        "lat": 49.4590710,\n
        "lon": 3.2393195,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011831,\n
        "lat": 49.4590588,\n
        "lon": 3.2393618,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011832,\n
        "lat": 49.4592349,\n
        "lon": 3.2394174,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011833,\n
        "lat": 49.4592452,\n
        "lon": 3.2393805,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011834,\n
        "lat": 49.4592586,\n
        "lon": 3.2393893,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011835,\n
        "lat": 49.4592793,\n
        "lon": 3.2393143,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011836,\n
        "lat": 49.4591951,\n
        "lon": 3.2392596,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011837,\n
        "lat": 49.4591641,\n
        "lon": 3.2393713,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011838,\n
        "lat": 49.4594559,\n
        "lon": 3.2394497,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011839,\n
        "lat": 49.4593979,\n
        "lon": 3.2394334,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011840,\n
        "lat": 49.4593846,\n
        "lon": 3.2395586,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011841,\n
        "lat": 49.4594777,\n
        "lon": 3.2395829,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011842,\n
        "lat": 49.4594922,\n
        "lon": 3.2394599,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011843,\n
        "lat": 49.4594825,\n
        "lon": 3.2397111,\n
        "timestamp": "2017-05-08T06:13:59Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011844,\n
        "lat": 49.4594647,\n
        "lon": 3.2397044,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011845,\n
        "lat": 49.4594452,\n
        "lon": 3.2398192,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011846,\n
        "lat": 49.4595160,\n
        "lon": 3.2398495,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011847,\n
        "lat": 49.4595371,\n
        "lon": 3.2397344,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011848,\n
        "lat": 49.4597200,\n
        "lon": 3.2395763,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011849,\n
        "lat": 49.4597318,\n
        "lon": 3.2394894,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011850,\n
        "lat": 49.4596358,\n
        "lon": 3.2394594,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011851,\n
        "lat": 49.4596237,\n
        "lon": 3.2395485,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011852,\n
        "lat": 49.4594954,\n
        "lon": 3.2400916,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011853,\n
        "lat": 49.4595018,\n
        "lon": 3.2400634,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011854,\n
        "lat": 49.4594719,\n
        "lon": 3.2400483,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011855,\n
        "lat": 49.4594657,\n
        "lon": 3.2400766,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011856,\n
        "lat": 49.4596322,\n
        "lon": 3.2401639,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011857,\n
        "lat": 49.4596452,\n
        "lon": 3.2400895,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011858,\n
        "lat": 49.4595999,\n
        "lon": 3.2400690,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011859,\n
        "lat": 49.4595758,\n
        "lon": 3.2402067,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011860,\n
        "lat": 49.4596211,\n
        "lon": 3.2402251,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011861,\n
        "lat": 49.4600046,\n
        "lon": 3.2395699,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011862,\n
        "lat": 49.4600079,\n
        "lon": 3.2395375,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011863,\n
        "lat": 49.4599127,\n
        "lon": 3.2395173,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011864,\n
        "lat": 49.4599065,\n
        "lon": 3.2395498,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011865,\n
        "lat": 49.4598266,\n
        "lon": 3.2395575,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011866,\n
        "lat": 49.4597584,\n
        "lon": 3.2395280,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011867,\n
        "lat": 49.4597003,\n
        "lon": 3.2398302,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011868,\n
        "lat": 49.4597672,\n
        "lon": 3.2398612,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011869,\n
        "lat": 49.4598214,\n
        "lon": 3.2401503,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011870,\n
        "lat": 49.4598293,\n
        "lon": 3.2401095,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011871,\n
        "lat": 49.4597748,\n
        "lon": 3.2400861,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011872,\n
        "lat": 49.4597668,\n
        "lon": 3.2401251,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011873,\n
        "lat": 49.4599098,\n
        "lon": 3.2402843,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011874,\n
        "lat": 49.4599170,\n
        "lon": 3.2402449,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011875,\n
        "lat": 49.4598400,\n
        "lon": 3.2402088,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011876,\n
        "lat": 49.4598149,\n
        "lon": 3.2403453,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011877,\n
        "lat": 49.4598923,\n
        "lon": 3.2403766,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011878,\n
        "lat": 49.4599475,\n
        "lon": 3.2408098,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011879,\n
        "lat": 49.4599562,\n
        "lon": 3.2407705,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011880,\n
        "lat": 49.4599074,\n
        "lon": 3.2407512,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011881,\n
        "lat": 49.4599001,\n
        "lon": 3.2407922,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011882,\n
        "lat": 49.4727432,\n
        "lon": 3.2347969,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011883,\n
        "lat": 49.4727456,\n
        "lon": 3.2348027,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011884,\n
        "lat": 49.4727226,\n
        "lon": 3.2348247,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011885,\n
        "lat": 49.4727462,\n
        "lon": 3.2348825,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011886,\n
        "lat": 49.4727689,\n
        "lon": 3.2348608,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011887,\n
        "lat": 49.4727707,\n
        "lon": 3.2348655,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011888,\n
        "lat": 49.4581036,\n
        "lon": 3.2434685,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011889,\n
        "lat": 49.4580376,\n
        "lon": 3.2434697,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011890,\n
        "lat": 49.4580391,\n
        "lon": 3.2435964,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011891,\n
        "lat": 49.4581051,\n
        "lon": 3.2435926,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011892,\n
        "lat": 49.4646556,\n
        "lon": 3.2474864,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011893,\n
        "lat": 49.4646516,\n
        "lon": 3.2473855,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011894,\n
        "lat": 49.4646387,\n
        "lon": 3.2473919,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011895,\n
        "lat": 49.4647836,\n
        "lon": 3.2474303,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011896,\n
        "lat": 49.4647608,\n
        "lon": 3.2473024,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011897,\n
        "lat": 49.4647186,\n
        "lon": 3.2473211,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011898,\n
        "lat": 49.4647206,\n
        "lon": 3.2473356,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011899,\n
        "lat": 49.4646491,\n
        "lon": 3.2473642,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011900,\n
        "lat": 49.4653442,\n
        "lon": 3.2473135,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011901,\n
        "lat": 49.4653404,\n
        "lon": 3.2472133,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011902,\n
        "lat": 49.4652539,\n
        "lon": 3.2472208,\n
        "timestamp": "2017-05-08T06:14:00Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011903,\n
        "lat": 49.4652577,\n
        "lon": 3.2473211,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011904,\n
        "lat": 49.4650868,\n
        "lon": 3.2474484,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011905,\n
        "lat": 49.4650856,\n
        "lon": 3.2473659,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011906,\n
        "lat": 49.4650587,\n
        "lon": 3.2473671,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011907,\n
        "lat": 49.4650591,\n
        "lon": 3.2474499,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011908,\n
        "lat": 49.4651579,\n
        "lon": 3.2472946,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011909,\n
        "lat": 49.4651561,\n
        "lon": 3.2471789,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011910,\n
        "lat": 49.4650689,\n
        "lon": 3.2471816,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011911,\n
        "lat": 49.4650709,\n
        "lon": 3.2472979,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011912,\n
        "lat": 49.4649198,\n
        "lon": 3.2474823,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011913,\n
        "lat": 49.4649168,\n
        "lon": 3.2473977,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011914,\n
        "lat": 49.4648639,\n
        "lon": 3.2474015,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011915,\n
        "lat": 49.4648672,\n
        "lon": 3.2474850,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011916,\n
        "lat": 49.4650232,\n
        "lon": 3.2471593,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011917,\n
        "lat": 49.4650199,\n
        "lon": 3.2470626,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011918,\n
        "lat": 49.4648771,\n
        "lon": 3.2470758,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011919,\n
        "lat": 49.4648814,\n
        "lon": 3.2471703,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011920,\n
        "lat": 49.4643459,\n
        "lon": 3.2475887,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011921,\n
        "lat": 49.4643391,\n
        "lon": 3.2475510,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011922,\n
        "lat": 49.4642852,\n
        "lon": 3.2475756,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011923,\n
        "lat": 49.4642928,\n
        "lon": 3.2476145,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011924,\n
        "lat": 49.4643320,\n
        "lon": 3.2470265,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011925,\n
        "lat": 49.4642968,\n
        "lon": 3.2470630,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011926,\n
        "lat": 49.4643115,\n
        "lon": 3.2470973,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011927,\n
        "lat": 49.4643901,\n
        "lon": 3.2470156,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011928,\n
        "lat": 49.4642945,\n
        "lon": 3.2467716,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011929,\n
        "lat": 49.4642481,\n
        "lon": 3.2468143,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011930,\n
        "lat": 49.4640485,\n
        "lon": 3.2472870,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011931,\n
        "lat": 49.4640018,\n
        "lon": 3.2471692,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011932,\n
        "lat": 49.4638186,\n
        "lon": 3.2473434,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011933,\n
        "lat": 49.4638658,\n
        "lon": 3.2474602,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011934,\n
        "lat": 49.4655049,\n
        "lon": 3.2469545,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011935,\n
        "lat": 49.4655191,\n
        "lon": 3.2469151,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011936,\n
        "lat": 49.4654091,\n
        "lon": 3.2468355,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011937,\n
        "lat": 49.4653975,\n
        "lon": 3.2468771,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011938,\n
        "lat": 49.4654507,\n
        "lon": 3.2471050,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011939,\n
        "lat": 49.4654762,\n
        "lon": 3.2470342,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011940,\n
        "lat": 49.4653082,\n
        "lon": 3.2469142,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011941,\n
        "lat": 49.4652861,\n
        "lon": 3.2469890,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011942,\n
        "lat": 49.4652905,\n
        "lon": 3.2468195,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011943,\n
        "lat": 49.4653059,\n
        "lon": 3.2467680,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011944,\n
        "lat": 49.4652398,\n
        "lon": 3.2467246,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011945,\n
        "lat": 49.4652333,\n
        "lon": 3.2467567,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011946,\n
        "lat": 49.4652485,\n
        "lon": 3.2467661,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011947,\n
        "lat": 49.4652428,\n
        "lon": 3.2467890,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011948,\n
        "lat": 49.4652333,\n
        "lon": 3.2468688,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011949,\n
        "lat": 49.4652369,\n
        "lon": 3.2468547,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011950,\n
        "lat": 49.4652238,\n
        "lon": 3.2468478,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011951,\n
        "lat": 49.4652201,\n
        "lon": 3.2468619,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011952,\n
        "lat": 49.4652645,\n
        "lon": 3.2465709,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011953,\n
        "lat": 49.4652296,\n
        "lon": 3.2465546,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011954,\n
        "lat": 49.4652193,\n
        "lon": 3.2466029,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011955,\n
        "lat": 49.4652036,\n
        "lon": 3.2465973,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011956,\n
        "lat": 49.4651369,\n
        "lon": 3.2469262,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011957,\n
        "lat": 49.4651901,\n
        "lon": 3.2469498,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011958,\n
        "lat": 49.4648940,\n
        "lon": 3.2466684,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011959,\n
        "lat": 49.4648597,\n
        "lon": 3.2466174,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011960,\n
        "lat": 49.4647832,\n
        "lon": 3.2467313,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011961,\n
        "lat": 49.4648166,\n
        "lon": 3.2467854,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011962,\n
        "lat": 49.4647364,\n
        "lon": 3.2468198,\n
        "timestamp": "2017-05-08T06:14:01Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011963,\n
        "lat": 49.4647155,\n
        "lon": 3.2467260,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011964,\n
        "lat": 49.4646702,\n
        "lon": 3.2467492,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011965,\n
        "lat": 49.4646920,\n
        "lon": 3.2468408,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011966,\n
        "lat": 49.4647454,\n
        "lon": 3.2468169,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011967,\n
        "lat": 49.4647241,\n
        "lon": 3.2467216,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011968,\n
        "lat": 49.4645243,\n
        "lon": 3.2468648,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011969,\n
        "lat": 49.4645446,\n
        "lon": 3.2469141,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011970,\n
        "lat": 49.4645952,\n
        "lon": 3.2468677,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011971,\n
        "lat": 49.4645245,\n
        "lon": 3.2466977,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011972,\n
        "lat": 49.4644744,\n
        "lon": 3.2467448,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011973,\n
        "lat": 49.4644727,\n
        "lon": 3.2469230,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011974,\n
        "lat": 49.4644889,\n
        "lon": 3.2469653,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011975,\n
        "lat": 49.4642530,\n
        "lon": 3.2467115,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011976,\n
        "lat": 49.4642183,\n
        "lon": 3.2467422,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011977,\n
        "lat": 49.4585472,\n
        "lon": 3.2378490,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011978,\n
        "lat": 49.4585465,\n
        "lon": 3.2377939,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011979,\n
        "lat": 49.4584793,\n
        "lon": 3.2377942,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011980,\n
        "lat": 49.4584800,\n
        "lon": 3.2378513,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011981,\n
        "lat": 49.4585508,\n
        "lon": 3.2376683,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011982,\n
        "lat": 49.4584175,\n
        "lon": 3.2369563,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011983,\n
        "lat": 49.4583515,\n
        "lon": 3.2364888,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011984,\n
        "lat": 49.4586391,\n
        "lon": 3.2368090,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011985,\n
        "lat": 49.4585557,\n
        "lon": 3.2368096,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011986,\n
        "lat": 49.4745547,\n
        "lon": 3.2324320,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011987,\n
        "lat": 49.4744619,\n
        "lon": 3.2324474,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011988,\n
        "lat": 49.4743308,\n
        "lon": 3.2327077,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011989,\n
        "lat": 49.4743305,\n
        "lon": 3.2326972,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011990,\n
        "lat": 49.4743030,\n
        "lon": 3.2327091,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011991,\n
        "lat": 49.4742485,\n
        "lon": 3.2326396,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011992,\n
        "lat": 49.4742287,\n
        "lon": 3.2325777,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011993,\n
        "lat": 49.4742300,\n
        "lon": 3.2326405,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011994,\n
        "lat": 49.4739538,\n
        "lon": 3.2317395,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011995,\n
        "lat": 49.4739461,\n
        "lon": 3.2316724,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011996,\n
        "lat": 49.4737927,\n
        "lon": 3.2317095,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011997,\n
        "lat": 49.4734126,\n
        "lon": 3.2328661,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011998,\n
        "lat": 49.4734315,\n
        "lon": 3.2327239,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841011999,\n
        "lat": 49.4732716,\n
        "lon": 3.2326794,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012000,\n
        "lat": 49.4732511,\n
        "lon": 3.2328218,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012001,\n
        "lat": 49.4734541,\n
        "lon": 3.2327019,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012002,\n
        "lat": 49.4734649,\n
        "lon": 3.2326407,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012003,\n
        "lat": 49.4734423,\n
        "lon": 3.2326319,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012004,\n
        "lat": 49.4734317,\n
        "lon": 3.2326926,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012005,\n
        "lat": 49.4731968,\n
        "lon": 3.2328082,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012006,\n
        "lat": 49.4732165,\n
        "lon": 3.2326783,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012007,\n
        "lat": 49.4731593,\n
        "lon": 3.2326578,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012008,\n
        "lat": 49.4731390,\n
        "lon": 3.2327870,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012009,\n
        "lat": 49.4735067,\n
        "lon": 3.2322776,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012010,\n
        "lat": 49.4734747,\n
        "lon": 3.2319755,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012011,\n
        "lat": 49.4738878,\n
        "lon": 3.2322851,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012012,\n
        "lat": 49.4738732,\n
        "lon": 3.2321389,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012013,\n
        "lat": 49.4736081,\n
        "lon": 3.2322064,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012014,\n
        "lat": 49.4736215,\n
        "lon": 3.2323502,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012015,\n
        "lat": 49.4747094,\n
        "lon": 3.2324948,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012016,\n
        "lat": 49.4746327,\n
        "lon": 3.2318414,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012017,\n
        "lat": 49.4599713,\n
        "lon": 3.2415384,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012018,\n
        "lat": 49.4599854,\n
        "lon": 3.2414230,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012019,\n
        "lat": 49.4599497,\n
        "lon": 3.2414139,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012020,\n
        "lat": 49.4586670,\n
        "lon": 3.2436235,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012021,\n
        "lat": 49.4586494,\n
        "lon": 3.2436026,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012022,\n
        "lat": 49.4586121,\n
        "lon": 3.2436762,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012023,\n
        "lat": 49.4586300,\n
        "lon": 3.2436985,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012024,\n
        "lat": 49.4592242,\n
        "lon": 3.2428507,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012025,\n
        "lat": 49.4591896,\n
        "lon": 3.2428805,\n
        "timestamp": "2017-05-08T06:14:02Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012026,\n
        "lat": 49.4592985,\n
        "lon": 3.2411061,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012031,\n
        "lat": 49.4652722,\n
        "lon": 3.2462318,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012032,\n
        "lat": 49.4652575,\n
        "lon": 3.2462171,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012033,\n
        "lat": 49.4651055,\n
        "lon": 3.2460435,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012034,\n
        "lat": 49.4642528,\n
        "lon": 3.2437743,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012035,\n
        "lat": 49.4642878,\n
        "lon": 3.2438383,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012036,\n
        "lat": 49.4643127,\n
        "lon": 3.2438062,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012037,\n
        "lat": 49.4643142,\n
        "lon": 3.2437760,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012038,\n
        "lat": 49.4642974,\n
        "lon": 3.2437453,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012039,\n
        "lat": 49.4642777,\n
        "lon": 3.2437423,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012040,\n
        "lat": 49.4739545,\n
        "lon": 3.2329634,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012041,\n
        "lat": 49.4739460,\n
        "lon": 3.2329225,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012042,\n
        "lat": 49.4739171,\n
        "lon": 3.2329365,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012043,\n
        "lat": 49.4739257,\n
        "lon": 3.2329776,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012048,\n
        "lat": 49.4799975,\n
        "lon": 3.2348383,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012049,\n
        "lat": 49.4800810,\n
        "lon": 3.2347248,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012050,\n
        "lat": 49.4798975,\n
        "lon": 3.2344065,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012051,\n
        "lat": 49.4798112,\n
        "lon": 3.2345209,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012052,\n
        "lat": 49.4616438,\n
        "lon": 3.2396076,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012053,\n
        "lat": 49.4616738,\n
        "lon": 3.2396405,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012054,\n
        "lat": 49.4617097,\n
        "lon": 3.2395634,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012055,\n
        "lat": 49.4615931,\n
        "lon": 3.2400955,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012056,\n
        "lat": 49.4616018,\n
        "lon": 3.2400792,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012057,\n
        "lat": 49.4615875,\n
        "lon": 3.2400640,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012058,\n
        "lat": 49.4615793,\n
        "lon": 3.2400805,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012059,\n
        "lat": 49.4632496,\n
        "lon": 3.2474865,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012060,\n
        "lat": 49.4632650,\n
        "lon": 3.2474550,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012061,\n
        "lat": 49.4631800,\n
        "lon": 3.2473554,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012062,\n
        "lat": 49.4631638,\n
        "lon": 3.2473891,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012063,\n
        "lat": 49.4632963,\n
        "lon": 3.2473902,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012064,\n
        "lat": 49.4632096,\n
        "lon": 3.2472940,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012065,\n
        "lat": 49.4625023,\n
        "lon": 3.2475213,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012066,\n
        "lat": 49.4624635,\n
        "lon": 3.2474445,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012067,\n
        "lat": 49.4631970,\n
        "lon": 3.2469342,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012068,\n
        "lat": 49.4631564,\n
        "lon": 3.2470142,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012069,\n
        "lat": 49.4684795,\n
        "lon": 3.2753158,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012070,\n
        "lat": 49.4684706,\n
        "lon": 3.2752955,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012071,\n
        "lat": 49.4684417,\n
        "lon": 3.2753253,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012072,\n
        "lat": 49.4684504,\n
        "lon": 3.2753460,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012073,\n
        "lat": 49.4695968,\n
        "lon": 3.2793890,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012074,\n
        "lat": 49.4696072,\n
        "lon": 3.2793761,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012075,\n
        "lat": 49.4695974,\n
        "lon": 3.2793553,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012076,\n
        "lat": 49.4695869,\n
        "lon": 3.2793667,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012077,\n
        "lat": 49.4701787,\n
        "lon": 3.2790724,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012078,\n
        "lat": 49.4700899,\n
        "lon": 3.2790249,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012079,\n
        "lat": 49.4700180,\n
        "lon": 3.2793463,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012080,\n
        "lat": 49.4701069,\n
        "lon": 3.2793931,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012081,\n
        "lat": 49.4625604,\n
        "lon": 3.2457996,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012082,\n
        "lat": 49.4625248,\n
        "lon": 3.2457327,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012083,\n
        "lat": 49.4632398,\n
        "lon": 3.2418396,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012084,\n
        "lat": 49.4631942,\n
        "lon": 3.2417221,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012085,\n
        "lat": 49.4621273,\n
        "lon": 3.2408967,\n
        "timestamp": "2017-05-08T06:14:03Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012086,\n
        "lat": 49.4621475,\n
        "lon": 3.2409130,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012087,\n
        "lat": 49.4630035,\n
        "lon": 3.2416489,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012088,\n
        "lat": 49.4603093,\n
        "lon": 3.2425392,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012089,\n
        "lat": 49.4603220,\n
        "lon": 3.2422613,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012094,\n
        "lat": 49.4609324,\n
        "lon": 3.2418644,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012095,\n
        "lat": 49.4608034,\n
        "lon": 3.2425139,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012096,\n
        "lat": 49.4606940,\n
        "lon": 3.2421070,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012097,\n
        "lat": 49.4607246,\n
        "lon": 3.2417664,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012098,\n
        "lat": 49.4605952,\n
        "lon": 3.2424174,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012099,\n
        "lat": 49.4614420,\n
        "lon": 3.2411593,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012100,\n
        "lat": 49.4614164,\n
        "lon": 3.2411818,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012101,\n
        "lat": 49.4607165,\n
        "lon": 3.2436315,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012102,\n
        "lat": 49.4607331,\n
        "lon": 3.2436025,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012103,\n
        "lat": 49.4610566,\n
        "lon": 3.2437411,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012104,\n
        "lat": 49.4610217,\n
        "lon": 3.2436878,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012105,\n
        "lat": 49.4609984,\n
        "lon": 3.2437258,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012106,\n
        "lat": 49.4610281,\n
        "lon": 3.2437890,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012107,\n
        "lat": 49.4610553,\n
        "lon": 3.2439878,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012108,\n
        "lat": 49.4610637,\n
        "lon": 3.2439750,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012109,\n
        "lat": 49.4610550,\n
        "lon": 3.2439618,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012110,\n
        "lat": 49.4610467,\n
        "lon": 3.2439745,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012111,\n
        "lat": 49.4611798,\n
        "lon": 3.2439562,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012112,\n
        "lat": 49.4611900,\n
        "lon": 3.2439460,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012113,\n
        "lat": 49.4611804,\n
        "lon": 3.2439248,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012114,\n
        "lat": 49.4611705,\n
        "lon": 3.2439355,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012119,\n
        "lat": 49.4696705,\n
        "lon": 3.2796060,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012120,\n
        "lat": 49.4696702,\n
        "lon": 3.2795817,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012121,\n
        "lat": 49.4696583,\n
        "lon": 3.2795818,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012122,\n
        "lat": 49.4696584,\n
        "lon": 3.2796062,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012123,\n
        "lat": 49.4700391,\n
        "lon": 3.2797019,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012124,\n
        "lat": 49.4700384,\n
        "lon": 3.2796312,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012125,\n
        "lat": 49.4696729,\n
        "lon": 3.2797277,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012126,\n
        "lat": 49.4585423,\n
        "lon": 3.2381521,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012127,\n
        "lat": 49.4584914,\n
        "lon": 3.2381511,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012128,\n
        "lat": 49.4599339,\n
        "lon": 3.2393504,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012129,\n
        "lat": 49.4598357,\n
        "lon": 3.2393307,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012130,\n
        "lat": 49.4599890,\n
        "lon": 3.2392205,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012131,\n
        "lat": 49.4600049,\n
        "lon": 3.2391167,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012132,\n
        "lat": 49.4598977,\n
        "lon": 3.2390775,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012133,\n
        "lat": 49.4598800,\n
        "lon": 3.2391814,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012134,\n
        "lat": 49.4581048,\n
        "lon": 3.2434338,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012135,\n
        "lat": 49.4580756,\n
        "lon": 3.2434296,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012136,\n
        "lat": 49.4580733,\n
        "lon": 3.2434691,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012137,\n
        "lat": 49.4581060,\n
        "lon": 3.2434023,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012138,\n
        "lat": 49.4581109,\n
        "lon": 3.2432667,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012139,\n
        "lat": 49.4580820,\n
        "lon": 3.2432625,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012140,\n
        "lat": 49.4580775,\n
        "lon": 3.2434006,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012141,\n
        "lat": 49.4650304,\n
        "lon": 3.2473685,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012142,\n
        "lat": 49.4650332,\n
        "lon": 3.2474513,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012143,\n
        "lat": 49.4646154,\n
        "lon": 3.2468720,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012144,\n
        "lat": 49.4646183,\n
        "lon": 3.2468713,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012145,\n
        "lat": 49.4646183,\n
        "lon": 3.2468530,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012146,\n
        "lat": 49.4646057,\n
        "lon": 3.2468505,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012147,\n
        "lat": 49.4646045,\n
        "lon": 3.2468697,\n
        "timestamp": "2017-05-08T06:14:04Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012148,\n
        "lat": 49.4642387,\n
        "lon": 3.2466919,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4841012149,\n
        "lat": 49.4642082,\n
        "lon": 3.2467197,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517726,\n
        "lat": 49.4616959,\n
        "lon": 3.2432293,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517727,\n
        "lat": 49.4616997,\n
        "lon": 3.2436496,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517728,\n
        "lat": 49.4614881,\n
        "lon": 3.2434779,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517729,\n
        "lat": 49.4613701,\n
        "lon": 3.2433517,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517730,\n
        "lat": 49.4614176,\n
        "lon": 3.2432944,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517731,\n
        "lat": 49.4614368,\n
        "lon": 3.2432490,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517739,\n
        "lat": 49.4612710,\n
        "lon": 3.2424567,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "amenity": "bench"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517740,\n
        "lat": 49.4612868,\n
        "lon": 3.2425973,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "amenity": "bench"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517741,\n
        "lat": 49.4612983,\n
        "lon": 3.2427411,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "amenity": "bench"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517742,\n
        "lat": 49.4611891,\n
        "lon": 3.2425359,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "amenity": "bench"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517743,\n
        "lat": 49.4611891,\n
        "lon": 3.2426878,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "amenity": "bench"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517744,\n
        "lat": 49.4611798,\n
        "lon": 3.2421007,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "amenity": "bench"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517745,\n
        "lat": 49.4611230,\n
        "lon": 3.2419707,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "amenity": "bicycle_parking",\n
          "capacity": "4"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517746,\n
        "lat": 49.4611125,\n
        "lon": 3.2423285,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517747,\n
        "lat": 49.4610854,\n
        "lon": 3.2425107,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517753,\n
        "lat": 49.4616962,\n
        "lon": 3.2432659,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680517754,\n
        "lat": 49.4614339,\n
        "lon": 3.2432560,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 12768161562,\n
        "lat": 49.4612019,\n
        "lon": 3.2402198,\n
        "timestamp": "2025-04-19T09:30:21Z",\n
        "version": 1,\n
        "changeset": 165144822,\n
        "user": "michel60",\n
        "uid": 211063,\n
        "tags": {\n
          "bus": "yes",\n
          "highway": "bus_stop",\n
          "public_transport": "platform"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12768161563,\n
        "lat": 49.4610484,\n
        "lon": 3.2401425,\n
        "timestamp": "2025-04-19T09:30:21Z",\n
        "version": 1,\n
        "changeset": 165144822,\n
        "user": "michel60",\n
        "uid": 211063,\n
        "tags": {\n
          "bus": "yes",\n
          "highway": "bus_stop",\n
          "public_transport": "platform"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136322,\n
        "lat": 49.4604460,\n
        "lon": 3.2419579,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136323,\n
        "lat": 49.4604007,\n
        "lon": 3.2421805,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136324,\n
        "lat": 49.4606108,\n
        "lon": 3.2422730,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136325,\n
        "lat": 49.4606491,\n
        "lon": 3.2420638,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136326,\n
        "lat": 49.4611656,\n
        "lon": 3.2433057,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136327,\n
        "lat": 49.4612109,\n
        "lon": 3.2434271,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136328,\n
        "lat": 49.4612746,\n
        "lon": 3.2433674,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136329,\n
        "lat": 49.4612340,\n
        "lon": 3.2432473,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136332,\n
        "lat": 49.4644800,\n
        "lon": 3.2471372,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136333,\n
        "lat": 49.4644961,\n
        "lon": 3.2471842,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136334,\n
        "lat": 49.4645415,\n
        "lon": 3.2471426,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136335,\n
        "lat": 49.4645275,\n
        "lon": 3.2470963,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136336,\n
        "lat": 49.4645527,\n
        "lon": 3.2440604,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136337,\n
        "lat": 49.4645837,\n
        "lon": 3.2441227,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136338,\n
        "lat": 49.4646099,\n
        "lon": 3.2440919,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136339,\n
        "lat": 49.4645788,\n
        "lon": 3.2440296,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136340,\n
        "lat": 49.4645197,\n
        "lon": 3.2442069,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136341,\n
        "lat": 49.4644826,\n
        "lon": 3.2441412,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136342,\n
        "lat": 49.4644468,\n
        "lon": 3.2441803,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136349,\n
        "lat": 49.4585579,\n
        "lon": 3.2354949,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136350,\n
        "lat": 49.4585348,\n
        "lon": 3.2357066,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136351,\n
        "lat": 49.4586172,\n
        "lon": 3.2357280,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12806136352,\n
        "lat": 49.4586404,\n
        "lon": 3.2355162,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032162,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010973,\n
          4841010974,\n
          4841011147,\n
          4841012120,\n
          4841012119,\n
          4841011148,\n
          4841012124,\n
          4841010973\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032163,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010142,\n
          4841010143,\n
          4841010144,\n
          4841010145,\n
          4841010131,\n
          4841010130,\n
          4841010207,\n
          4841010206,\n
          4841010142\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032165,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011930,\n
          4841011931,\n
          4841011932,\n
          4841011933,\n
          4841011930\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032167,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841009608,\n
          4841009609,\n
          4841009610,\n
          4841009611,\n
          4841009608\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032170,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841009612,\n
          4841009613,\n
          4841009614,\n
          4841009615,\n
          4841009616,\n
          4841009617,\n
          4841009612\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032171,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011938,\n
          4841011939,\n
          4841011940,\n
          4841011941,\n
          4841011938\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032172,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841009618,\n
          4841009619,\n
          4841009620,\n
          4841010021,\n
          4841009618\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032173,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011942,\n
          4841011943,\n
          4841011944,\n
          4841011945,\n
          4841011946,\n
          4841011947,\n
          4841011942\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032174,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010022,\n
          4841011985,\n
          4841010023,\n
          4841010024,\n
          4841010026,\n
          4841010025,\n
          4841010022\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032175,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010025,\n
          4841010026,\n
          4841010027,\n
          4841010028,\n
          4841010029,\n
          4841010030,\n
          4841010031,\n
          4841010032,\n
          4841010025\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032176,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011952,\n
          4841011953,\n
          4841011954,\n
          4841011955,\n
          4841011956,\n
          4841011957,\n
          4841011952\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032177,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010033,\n
          4841010034,\n
          4841010035,\n
          4841010036,\n
          4841010037,\n
          4841010038,\n
          4841011979,\n
          4841011978,\n
          4841010033\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032178,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011958,\n
          4841011959,\n
          4841011960,\n
          4841011961,\n
          4841011958\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032179,\n
        "timestamp": "2017-05-08T06:14:05Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010039,\n
          4841010040,\n
          4841010041,\n
          4841010042,\n
          4841010043,\n
          4841010044,\n
          4841010045,\n
          4841010046,\n
          4841010047,\n
          4841010048,\n
          4841010049,\n
          4841010050,\n
          4841010051,\n
          4841010052,\n
          4841010053,\n
          4841010054,\n
          4841010055,\n
          4841010056,\n
          4841010039\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032180,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011962,\n
          4841011963,\n
          4841011964,\n
          4841011965,\n
          4841011962\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032181,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011962,\n
          4841011966,\n
          4841011967,\n
          4841011963,\n
          4841011962\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032182,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011968,\n
          4841011969,\n
          4841011970,\n
          4841011971,\n
          4841011972,\n
          4841011968\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032183,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011969,\n
          4841011968,\n
          4841011973,\n
          4841011974,\n
          4841011969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032184,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010057,\n
          4841010058,\n
          4841010059,\n
          4841010060,\n
          4841010057\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032185,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011977,\n
          4841011978,\n
          4841011979,\n
          4841011980,\n
          4841011977\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032186,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010061,\n
          4841010062,\n
          4841010063,\n
          4841010064,\n
          4841010061\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032187,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010034,\n
          4841011981,\n
          4841010036,\n
          4841010035,\n
          4841010034\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032188,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010065,\n
          4841011989,\n
          4841010066,\n
          4841010067,\n
          4841010068,\n
          4841010069,\n
          4841010070,\n
          4841010071,\n
          4841010072,\n
          4841011991,\n
          4841010073,\n
          4841010065\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032189,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011984,\n
          4841009618,\n
          4841010021,\n
          4841011985,\n
          4841010022,\n
          4841011984\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032190,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011986,\n
          4841010061,\n
          4841010064,\n
          4841011987,\n
          4841011986\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032191,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011988,\n
          4841011989,\n
          4841010065,\n
          4841011990,\n
          4841011988\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032192,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010074,\n
          4841010075,\n
          4841010076,\n
          4841010077,\n
          4841010074\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032193,\n
        "timestamp": "2017-05-08T06:14:06Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011991,\n
          4841010072,\n
          4841010071,\n
          4841011992,\n
          4841011993,\n
          4841011991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032194,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010078,\n
          4841010079,\n
          4841010080,\n
          4841010081,\n
          4841010082,\n
          4841010083,\n
          4841010084,\n
          4841010085,\n
          4841010086,\n
          4841010087,\n
          4841010088,\n
          4841010089,\n
          4841010090,\n
          4841010091,\n
          4841010092,\n
          4841010093,\n
          4841010094,\n
          4841010095,\n
          4841011994,\n
          4841010096,\n
          4841011996,\n
          4841010097,\n
          4841010098,\n
          4841010099,\n
          4841010100,\n
          4841010101,\n
          4841010102,\n
          4841010103,\n
          4841010104,\n
          4841010105,\n
          4841010106,\n
          4841010107,\n
          4841010108,\n
          4841010109,\n
          4841010110,\n
          4841010111,\n
          4841010112,\n
          4841010113,\n
          4841010114,\n
          4841010115,\n
          4841010116,\n
          4841010117,\n
          4841010118,\n
          4841010076,\n
          4841010075,\n
          4841010078\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032195,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011994,\n
          4841011995,\n
          4841011996,\n
          4841010096,\n
          4841011994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032196,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011997,\n
          4841011998,\n
          4841011999,\n
          4841012000,\n
          4841011997\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032197,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012001,\n
          4841012002,\n
          4841012003,\n
          4841012004,\n
          4841012001\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032198,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012005,\n
          4841012006,\n
          4841012007,\n
          4841012008,\n
          4841012005\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032199,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012009,\n
          4841012010,\n
          4841010124,\n
          4841010123,\n
          4841012009\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032200,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012011,\n
          4841012012,\n
          4841012013,\n
          4841012014,\n
          4841012011\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032201,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012015,\n
          4841011406,\n
          4841011409,\n
          4841012016,\n
          4841012015\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032202,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012017,\n
          4841012018,\n
          4841012019,\n
          4841010343,\n
          4841010342,\n
          4841012017\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032203,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012020,\n
          4841012021,\n
          4841012022,\n
          4841012023,\n
          4841012020\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032206,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010322,\n
          4841012024,\n
          4841012025,\n
          4841010323,\n
          4841010322\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032209,\n
        "timestamp": "2017-05-08T06:14:07Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010119,\n
          4841010120,\n
          4841010121,\n
          4841010122,\n
          4841010119\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032210,\n
        "timestamp": "2017-05-08T06:14:08Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010187,\n
          4841012026,\n
          4841010189,\n
          4841010188,\n
          4841010187\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032212,\n
        "timestamp": "2017-05-08T06:14:08Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010123,\n
          4841010124,\n
          4841010125,\n
          4841010126,\n
          4841010123\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032213,\n
        "timestamp": "2017-05-08T06:14:08Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010442,\n
          4841012031,\n
          4841012032,\n
          4841010443,\n
          4841010442\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032214,\n
        "timestamp": "2017-05-08T06:14:08Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010095,\n
          4841010094,\n
          4841010091,\n
          4841010090,\n
          4841010087,\n
          4841010086,\n
          4841010083,\n
          4841010082,\n
          4841010079,\n
          4841010078,\n
          4841010127,\n
          4841010128,\n
          4841010129,\n
          4841010095\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032215,\n
        "timestamp": "2017-05-08T06:14:08Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012033,\n
          4841010452,\n
          4841010451,\n
          4841010450,\n
          4841012033\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032216,\n
        "timestamp": "2017-05-08T06:14:08Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011948,\n
          4841011949,\n
          4841011950,\n
          4841011951,\n
          4841011948\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032217,\n
        "timestamp": "2017-05-08T06:14:08Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012034,\n
          4841012035,\n
          4841012036,\n
          4841012037,\n
          4841012038,\n
          4841012039,\n
          4841012034\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032218,\n
        "timestamp": "2017-05-08T06:14:08Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012040,\n
          4841012041,\n
          4841012042,\n
          4841012043,\n
          4841012040\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032220,\n
        "timestamp": "2017-05-08T06:14:08Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012048,\n
          4841012049,\n
          4841012050,\n
          4841012051,\n
          4841012048\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032221,\n
        "timestamp": "2017-05-08T06:14:08Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010132,\n
          4841010133,\n
          4841010134,\n
          4841010135,\n
          4841010136,\n
          4841010137,\n
          4841010138,\n
          4841010139,\n
          4841010140,\n
          4841010141,\n
          4841010132\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032222,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010532,\n
          4841012052,\n
          4841012053,\n
          4841012054,\n
          4841010532\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032223,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012055,\n
          4841012056,\n
          4841012057,\n
          4841012058,\n
          4841012055\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032224,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012059,\n
          4841012060,\n
          4841012061,\n
          4841012062,\n
          4841012059\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032225,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010152,\n
          4841010153,\n
          4841010154,\n
          4841010155,\n
          4841010156,\n
          4841010157,\n
          4841010158,\n
          4841010152\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032226,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012060,\n
          4841012063,\n
          4841012064,\n
          4841012061,\n
          4841012060\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032227,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010893,\n
          4841012065,\n
          4841012066,\n
          4841010894,\n
          4841010893\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032228,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010159,\n
          4841010160,\n
          4841010161,\n
          4841010162,\n
          4841010159\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032229,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010937,\n
          4841010941,\n
          4841012067,\n
          4841012068,\n
          4841010938,\n
          4841010937\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032230,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012069,\n
          4841012070,\n
          4841012071,\n
          4841012072,\n
          4841012069\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032231,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010163,\n
          4841010164,\n
          4841010165,\n
          4841010166,\n
          4841010163\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032232,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012073,\n
          4841012074,\n
          4841012075,\n
          4841012076,\n
          4841012073\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032233,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010167,\n
          4841010166,\n
          4841010165,\n
          4841010168,\n
          4841010169,\n
          4841010170,\n
          4841010167\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032234,\n
        "timestamp": "2017-05-08T06:14:09Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012077,\n
          4841012078,\n
          4841012079,\n
          4841012080,\n
          4841012077\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032235,\n
        "timestamp": "2017-05-08T06:14:10Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010171,\n
          4841010172,\n
          4841010173,\n
          4841010174,\n
          4841010171\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032236,\n
        "timestamp": "2017-05-08T06:14:10Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011006,\n
          4841012081,\n
          4841012082,\n
          4841011007,\n
          4841011006\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032237,\n
        "timestamp": "2017-05-08T06:14:10Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010175,\n
          4841010176,\n
          4841010171,\n
          4841010174,\n
          4841010177,\n
          4841010175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032238,\n
        "timestamp": "2017-05-08T06:14:10Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010517,\n
          4841010516,\n
          4841012085,\n
          4841011755,\n
          4841011758,\n
          4841010517\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032239,\n
        "timestamp": "2017-05-08T06:14:10Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011250,\n
          4841011249,\n
          4841012083,\n
          4841012084,\n
          4841011250\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032240,\n
        "timestamp": "2017-05-08T06:14:10Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011766,\n
          4841011765,\n
          4841011755,\n
          4841012085,\n
          4841012086,\n
          4841011766\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032241,\n
        "timestamp": "2017-05-08T06:14:10Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010173,\n
          4841010182,\n
          4841010183,\n
          4841010184,\n
          4841010185,\n
          4841010181,\n
          4841010177,\n
          4841010174,\n
          4841010173\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032242,\n
        "timestamp": "2017-05-08T06:14:10Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012087,\n
          4841011223,\n
          4841011226,\n
          4841011229,\n
          4841012087\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032243,\n
        "timestamp": "2017-05-08T06:14:10Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011351,\n
          4841011350,\n
          4841011353,\n
          4841011352,\n
          4841011351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032244,\n
        "timestamp": "2017-05-08T06:14:10Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012088,\n
          4841012089,\n
          4841010350,\n
          4841010349,\n
          4841012088\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032245,\n
        "timestamp": "2017-05-08T06:14:10Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010186,\n
          4841010187,\n
          4841010188,\n
          4841010189,\n
          4841010190,\n
          4841010194,\n
          4841010191,\n
          4841010186\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032247,\n
        "timestamp": "2017-05-08T06:14:12Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010192,\n
          4841010193,\n
          4841010194,\n
          4841010190,\n
          4841010195,\n
          4841010330,\n
          4841010196,\n
          4841010197,\n
          4841010198,\n
          4841010199,\n
          4841010200,\n
          4841010201,\n
          4841010192\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032248,\n
        "timestamp": "2017-05-08T06:14:12Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012096,\n
          4841011434,\n
          4841011433,\n
          4841012097,\n
          4841012098,\n
          4841011438,\n
          4841011437,\n
          4841012096\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032249,\n
        "timestamp": "2017-05-08T06:14:12Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011436,\n
          4841011431,\n
          4841011434,\n
          4841012096,\n
          4841011436\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032250,\n
        "timestamp": "2017-05-08T06:14:12Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012099,\n
          4841011485,\n
          4841011484,\n
          4841012100,\n
          4841012099\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032251,\n
        "timestamp": "2017-05-08T06:14:12Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010202,\n
          4841010203,\n
          4841010204,\n
          4841010205,\n
          4841010144,\n
          4841010143,\n
          4841010202\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032252,\n
        "timestamp": "2017-05-08T06:14:12Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012103,\n
          4841012104,\n
          4841012105,\n
          4841012106,\n
          4841012103\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032253,\n
        "timestamp": "2017-05-08T06:14:12Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010206,\n
          4841010207,\n
          4841010208,\n
          4841010209,\n
          4841010206\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032254,\n
        "timestamp": "2017-05-08T06:14:12Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011620,\n
          4841011723,\n
          4841011725,\n
          4841011721,\n
          4841011620\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032255,\n
        "timestamp": "2017-05-08T06:14:12Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012107,\n
          4841012108,\n
          4841012109,\n
          4841012110,\n
          4841012107\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032256,\n
        "timestamp": "2017-05-08T06:14:13Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010210,\n
          4841010211,\n
          4841010212,\n
          4841010213,\n
          4841010214,\n
          4841010215,\n
          4841010216,\n
          4841010217,\n
          4841010218,\n
          4841010219,\n
          4841010220,\n
          4841010221,\n
          4841010224,\n
          4841010223,\n
          4841010210\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032257,\n
        "timestamp": "2017-05-08T06:14:13Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012111,\n
          4841012112,\n
          4841012113,\n
          4841012114,\n
          4841012111\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032259,\n
        "timestamp": "2017-05-08T06:14:13Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010222,\n
          4841010223,\n
          4841010224,\n
          4841010225,\n
          4841010222\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032260,\n
        "timestamp": "2017-05-08T06:14:13Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012119,\n
          4841012120,\n
          4841012121,\n
          4841012122,\n
          4841012119\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032261,\n
        "timestamp": "2017-05-08T06:14:13Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010226,\n
          4841010227,\n
          4841010228,\n
          4841010229,\n
          4841010226\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032262,\n
        "timestamp": "2017-05-08T06:14:13Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012123,\n
          4841012124,\n
          4841011148,\n
          4841012125,\n
          4841012123\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032263,\n
        "timestamp": "2017-05-08T06:14:13Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010229,\n
          4841010228,\n
          4841010230,\n
          4841010231,\n
          4841010232,\n
          4841010233,\n
          4841010234,\n
          4841010235,\n
          4841010236,\n
          4841010229\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032264,\n
        "timestamp": "2017-05-08T06:14:13Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012128,\n
          4841011161,\n
          4841011164,\n
          4841012129,\n
          4841012128\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032265,\n
        "timestamp": "2017-05-08T06:14:13Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012130,\n
          4841012131,\n
          4841012132,\n
          4841012133,\n
          4841012130\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032266,\n
        "timestamp": "2017-05-08T06:14:13Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010237,\n
          4841010238,\n
          4841010239,\n
          4841010240,\n
          4841010237\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032267,\n
        "timestamp": "2017-05-08T06:14:13Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011888,\n
          4841012134,\n
          4841012135,\n
          4841012136,\n
          4841011888\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032268,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4841010241,\n
          4841010242,\n
          4841010243,\n
          4841010244,\n
          4841010241\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032269,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012137,\n
          4841012138,\n
          4841012139,\n
          4841012140,\n
          4841012137\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032270,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010245,\n
          4841010246,\n
          4841010247,\n
          4841010248,\n
          4841010245\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032271,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011907,\n
          4841011906,\n
          4841012141,\n
          4841012142,\n
          4841011907\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032272,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012143,\n
          4841012144,\n
          4841012145,\n
          4841012146,\n
          4841012147,\n
          4841012143\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032273,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010253,\n
          4841010254,\n
          4841010255,\n
          4841010256,\n
          4841010257,\n
          4841010258,\n
          4841010259,\n
          4841010260,\n
          4841010261,\n
          4841010262,\n
          4841010263,\n
          4841010264,\n
          4841010265,\n
          4841010252,\n
          4841010266,\n
          4841010267,\n
          4841010268,\n
          4841010253\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032274,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011975,\n
          4841012148,\n
          4841012149,\n
          4841011976,\n
          4841011975\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032275,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010269,\n
          4841010270,\n
          4841010271,\n
          4841010272,\n
          4841010269\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032276,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010273,\n
          4841010274,\n
          4841010275,\n
          4841010276,\n
          4841010277,\n
          4841010278,\n
          4841010279,\n
          4841010280,\n
          4841010281,\n
          4841010282,\n
          4841010283,\n
          4841010273\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032277,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010284,\n
          4841010285,\n
          4841010286,\n
          4841010287,\n
          4841010288,\n
          4841010289,\n
          4841010284\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032278,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010290,\n
          4841010291,\n
          4841010292,\n
          4841010293,\n
          4841010290\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032279,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010294,\n
          4841010295,\n
          4841010296,\n
          4841010297,\n
          4841010298,\n
          4841010299,\n
          4841010300,\n
          4841010301,\n
          4841010302,\n
          4841010303,\n
          4841010294\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032280,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011928,\n
          4841011975,\n
          4841011976,\n
          4841011929,\n
          4841011928\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032281,\n
        "timestamp": "2017-05-08T06:14:14Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010304,\n
          4841010305,\n
          4841010306,\n
          4841010307,\n
          4841010304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032282,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010308,\n
          4841010309,\n
          4841010310,\n
          4841010311,\n
          4841010312,\n
          4841010313,\n
          4841010314,\n
          4841010315,\n
          4841010308\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032283,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010316,\n
          4841010317,\n
          4841010318,\n
          4841010319,\n
          4841010316\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032284,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010320,\n
          4841010321,\n
          4841010322,\n
          4841010323,\n
          4841010320\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032285,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010324,\n
          4841010325,\n
          4841010326,\n
          4841010327,\n
          4841010324\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032286,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010328,\n
          4841010329,\n
          4841010330,\n
          4841010195,\n
          4841010328\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032287,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010331,\n
          4841010332,\n
          4841010333,\n
          4841010334,\n
          4841010335,\n
          4841010336,\n
          4841010337,\n
          4841010338,\n
          4841010339,\n
          4841010340,\n
          4841010331\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032288,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010341,\n
          4841010342,\n
          4841010343,\n
          4841010344,\n
          4841010341\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032289,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010345,\n
          4841010346,\n
          4841010347,\n
          4841010348,\n
          4841010345\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032290,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010986,\n
          4841011982,\n
          4841011983,\n
          4841010987,\n
          4841010986\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032291,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010349,\n
          4841010350,\n
          4841010351,\n
          4841010352,\n
          4841010349\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032292,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010353,\n
          4841010354,\n
          4841010355,\n
          4841010356,\n
          4841010357,\n
          4841010358,\n
          4841010359,\n
          4841010360,\n
          4841010353\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032293,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010361,\n
          4841010362,\n
          4841010363,\n
          4841010364,\n
          4841010361\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032294,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010365,\n
          4841010366,\n
          4841010367,\n
          4841010368,\n
          4841010365\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032295,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010369,\n
          4841010370,\n
          4841010371,\n
          4841010372,\n
          4841010369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032296,\n
        "timestamp": "2017-05-08T06:14:15Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010373,\n
          4841010374,\n
          4841010375,\n
          4841010376,\n
          4841010373\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032297,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010377,\n
          4841010378,\n
          4841010379,\n
          4841010380,\n
          4841010377\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032298,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010381,\n
          4841010382,\n
          4841010383,\n
          4841010384,\n
          4841010385,\n
          4841010386,\n
          4841010381\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032299,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010387,\n
          4841010408,\n
          4841010388,\n
          4841010389,\n
          4841010390,\n
          4841010387\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032300,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010391,\n
          4841010392,\n
          4841010393,\n
          4841010394,\n
          4841010391\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032301,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010400,\n
          4841010401,\n
          4841010395,\n
          4841010396,\n
          4841010397,\n
          4841010398,\n
          4841010399,\n
          4841010484,\n
          4841010400\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032302,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010402,\n
          4841010403,\n
          4841010404,\n
          4841010405,\n
          4841010402\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032303,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010406,\n
          4841010407,\n
          4841012035,\n
          4841012034,\n
          4841010408,\n
          4841010387,\n
          4841010409,\n
          4841010406\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032304,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010410,\n
          4841010411,\n
          4841010412,\n
          4841010413,\n
          4841010415,\n
          4841010410\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032305,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010414,\n
          4841010410,\n
          4841010415,\n
          4841010416,\n
          4841010417,\n
          4841010414\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032306,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4841010418,\n
          4841010419,\n
          12806136342,\n
          4841010420,\n
          4841010421,\n
          4841010418\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032307,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010422,\n
          4841010423,\n
          4841010424,\n
          4841010425,\n
          4841010422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032308,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010426,\n
          4841010427,\n
          4841010428,\n
          4841010429,\n
          4841010426\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032309,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010430,\n
          4841010431,\n
          4841010432,\n
          4841010433,\n
          4841010434,\n
          4841010435,\n
          4841010430\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032310,\n
        "timestamp": "2017-05-08T06:14:16Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010436,\n
          4841010437,\n
          4841010438,\n
          4841010439,\n
          4841010436\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032311,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010440,\n
          4841010441,\n
          4841012031,\n
          4841010442,\n
          4841010443,\n
          4841010444,\n
          4841010445,\n
          4841010440\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032313,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010446,\n
          4841010447,\n
          4841010448,\n
          4841010449,\n
          4841010446\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032315,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010450,\n
          4841010451,\n
          4841010452,\n
          4841010453,\n
          4841010454,\n
          4841010455,\n
          4841010450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032316,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010456,\n
          4841010457,\n
          4841010458,\n
          4841010459,\n
          4841010456\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032317,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010460,\n
          4841010461,\n
          4841010462,\n
          4841010463,\n
          4841010460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032318,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010464,\n
          4841010465,\n
          4841010466,\n
          4841010467,\n
          4841010468,\n
          4841010469,\n
          4841010470,\n
          4841010471,\n
          4841010464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032319,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010472,\n
          4841010473,\n
          4841010474,\n
          4841010475,\n
          4841010472\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032320,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010476,\n
          4841010477,\n
          4841010478,\n
          4841010479,\n
          4841010476\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032321,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010480,\n
          4841010481,\n
          4841010482,\n
          4841010483,\n
          4841010480\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032322,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010485,\n
          4841010486,\n
          4841010487,\n
          4841010488,\n
          4841010485\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032323,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010489,\n
          4841010490,\n
          4841010491,\n
          4841010492,\n
          4841010489\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032324,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010493,\n
          4841010494,\n
          4841010495,\n
          4841010496,\n
          4841010497,\n
          4841010498,\n
          4841010499,\n
          4841010493\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032325,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010500,\n
          4841010501,\n
          4841010502,\n
          4841010503,\n
          4841010500\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032326,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010504,\n
          4841010505,\n
          4841010506,\n
          4841010507,\n
          4841009886,\n
          4841009887,\n
          4841009888,\n
          4841009889,\n
          4841010504\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032327,\n
        "timestamp": "2017-05-08T06:14:17Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841009890,\n
          4841009891,\n
          4841009892,\n
          4841009893,\n
          4841009894,\n
          4841009895,\n
          4841009896,\n
          4841009897,\n
          4841009890\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032328,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841009898,\n
          4841009899,\n
          4841009900,\n
          4841009901,\n
          4841009902,\n
          4841009903,\n
          4841009891,\n
          4841009890,\n
          4841009898\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032329,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841009904,\n
          4841009905,\n
          4841009906,\n
          4841009907,\n
          4841009908,\n
          4841009909,\n
          4841009910,\n
          4841009911,\n
          4841009904\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032330,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841009912,\n
          4841009913,\n
          4841009905,\n
          4841009904,\n
          4841009912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032331,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841009914,\n
          4841009915,\n
          4841009916,\n
          4841009917,\n
          4841009918,\n
          4841009919,\n
          4841009920,\n
          4841009914\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032332,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010521,\n
          4841010522,\n
          4841010523,\n
          4841010524,\n
          4841010521\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032333,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010525,\n
          4841010526,\n
          4841010527,\n
          4841010528,\n
          4841010529,\n
          4841010525\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032334,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010530,\n
          4841010531,\n
          4841010532,\n
          4841012054,\n
          4841010530\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032335,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010533,\n
          4841010534,\n
          4841010535,\n
          4841010536,\n
          4841010537,\n
          4841010538,\n
          4841010539,\n
          4841010533\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032336,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010540,\n
          4841010541,\n
          4841010542,\n
          4841010543,\n
          4841010540\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032337,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010543,\n
          4841010542,\n
          4841010544,\n
          4841010545,\n
          4841010543\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032338,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010546,\n
          4841010547,\n
          4841010548,\n
          4841010549,\n
          4841010550,\n
          4841010551,\n
          4841010552,\n
          4841010553,\n
          4841010554,\n
          4841010546\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032339,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010548,\n
          4841010547,\n
          4841010555,\n
          4841010549,\n
          4841010548\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032340,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010544,\n
          4841010556,\n
          4841010557,\n
          4841010558,\n
          4841010559,\n
          4841010560,\n
          4841010561,\n
          4841010562,\n
          4841010563,\n
          4841012057,\n
          4841012056,\n
          4841010564,\n
          4841010545,\n
          4841010544\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032341,\n
        "timestamp": "2017-05-08T06:14:18Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010565,\n
          4841010566,\n
          4841010567,\n
          4841010568,\n
          4841010579,\n
          4841010569,\n
          4841010565\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032342,\n
        "timestamp": "2025-05-08T17:22:16Z",\n
        "version": 3,\n
        "changeset": 165995014,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4841010570,\n
          4841010571,\n
          4841010572,\n
          4841010573,\n
          4841010574,\n
          4841010570\n
        ],\n
        "tags": {\n
          "addr:housenumber": "1",\n
          "addr:street": "Place de l'Église",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairie.epagny@orange.fr",\n
          "contact:phone": "+33 3 23 55 75 01",\n
          "name": "Mairie d'Épagny",\n
          "opening_hours": "Tu 14:30-17:30; Fr 09:00-12:00",\n
          "ref:FR:SIRET": "21020261000015",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017;Service-Public.fr - 03/2025",\n
          "source:addr": "https://lannuaire.service-public.fr/hauts-de-france/aisne",\n
          "wheelchair": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032343,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010575,\n
          4841010576,\n
          4841010577,\n
          4841010578,\n
          4841010575\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032344,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010579,\n
          4841010580,\n
          4841010581,\n
          4841010582,\n
          4841010579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032345,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010583,\n
          4841010584,\n
          4841010585,\n
          4841010586,\n
          4841010583\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032346,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010587,\n
          4841010588,\n
          4841010589,\n
          4841010590,\n
          4841010591,\n
          4841010587\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032347,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010592,\n
          4841010593,\n
          4841010594,\n
          4841010595,\n
          4841010596,\n
          4841010597,\n
          4841010598,\n
          4841010599,\n
          4841010600,\n
          4841010601,\n
          4841010592\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032348,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010602,\n
          4841010603,\n
          4841010604,\n
          4841010605,\n
          4841010602\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032349,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010606,\n
          4841010607,\n
          4841010608,\n
          4841010609,\n
          4841010606\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032350,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010610,\n
          4841010611,\n
          4841010612,\n
          4841010613,\n
          4841010610\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032351,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010614,\n
          4841010615,\n
          4841010616,\n
          4841010617,\n
          4841010614\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032352,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010618,\n
          4841010619,\n
          4841010620,\n
          4841010721,\n
          4841010722,\n
          4841010723,\n
          4841010618\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032353,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010724,\n
          4841010725,\n
          4841010726,\n
          4841010727,\n
          4841010724\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032354,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010728,\n
          4841010729,\n
          4841010730,\n
          4841010731,\n
          4841010732,\n
          4841010733,\n
          4841010728\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032355,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010734,\n
          4841010735,\n
          4841010736,\n
          4841010737,\n
          4841010734\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032356,\n
        "timestamp": "2017-05-08T06:14:19Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010738,\n
          4841010739,\n
          4841010740,\n
          4841010741,\n
          4841010742,\n
          4841010743,\n
          4841010744,\n
          4841010745,\n
          4841010746,\n
          4841010747,\n
          4841010748,\n
          4841010749,\n
          4841010750,\n
          4841010751,\n
          4841010752,\n
          4841010753,\n
          4841010754,\n
          4841010755,\n
          4841010738\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032357,\n
        "timestamp": "2017-05-08T06:14:20Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010756,\n
          4841010757,\n
          4841010758,\n
          4841010759,\n
          4841010760,\n
          4841010761,\n
          4841010762,\n
          4841010763,\n
          4841010764,\n
          4841010765,\n
          4841010766,\n
          4841010767,\n
          4841010768,\n
          4841010784,\n
          4841010783,\n
          4841010769,\n
          4841010780,\n
          4841010756\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032358,\n
        "timestamp": "2017-05-08T06:14:20Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010770,\n
          4841010771,\n
          4841010772,\n
          4841010773,\n
          4841010770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032359,\n
        "timestamp": "2017-05-08T06:14:20Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010774,\n
          4841010775,\n
          4841010776,\n
          4841010777,\n
          4841010778,\n
          4841010779,\n
          4841010780,\n
          4841010769,\n
          4841010781,\n
          4841010774\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032360,\n
        "timestamp": "2017-05-08T06:14:20Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010782,\n
          4841010783,\n
          4841010784,\n
          4841010785,\n
          4841010786,\n
          4841010787,\n
          4841010793,\n
          4841010788,\n
          4841010782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032361,\n
        "timestamp": "2017-05-08T06:14:20Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010789,\n
          4841010790,\n
          4841010791,\n
          4841010792,\n
          4841010788,\n
          4841010793,\n
          4841010796,\n
          4841010795,\n
          4841010794,\n
          4841010789\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032362,\n
        "timestamp": "2017-05-08T06:14:20Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010795,\n
          4841010796,\n
          4841010797,\n
          4841010798,\n
          4841010795\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032363,\n
        "timestamp": "2017-05-08T06:14:20Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010799,\n
          4841010800,\n
          4841010801,\n
          4841010802,\n
          4841010799\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032364,\n
        "timestamp": "2017-05-08T06:14:20Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010803,\n
          4841010804,\n
          4841010805,\n
          4841010806,\n
          4841010807,\n
          4841010803\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032365,\n
        "timestamp": "2017-05-08T06:14:20Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010808,\n
          4841010809,\n
          4841010810,\n
          4841010811,\n
          4841010812,\n
          4841010813,\n
          4841010808\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032366,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 3,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4841010814,\n
          4841010815,\n
          4841010816,\n
          4841010817,\n
          4841010818,\n
          4841010819,\n
          4841010820,\n
          4841010821,\n
          4841010822,\n
          4841010823,\n
          4841010824,\n
          4841010825,\n
          4841010826,\n
          4841010827,\n
          4841010828,\n
          4841010829,\n
          4841010830,\n
          4841010831,\n
          4841010832,\n
          4841010833,\n
          4841010834,\n
          4841010835,\n
          4841010836,\n
          4841010837,\n
          4841010838,\n
          4841010839,\n
          4841010840,\n
          4841010841,\n
          4841010842,\n
          4841010843,\n
          4841010844,\n
          4841010845,\n
          4841010846,\n
          4841010847,\n
          4841010848,\n
          4841010849,\n
          4841010850,\n
          4841010851,\n
          4841010852,\n
          4841010853,\n
          4841010854,\n
          4841010855,\n
          4841010856,\n
          4841010857,\n
          4841010858,\n
          4841010859,\n
          4841010860,\n
          4841010861,\n
          4841010862,\n
          4841010863,\n
          4841010864,\n
          4841010865,\n
          4841010866,\n
          4841010867,\n
          4841010868,\n
          4841010869,\n
          4841010870,\n
          4841010871,\n
          4841010872,\n
          4841010873,\n
          4841010874,\n
          4841010875,\n
          4841010814\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Martin",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wikidata": "Q3582662"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032367,\n
        "timestamp": "2017-05-08T06:14:20Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010876,\n
          4841010877,\n
          4841010878,\n
          4841010879,\n
          4841010876\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032368,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010880,\n
          4841010881,\n
          4841010882,\n
          4841010883,\n
          4841010880\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032369,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010884,\n
          4841010885,\n
          4841010886,\n
          4841010887,\n
          4841010884\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032370,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010888,\n
          4841010889,\n
          4841010890,\n
          4841010891,\n
          4841010888\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032371,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010892,\n
          4841010893,\n
          4841010894,\n
          4841010895,\n
          4841010892\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032372,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010896,\n
          4841010897,\n
          4841010898,\n
          4841010899,\n
          4841010896\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032373,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010900,\n
          4841010901,\n
          4841010902,\n
          4841010903,\n
          4841010900\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032374,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010904,\n
          4841010905,\n
          4841010906,\n
          4841010907,\n
          4841010904\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032375,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010908,\n
          4841010909,\n
          4841010910,\n
          4841010911,\n
          4841010908\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032376,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010912,\n
          4841010913,\n
          4841010914,\n
          4841010915,\n
          4841010912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032377,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010146,\n
          4841010147,\n
          4841010148,\n
          4841010149,\n
          4841010150,\n
          4841010151,\n
          4841010146\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032378,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010916,\n
          4841010917,\n
          4841010918,\n
          4841010919,\n
          4841010920,\n
          4841010921,\n
          4841010916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032379,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010922,\n
          4841010923,\n
          4841010924,\n
          4841010925,\n
          4841010922\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032380,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010926,\n
          4841010927,\n
          4841010928,\n
          4841010929,\n
          4841010926\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032381,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010930,\n
          4841010931,\n
          4841010932,\n
          4841010926,\n
          4841010929,\n
          4841010933,\n
          4841010930\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032382,\n
        "timestamp": "2017-05-08T06:14:21Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010934,\n
          4841010935,\n
          4841010940,\n
          4841010936,\n
          4841010937,\n
          4841010938,\n
          4841010939,\n
          4841010934\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032383,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010936,\n
          4841010940,\n
          4841010941,\n
          4841010937,\n
          4841010936\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032386,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010942,\n
          4841010943,\n
          4841010944,\n
          4841010945,\n
          4841010946,\n
          4841010947,\n
          4841010942\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032388,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010948,\n
          4841010949,\n
          4841010950,\n
          4841010951,\n
          4841010948\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032391,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010952,\n
          4841010953,\n
          4841010954,\n
          4841010955,\n
          4841010956,\n
          4841010957,\n
          4841010952\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032393,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010958,\n
          4841010959,\n
          4841010960,\n
          4841010961,\n
          4841010958\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032395,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010962,\n
          4841010963,\n
          4841012073,\n
          4841012076,\n
          4841010964,\n
          4841010965,\n
          4841010962\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032396,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010966,\n
          4841010967,\n
          4841010968,\n
          4841010965,\n
          4841010964,\n
          4841010966\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032397,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010969,\n
          4841010970,\n
          4841010971,\n
          4841010972,\n
          4841010969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032398,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010975,\n
          4841010976,\n
          4841010977,\n
          4841010978,\n
          4841010975\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032399,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010979,\n
          4841010980,\n
          4841010981,\n
          4841010982,\n
          4841010979\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032400,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010976,\n
          4841010983,\n
          4841010984,\n
          4841010977,\n
          4841010976\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032401,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010980,\n
          4841010985,\n
          4841010983,\n
          4841010976,\n
          4841010975,\n
          4841010981,\n
          4841010980\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032402,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010986,\n
          4841010987,\n
          4841010988,\n
          4841010989,\n
          4841010990,\n
          4841010991,\n
          4841010992,\n
          4841010993,\n
          4841010986\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032403,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010994,\n
          4841010995,\n
          4841010996,\n
          4841010997,\n
          4841010998,\n
          4841010999,\n
          4841011000,\n
          4841011001,\n
          4841010994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032404,\n
        "timestamp": "2017-05-08T06:14:22Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011002,\n
          4841011003,\n
          4841011004,\n
          4841011005,\n
          4841011002\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032405,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011006,\n
          4841011007,\n
          4841011008,\n
          4841011009,\n
          4841011006\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032406,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011010,\n
          4841011011,\n
          4841011012,\n
          4841011013,\n
          4841011010\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032407,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011014,\n
          4841011015,\n
          4841011016,\n
          4841011017,\n
          4841011014\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032408,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011018,\n
          4841011019,\n
          4841011020,\n
          4841011021,\n
          4841011018\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032409,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011022,\n
          4841011023,\n
          4841011024,\n
          4841011025,\n
          4841011026,\n
          4841011027,\n
          4841011028,\n
          4841011022\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032410,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011029,\n
          4841011030,\n
          4841011031,\n
          4841011032,\n
          4841011033,\n
          4841011034,\n
          4841011035,\n
          4841011036,\n
          4841011029\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032411,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011037,\n
          4841011038,\n
          4841011039,\n
          4841011040,\n
          4841011041,\n
          4841011042,\n
          4841011037\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032412,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011043,\n
          4841011044,\n
          4841011045,\n
          4841011046,\n
          4841011043\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032413,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011047,\n
          4841011048,\n
          4841011049,\n
          4841011050,\n
          4841011047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032414,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011051,\n
          4841011052,\n
          4841011053,\n
          4841011054,\n
          4841011055,\n
          4841011056,\n
          4841011051\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032415,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011057,\n
          4841011058,\n
          4841011059,\n
          4841011060,\n
          4841011057\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032416,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011061,\n
          4841011062,\n
          4841011063,\n
          4841011064,\n
          4841011065,\n
          4841011061\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032417,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011066,\n
          4841011067,\n
          4841011068,\n
          4841011069,\n
          4841011066\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032418,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011070,\n
          4841011071,\n
          4841011057,\n
          4841011060,\n
          4841011072,\n
          4841011073,\n
          4841011070\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032419,\n
        "timestamp": "2017-05-08T06:14:23Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011074,\n
          4841011075,\n
          4841011076,\n
          4841011077,\n
          4841011074\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032420,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011078,\n
          4841011079,\n
          4841011080,\n
          4841011081,\n
          4841011082,\n
          4841011083,\n
          4841011084,\n
          4841011085,\n
          4841010508,\n
          4841010509,\n
          4841010510,\n
          4841010511,\n
          4841010512,\n
          4841010513,\n
          4841011078\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032421,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011934,\n
          4841011935,\n
          4841011936,\n
          4841011937,\n
          4841011934\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032422,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010514,\n
          4841010515,\n
          4841010516,\n
          4841010517,\n
          4841010514\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032423,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010518,\n
          4841010519,\n
          4841010520,\n
          4841011221,\n
          4841011222,\n
          4841010518\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032424,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011223,\n
          4841011224,\n
          4841011225,\n
          4841011226,\n
          4841011223\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032425,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010178,\n
          4841010179,\n
          4841010180,\n
          4841010175,\n
          4841010177,\n
          4841010181,\n
          4841010178\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032426,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011225,\n
          4841011227,\n
          4841011228,\n
          4841011229,\n
          4841011226,\n
          4841011225\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032427,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011230,\n
          4841011231,\n
          4841011232,\n
          4841011233,\n
          4841011234,\n
          4841011235,\n
          4841011236,\n
          4841011237,\n
          4841011238,\n
          4841011239,\n
          4841011230\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032428,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011240,\n
          4841011241,\n
          4841011242,\n
          4841011243,\n
          4841011240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032429,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011244,\n
          4841011245,\n
          4841011246,\n
          4841011247,\n
          4841011244\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032430,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011248,\n
          4841011249,\n
          4841011250,\n
          4841011251,\n
          4841011248\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032431,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011252,\n
          4841011253,\n
          4841011254,\n
          4841011255,\n
          4841011256,\n
          4841011257,\n
          4841011258,\n
          4841011259,\n
          4841011260,\n
          4841011252\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032432,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011261,\n
          4841011262,\n
          4841011263,\n
          4841011264,\n
          4841011265,\n
          4841011266,\n
          4841011267,\n
          4841011268,\n
          4841011269,\n
          4841011261\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032433,\n
        "timestamp": "2017-05-08T06:14:24Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011270,\n
          4841011271,\n
          4841011272,\n
          4841011273,\n
          4841011776,\n
          4841011781,\n
          4841011274,\n
          4841011270\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032434,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011275,\n
          4841011276,\n
          4841011277,\n
          4841011278,\n
          4841011279,\n
          4841011275\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032435,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011280,\n
          4841011281,\n
          4841011282,\n
          4841011285,\n
          4841011283,\n
          4841011280\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032436,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011284,\n
          4841011285,\n
          4841011282,\n
          4841011286,\n
          4841011287,\n
          4841011288,\n
          4841011284\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032437,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011289,\n
          4841011290,\n
          4841011293,\n
          4841011296,\n
          4841011291,\n
          4841011292,\n
          4841011289\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032438,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011293,\n
          4841011294,\n
          4841011295,\n
          4841011296,\n
          4841011293\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032439,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011297,\n
          4841011298,\n
          4841011299,\n
          4841011300,\n
          4841011301,\n
          4841011302,\n
          4841011303,\n
          4841011297\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032440,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011304,\n
          4841011305,\n
          4841011306,\n
          4841011307,\n
          4841011304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032441,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011308,\n
          4841011309,\n
          4841011310,\n
          4841011315,\n
          4841011314,\n
          4841011311,\n
          4841011312,\n
          4841011308\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032442,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012094,\n
          4841011432,\n
          4841011431,\n
          4841011436,\n
          4841011435,\n
          4841012095,\n
          4841012094\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032443,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011313,\n
          4841011314,\n
          4841011315,\n
          4841011316,\n
          4841011317,\n
          4841011318,\n
          4841011313\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032444,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011319,\n
          4841011320,\n
          4841011321,\n
          4841011322,\n
          4841011319\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032445,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011323,\n
          4841011324,\n
          4841011325,\n
          4841011326,\n
          4841011323\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032446,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011327,\n
          4841011328,\n
          4841011329,\n
          4841011330,\n
          4841011331,\n
          4841011332,\n
          4841011327\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032447,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011333,\n
          4841011334,\n
          4841011335,\n
          4841011336,\n
          4841011333\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032448,\n
        "timestamp": "2017-05-08T06:14:25Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011337,\n
          4841011338,\n
          4841011339,\n
          4841011340,\n
          4841011344,\n
          4841011337\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032449,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011341,\n
          4841011342,\n
          4841011343,\n
          4841011337,\n
          4841011344,\n
          4841011341\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032450,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011345,\n
          4841011340,\n
          4841011346,\n
          4841011347,\n
          4841011345\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032451,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011348,\n
          4841011349,\n
          4841011350,\n
          4841011351,\n
          4841011352,\n
          4841011353,\n
          4841011354,\n
          4841011355,\n
          4841011348\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032452,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011356,\n
          4841011357,\n
          4841011358,\n
          4841011359,\n
          4841011356\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032453,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011360,\n
          4841011361,\n
          4841011362,\n
          4841011363,\n
          4841011364,\n
          4841011365,\n
          4841011366,\n
          4841011367,\n
          4841011360\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032454,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841012101,\n
          4841012102,\n
          4841011525,\n
          4841011524,\n
          4841012101\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032455,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011368,\n
          4841011369,\n
          4841011370,\n
          4841011371,\n
          4841011372,\n
          4841011373,\n
          4841011368\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032456,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011374,\n
          4841011375,\n
          4841011376,\n
          4841011377,\n
          4841011374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032457,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011378,\n
          4841011379,\n
          4841011380,\n
          4841011381,\n
          4841011378\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032458,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011382,\n
          4841011383,\n
          4841011384,\n
          4841011385,\n
          4841011382\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032459,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011386,\n
          4841011387,\n
          4841011388,\n
          4841011389,\n
          4841011390,\n
          4841011391,\n
          4841011392,\n
          4841011393,\n
          4841011394,\n
          4841011395,\n
          4841011396,\n
          4841011397,\n
          4841011386\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032460,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011398,\n
          4841011399,\n
          4841011400,\n
          4841011401,\n
          4841011398\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032461,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011402,\n
          4841011403,\n
          4841011404,\n
          4841011405,\n
          4841011402\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032462,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011406,\n
          4841011407,\n
          4841011408,\n
          4841011409,\n
          4841011406\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032463,\n
        "timestamp": "2017-05-08T06:14:26Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011410,\n
          4841011411,\n
          4841011412,\n
          4841011413,\n
          4841011414,\n
          4841011415,\n
          4841011416,\n
          4841011417,\n
          4841011418,\n
          4841011419,\n
          4841011420,\n
          4841011421,\n
          4841011422,\n
          4841011423,\n
          4841011424,\n
          4841011425,\n
          4841011426,\n
          4841011410\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032464,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011427,\n
          4841011428,\n
          4841011429,\n
          4841011430,\n
          4841011427\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032465,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011431,\n
          4841011432,\n
          4841011433,\n
          4841011434,\n
          4841011431\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032466,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011435,\n
          4841011436,\n
          4841012096,\n
          4841011437,\n
          4841011438,\n
          4841011435\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032467,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011439,\n
          4841011440,\n
          4841011441,\n
          4841011442,\n
          4841011439\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032468,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011443,\n
          4841011444,\n
          4841011445,\n
          4841011446,\n
          4841011447,\n
          4841011448,\n
          4841011443\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032469,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011449,\n
          4841011450,\n
          4841011451,\n
          4841011452,\n
          4841011453,\n
          4841011454,\n
          4841011449\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032470,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011455,\n
          4841011456,\n
          4841011457,\n
          4841011458,\n
          4841011455\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032471,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011459,\n
          4841011460,\n
          4841011461,\n
          4841011462,\n
          4841011459\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032472,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011463,\n
          4841011464,\n
          4841011465,\n
          4841011466,\n
          4841011467,\n
          4841011468,\n
          4841011469,\n
          4841011470,\n
          4841011471,\n
          4841011472,\n
          4841011463\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032473,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011473,\n
          4841011474,\n
          4841011475,\n
          4841011476,\n
          4841011473\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032474,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011477,\n
          4841011478,\n
          4841011479,\n
          4841011480,\n
          4841011477\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032475,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011481,\n
          4841011478,\n
          4841011477,\n
          4841011482,\n
          4841011483,\n
          4841012100,\n
          4841011484,\n
          4841011485,\n
          4841011481\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032476,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011486,\n
          4841011444,\n
          4841011443,\n
          4841011487,\n
          4841011488,\n
          4841011489,\n
          4841011490,\n
          4841011491,\n
          4841011492,\n
          4841011493,\n
          4841011486\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032477,\n
        "timestamp": "2017-05-08T06:14:27Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011494,\n
          4841011495,\n
          4841011496,\n
          4841011497,\n
          4841011498,\n
          4841011494\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032478,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011499,\n
          4841011505,\n
          4841011500,\n
          4841011501,\n
          4841011502,\n
          4841011499\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032479,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011503,\n
          4841011504,\n
          4841011505,\n
          4841011499,\n
          4841011506,\n
          4841011507,\n
          4841011503\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032480,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011508,\n
          4841011509,\n
          4841011510,\n
          4841011511,\n
          4841011512,\n
          4841011513,\n
          4841011514,\n
          4841011515,\n
          4841011508\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032481,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011516,\n
          4841011517,\n
          4841011518,\n
          4841011519,\n
          4841011520,\n
          4841011521,\n
          4841011516\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032482,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011522,\n
          4841011523,\n
          4841011517,\n
          4841011516,\n
          4841011522\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032484,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011524,\n
          4841011525,\n
          4841011526,\n
          4841011527,\n
          4841011528,\n
          4841011529,\n
          4841011524\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032486,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011530,\n
          4841011531,\n
          4841011532,\n
          4841011533,\n
          4841011530\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032488,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011209,\n
          4841012126,\n
          4841012127,\n
          4841011210,\n
          4841011209\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032491,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011534,\n
          4841011535,\n
          4841011536,\n
          4841011537,\n
          4841011534\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032493,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011538,\n
          4841011539,\n
          4841011540,\n
          4841011541,\n
          4841011538\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032495,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011542,\n
          4841011543,\n
          4841011544,\n
          4841011545,\n
          4841011542\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032496,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011546,\n
          4841011547,\n
          4841011548,\n
          4841011549,\n
          4841011550,\n
          4841011551,\n
          4841011546\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032497,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011552,\n
          4841011553,\n
          4841011554,\n
          4841011555,\n
          4841011549,\n
          4841011548,\n
          4841011556,\n
          4841011552\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032498,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011557,\n
          4841011558,\n
          4841011559,\n
          4841011560,\n
          4841011561,\n
          4841011724,\n
          4841011562,\n
          4841011557\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032499,\n
        "timestamp": "2017-05-08T06:14:28Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011563,\n
          4841011564,\n
          4841011429,\n
          4841011428,\n
          4841011563\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032500,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011565,\n
          4841011566,\n
          4841011567,\n
          4841011568,\n
          4841011565\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032501,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011569,\n
          4841011570,\n
          4841011571,\n
          4841011572,\n
          4841011569\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032502,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011573,\n
          4841011574,\n
          4841011575,\n
          4841011576,\n
          4841011573\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032503,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011577,\n
          4841011578,\n
          4841011579,\n
          4841011580,\n
          4841011581,\n
          4841011582,\n
          4841011583,\n
          4841011584,\n
          4841011577\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032504,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011585,\n
          4841011586,\n
          4841011587,\n
          4841011588,\n
          4841011585\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032505,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011589,\n
          4841011590,\n
          4841011591,\n
          4841011592,\n
          4841011589\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032506,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011593,\n
          4841011594,\n
          4841011595,\n
          4841011596,\n
          4841011593\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032507,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011597,\n
          4841011598,\n
          4841011599,\n
          4841011600,\n
          4841011597\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032508,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011601,\n
          4841011602,\n
          4841011603,\n
          4841011604,\n
          4841011601\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032509,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011605,\n
          4841011606,\n
          4841011607,\n
          4841011608,\n
          4841011605\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032510,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011613,\n
          4841011609,\n
          4841011610,\n
          4841011611,\n
          4841011613\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032511,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011612,\n
          4841011613,\n
          4841011614,\n
          4841011615,\n
          4841011612\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032512,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011613,\n
          4841011611,\n
          4841011605,\n
          4841011608,\n
          4841011616,\n
          4841011617,\n
          4841011618,\n
          4841011614,\n
          4841011613\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032513,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011619,\n
          4841011620,\n
          4841011721,\n
          4841011722,\n
          4841011619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032514,\n
        "timestamp": "2017-05-08T06:14:29Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011723,\n
          4841011562,\n
          4841011724,\n
          4841011725,\n
          4841011723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032515,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011726,\n
          4841011727,\n
          4841011728,\n
          4841011729,\n
          4841011726\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032516,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011730,\n
          4841011726,\n
          4841011729,\n
          4841011731,\n
          4841012112,\n
          4841012111,\n
          4841011732,\n
          4841011733,\n
          4841011730\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032517,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011734,\n
          4841011735,\n
          4841011736,\n
          4841011737,\n
          4841011734\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032518,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011738,\n
          4841011739,\n
          4841011740,\n
          4841011741,\n
          4841011738\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032519,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011739,\n
          4841011742,\n
          4841011743,\n
          4841011740,\n
          4841011739\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032520,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841010249,\n
          4841010250,\n
          4841010251,\n
          4841010266,\n
          4841010252,\n
          4841010249\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032521,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011744,\n
          4841011745,\n
          4841011746,\n
          4841011747,\n
          4841011744\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032522,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011748,\n
          4841011749,\n
          4841011750,\n
          4841011751,\n
          4841011748\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032523,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011750,\n
          4841011752,\n
          4841011753,\n
          4841011754,\n
          4841011750\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032524,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011755,\n
          4841011765,\n
          4841011756,\n
          4841011757,\n
          4841011758,\n
          4841011755\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032525,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011759,\n
          4841011760,\n
          4841011761,\n
          4841011762,\n
          4841011759\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032526,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011763,\n
          4841011764,\n
          4841011760,\n
          4841011759,\n
          4841011756,\n
          4841011765,\n
          4841011766,\n
          4841011763\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032528,\n
        "timestamp": "2017-05-08T06:14:30Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011771,\n
          4841011772,\n
          4841011773,\n
          4841011774,\n
          4841011775,\n
          4841011771\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032529,\n
        "timestamp": "2017-05-08T06:14:31Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011776,\n
          4841011777,\n
          4841011778,\n
          4841011779,\n
          4841011780,\n
          4841011781,\n
          4841011776\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032530,\n
        "timestamp": "2017-05-08T06:14:31Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011782,\n
          4841011783,\n
          4841011784,\n
          4841011785,\n
          4841011782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032531,\n
        "timestamp": "2017-05-08T06:14:31Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011786,\n
          4841011787,\n
          4841011788,\n
          4841011789,\n
          4841011786\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032532,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4841011790,\n
          4841011791,\n
          4841011792,\n
          4841011793,\n
          4841011805,\n
          4841011790\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032533,\n
        "timestamp": "2017-05-08T06:14:31Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011804,\n
          4841011790,\n
          4841011805,\n
          4841011806,\n
          4841011804\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032535,\n
        "timestamp": "2017-05-08T06:14:31Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011131,\n
          4841011132,\n
          4841011133,\n
          4841011134,\n
          4841011131\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032536,\n
        "timestamp": "2017-05-08T06:14:31Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011135,\n
          4841011136,\n
          4841011137,\n
          4841011138,\n
          4841011135\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032537,\n
        "timestamp": "2017-05-08T06:14:31Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011139,\n
          4841011140,\n
          4841011141,\n
          4841011142,\n
          4841011139\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032538,\n
        "timestamp": "2017-05-08T06:14:31Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011143,\n
          4841011144,\n
          4841011145,\n
          4841011146,\n
          4841011143\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032539,\n
        "timestamp": "2017-05-08T06:14:31Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011149,\n
          4841011150,\n
          4841011151,\n
          4841011152,\n
          4841011149\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032540,\n
        "timestamp": "2017-05-08T06:14:31Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011153,\n
          4841011154,\n
          4841011155,\n
          4841011156,\n
          4841011153\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032541,\n
        "timestamp": "2017-05-08T06:14:31Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011157,\n
          4841011158,\n
          4841011159,\n
          4841011160,\n
          4841011157\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032542,\n
        "timestamp": "2017-05-08T06:14:32Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011161,\n
          4841011162,\n
          4841011163,\n
          4841011164,\n
          4841011161\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032543,\n
        "timestamp": "2017-05-08T06:14:32Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011165,\n
          4841011166,\n
          4841011167,\n
          4841011168,\n
          4841011169,\n
          4841011170,\n
          4841011165\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032544,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4841011171,\n
          4841011172,\n
          4841011173,\n
          4841011174,\n
          4841011171\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032545,\n
        "timestamp": "2017-05-08T06:14:32Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011175,\n
          4841011176,\n
          4841011177,\n
          4841011178,\n
          4841011179,\n
          4841011180,\n
          4841011175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032546,\n
        "timestamp": "2017-05-08T06:14:32Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011181,\n
          4841011182,\n
          4841011183,\n
          4841011184,\n
          4841011181\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032547,\n
        "timestamp": "2017-05-08T06:14:32Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011185,\n
          4841011186,\n
          4841011187,\n
          4841011188,\n
          4841011185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032548,\n
        "timestamp": "2017-05-08T06:14:32Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011189,\n
          4841011190,\n
          4841011191,\n
          4841011192,\n
          4841011189\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032549,\n
        "timestamp": "2017-05-08T06:14:32Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011193,\n
          4841011194,\n
          4841011195,\n
          4841011196,\n
          4841011193\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032550,\n
        "timestamp": "2017-05-08T06:14:32Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011197,\n
          4841011202,\n
          4841011198,\n
          4841011199,\n
          4841011200,\n
          4841011197\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032551,\n
        "timestamp": "2017-05-08T06:14:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011201,\n
          4841011198,\n
          4841011202,\n
          4841011203,\n
          4841011201\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032552,\n
        "timestamp": "2017-05-08T06:14:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011204,\n
          4841011205,\n
          4841011206,\n
          4841011207,\n
          4841011204\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032553,\n
        "timestamp": "2017-05-08T06:14:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011208,\n
          4841011209,\n
          4841011210,\n
          4841011211,\n
          4841011208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032554,\n
        "timestamp": "2017-05-08T06:14:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011212,\n
          4841011213,\n
          4841011214,\n
          4841011215,\n
          4841011212\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032555,\n
        "timestamp": "2017-05-08T06:14:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011216,\n
          4841011217,\n
          4841011218,\n
          4841011219,\n
          4841011220,\n
          4841011821,\n
          4841011216\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032556,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4841011822,\n
          4841011823,\n
          4841011824,\n
          4841011825,\n
          4841011826,\n
          4841011827,\n
          4841011828,\n
          4841011829,\n
          4841011830,\n
          4841011831,\n
          4841011822\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032557,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4841011832,\n
          4841011833,\n
          4841011834,\n
          4841011835,\n
          4841011836,\n
          4841011837,\n
          4841011832\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032558,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 2,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4841011838,\n
          4841011839,\n
          4841011840,\n
          4841011841,\n
          4841011842,\n
          4841011838\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032559,\n
        "timestamp": "2017-05-08T06:14:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011843,\n
          4841011844,\n
          4841011845,\n
          4841011846,\n
          4841011847,\n
          4841011843\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032560,\n
        "timestamp": "2017-05-08T06:14:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011848,\n
          4841011849,\n
          4841011850,\n
          4841011851,\n
          4841011848\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032561,\n
        "timestamp": "2017-05-08T06:14:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011852,\n
          4841011853,\n
          4841011854,\n
          4841011855,\n
          4841011852\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032562,\n
        "timestamp": "2017-05-08T06:14:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011856,\n
          4841011857,\n
          4841011858,\n
          4841011859,\n
          4841011860,\n
          4841011856\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032563,\n
        "timestamp": "2017-05-08T06:14:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011861,\n
          4841011862,\n
          4841011863,\n
          4841011864,\n
          4841011861\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032564,\n
        "timestamp": "2017-05-08T06:14:33Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011865,\n
          4841011866,\n
          4841011867,\n
          4841011868,\n
          4841011865\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032565,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011869,\n
          4841011870,\n
          4841011871,\n
          4841011872,\n
          4841011869\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032566,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011873,\n
          4841011874,\n
          4841011875,\n
          4841011876,\n
          4841011877,\n
          4841011873\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032567,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011878,\n
          4841011879,\n
          4841011880,\n
          4841011881,\n
          4841011878\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032568,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841009889,\n
          4841009888,\n
          4841011882,\n
          4841011883,\n
          4841011884,\n
          4841011885,\n
          4841011886,\n
          4841011887,\n
          4841009889\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032569,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011888,\n
          4841012136,\n
          4841011889,\n
          4841011890,\n
          4841011891,\n
          4841011888\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032570,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011893,\n
          4841011894,\n
          4841011892,\n
          4841011895,\n
          4841011896,\n
          4841011897,\n
          4841011898,\n
          4841011899,\n
          4841011893\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032571,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011900,\n
          4841011901,\n
          4841011902,\n
          4841011903,\n
          4841011900\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032572,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011904,\n
          4841011905,\n
          4841011906,\n
          4841011907,\n
          4841011904\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032573,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011908,\n
          4841011909,\n
          4841011910,\n
          4841011911,\n
          4841011908\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032574,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011912,\n
          4841011913,\n
          4841011914,\n
          4841011915,\n
          4841011912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032575,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011916,\n
          4841011917,\n
          4841011918,\n
          4841011919,\n
          4841011916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032576,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011920,\n
          4841011921,\n
          4841011922,\n
          4841011923,\n
          4841011920\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 492032577,\n
        "timestamp": "2017-05-08T06:14:34Z",\n
        "version": 1,\n
        "changeset": 48491573,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4841011924,\n
          4841011925,\n
          4841011926,\n
          4841011927,\n
          4841011928,\n
          4841011929,\n
          4841011924\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 936828046,\n
        "timestamp": "2021-04-29T17:01:26Z",\n
        "version": 1,\n
        "changeset": 103859816,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8680517726,\n
          8680517753,\n
          8680517727,\n
          8680517728,\n
          8680517729,\n
          8680517730,\n
          8680517754,\n
          8680517731,\n
          8680517726\n
        ],\n
        "tags": {\n
          "leisure": "playground"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1383259119,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12806136325,\n
          12806136324,\n
          12806136323,\n
          12806136322,\n
          12806136325\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1383259120,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12806136329,\n
          12806136328,\n
          12806136327,\n
          12806136326,\n
          12806136329\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1383259121,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12806136335,\n
          12806136334,\n
          12806136333,\n
          12806136332,\n
          12806136335\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1383259122,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12806136339,\n
          12806136338,\n
          12806136337,\n
          12806136336,\n
          12806136339\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1383259123,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12806136342,\n
          12806136341,\n
          12806136340,\n
          4841010419,\n
          12806136342\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1383259125,\n
        "timestamp": "2025-05-03T13:38:43Z",\n
        "version": 1,\n
        "changeset": 165759801,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12806136352,\n
          12806136351,\n
          12806136350,\n
          12806136349,\n
          12806136352\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]