GET https://osm-labo.cipherbliss.com/admin/stats/02111/followup-graph/school

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"="02111"]->.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" => 195
    "request_size" => 2613
    "total_time" => 3.63448
    "namelookup_time" => 0.000528
    "connect_time" => 0.033624
    "pretransfer_time" => 0.069089
    "size_upload" => 2410.0
    "size_download" => 58738.0
    "speed_download" => 16161.0
    "speed_upload" => 663.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 3.219447
    "primary_ip" => "2a01:4f9:3051:3e48::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:d3c2:4ad2:7ad9:1d02"
    "local_port" => 50206
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 69007
    "connect_time_us" => 33624
    "namelookup_time_us" => 528
    "pretransfer_time_us" => 69089
    "starttransfer_time_us" => 3219447
    "posttransfer_time_us" => 69088
    "total_time_us" => 3634480
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1769827357.0689
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1098
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1117 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#978 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f9:3051:3e48::2, 2a01:4f8:261:3c4f::2\n
      * IPv4: 65.109.112.52, 162.55.144.139\n
      *   Trying [2a01:4f9:3051:3e48::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=lambert.openstreetmap.de\n
      *  start date: Jan 21 16:56:36 2026 GMT\n
      *  expire date: Apr 21 16:56:35 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:4f9:3051:3e48::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: Sat, 31 Jan 2026 02:42:37 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Transfer-Encoding: chunked\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Sat, 31 Jan 2026 02:42:37 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Transfer-Encoding: chunked"
    "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-01-31T02:40:57Z",\n
          "timestamp_areas_base": "2026-01-23T01:22:35Z",\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": 2265573543,\n
        "lat": 49.5123037,\n
        "lon": 3.4193900,\n
        "timestamp": "2013-04-13T07:36:23Z",\n
        "version": 1,\n
        "changeset": 15709480,\n
        "user": "bainbulle",\n
        "uid": 118014\n
      },\n
      {\n
        "type": "node",\n
        "id": 2265573573,\n
        "lat": 49.5122184,\n
        "lon": 3.4192478,\n
        "timestamp": "2013-04-13T07:36:23Z",\n
        "version": 1,\n
        "changeset": 15709480,\n
        "user": "bainbulle",\n
        "uid": 118014\n
      },\n
      {\n
        "type": "node",\n
        "id": 2265573667,\n
        "lat": 49.5122114,\n
        "lon": 3.4191968,\n
        "timestamp": "2017-08-29T15:48:25Z",\n
        "version": 2,\n
        "changeset": 51548062,\n
        "user": "chimel38",\n
        "uid": 148831\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954638,\n
        "lat": 49.5137397,\n
        "lon": 3.4136122,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954639,\n
        "lat": 49.5136681,\n
        "lon": 3.4136589,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954640,\n
        "lat": 49.5137117,\n
        "lon": 3.4138196,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954641,\n
        "lat": 49.5137829,\n
        "lon": 3.4137764,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954642,\n
        "lat": 49.5148343,\n
        "lon": 3.4141410,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954643,\n
        "lat": 49.5147484,\n
        "lon": 3.4142327,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954644,\n
        "lat": 49.5147935,\n
        "lon": 3.4143390,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954645,\n
        "lat": 49.5148789,\n
        "lon": 3.4142447,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954646,\n
        "lat": 49.5151673,\n
        "lon": 3.4153443,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954647,\n
        "lat": 49.5150793,\n
        "lon": 3.4154340,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954648,\n
        "lat": 49.5151278,\n
        "lon": 3.4155484,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954649,\n
        "lat": 49.5151349,\n
        "lon": 3.4155403,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954650,\n
        "lat": 49.5151474,\n
        "lon": 3.4155657,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954651,\n
        "lat": 49.5151380,\n
        "lon": 3.4155758,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954652,\n
        "lat": 49.5151627,\n
        "lon": 3.4156293,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954653,\n
        "lat": 49.5152521,\n
        "lon": 3.4155406,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954654,\n
        "lat": 49.5144694,\n
        "lon": 3.4140137,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954655,\n
        "lat": 49.5144068,\n
        "lon": 3.4140796,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954656,\n
        "lat": 49.5144541,\n
        "lon": 3.4141860,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954657,\n
        "lat": 49.5145145,\n
        "lon": 3.4141175,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954658,\n
        "lat": 49.5143217,\n
        "lon": 3.4138372,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954659,\n
        "lat": 49.5142595,\n
        "lon": 3.4139058,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954660,\n
        "lat": 49.5143298,\n
        "lon": 3.4140481,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954661,\n
        "lat": 49.5143907,\n
        "lon": 3.4139829,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954662,\n
        "lat": 49.5146828,\n
        "lon": 3.4137743,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954663,\n
        "lat": 49.5146210,\n
        "lon": 3.4138361,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954664,\n
        "lat": 49.5146494,\n
        "lon": 3.4139000,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954665,\n
        "lat": 49.5146292,\n
        "lon": 3.4139211,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954666,\n
        "lat": 49.5146482,\n
        "lon": 3.4139657,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954667,\n
        "lat": 49.5146670,\n
        "lon": 3.4139467,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954668,\n
        "lat": 49.5146785,\n
        "lon": 3.4139680,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954669,\n
        "lat": 49.5147407,\n
        "lon": 3.4139056,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954670,\n
        "lat": 49.5149807,\n
        "lon": 3.4139880,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954671,\n
        "lat": 49.5148974,\n
        "lon": 3.4140816,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954672,\n
        "lat": 49.5149350,\n
        "lon": 3.4141707,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954673,\n
        "lat": 49.5150196,\n
        "lon": 3.4140764,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954674,\n
        "lat": 49.5152625,\n
        "lon": 3.4136549,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954675,\n
        "lat": 49.5151745,\n
        "lon": 3.4137505,\n
        "timestamp": "2017-05-06T06:09:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954676,\n
        "lat": 49.5152169,\n
        "lon": 3.4138466,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954677,\n
        "lat": 49.5153049,\n
        "lon": 3.4137565,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954678,\n
        "lat": 49.5152182,\n
        "lon": 3.4129580,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954679,\n
        "lat": 49.5152583,\n
        "lon": 3.4130519,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954680,\n
        "lat": 49.5153577,\n
        "lon": 3.4129549,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954681,\n
        "lat": 49.5153064,\n
        "lon": 3.4128390,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954682,\n
        "lat": 49.5152483,\n
        "lon": 3.4128939,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954683,\n
        "lat": 49.5152580,\n
        "lon": 3.4129174,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954684,\n
        "lat": 49.5151068,\n
        "lon": 3.4138141,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954685,\n
        "lat": 49.5150281,\n
        "lon": 3.4138913,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954686,\n
        "lat": 49.5150701,\n
        "lon": 3.4139868,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954687,\n
        "lat": 49.5151461,\n
        "lon": 3.4139080,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954688,\n
        "lat": 49.5139828,\n
        "lon": 3.4125841,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954689,\n
        "lat": 49.5139184,\n
        "lon": 3.4125257,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954690,\n
        "lat": 49.5138671,\n
        "lon": 3.4126479,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954691,\n
        "lat": 49.5138989,\n
        "lon": 3.4126827,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954692,\n
        "lat": 49.5138814,\n
        "lon": 3.4126881,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954693,\n
        "lat": 49.5138819,\n
        "lon": 3.4127819,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954694,\n
        "lat": 49.5139502,\n
        "lon": 3.4127769,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954695,\n
        "lat": 49.5139483,\n
        "lon": 3.4126804,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954696,\n
        "lat": 49.5151781,\n
        "lon": 3.4131099,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954697,\n
        "lat": 49.5151047,\n
        "lon": 3.4131880,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954698,\n
        "lat": 49.5151804,\n
        "lon": 3.4133596,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954699,\n
        "lat": 49.5152542,\n
        "lon": 3.4132808,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954700,\n
        "lat": 49.5148069,\n
        "lon": 3.4128494,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954701,\n
        "lat": 49.5147103,\n
        "lon": 3.4129450,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954702,\n
        "lat": 49.5147594,\n
        "lon": 3.4130542,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954703,\n
        "lat": 49.5148542,\n
        "lon": 3.4129557,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954704,\n
        "lat": 49.5144135,\n
        "lon": 3.4126598,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954705,\n
        "lat": 49.5143384,\n
        "lon": 3.4125969,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954706,\n
        "lat": 49.5142930,\n
        "lon": 3.4127288,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954707,\n
        "lat": 49.5142977,\n
        "lon": 3.4127320,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954708,\n
        "lat": 49.5142895,\n
        "lon": 3.4127531,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954709,\n
        "lat": 49.5142846,\n
        "lon": 3.4127496,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954710,\n
        "lat": 49.5142694,\n
        "lon": 3.4127954,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954711,\n
        "lat": 49.5143464,\n
        "lon": 3.4128557,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954712,\n
        "lat": 49.5146405,\n
        "lon": 3.4129491,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954713,\n
        "lat": 49.5145581,\n
        "lon": 3.4130318,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954714,\n
        "lat": 49.5145971,\n
        "lon": 3.4131231,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954715,\n
        "lat": 49.5146794,\n
        "lon": 3.4130424,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954716,\n
        "lat": 49.5144306,\n
        "lon": 3.4130546,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954717,\n
        "lat": 49.5143478,\n
        "lon": 3.4131373,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954718,\n
        "lat": 49.5143854,\n
        "lon": 3.4132260,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954719,\n
        "lat": 49.5144686,\n
        "lon": 3.4131453,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837954720,\n
        "lat": 49.5141076,\n
        "lon": 3.4133821,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956844,\n
        "lat": 49.5132593,\n
        "lon": 3.4210542,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956845,\n
        "lat": 49.5132281,\n
        "lon": 3.4207517,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956846,\n
        "lat": 49.5131636,\n
        "lon": 3.4207627,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956847,\n
        "lat": 49.5131850,\n
        "lon": 3.4210123,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956848,\n
        "lat": 49.5132329,\n
        "lon": 3.4210033,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956849,\n
        "lat": 49.5132371,\n
        "lon": 3.4210572,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956850,\n
        "lat": 49.5120968,\n
        "lon": 3.4223108,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956851,\n
        "lat": 49.5121226,\n
        "lon": 3.4222529,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956852,\n
        "lat": 49.5119855,\n
        "lon": 3.4220084,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956853,\n
        "lat": 49.5120031,\n
        "lon": 3.4219791,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956854,\n
        "lat": 49.5119806,\n
        "lon": 3.4219375,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956855,\n
        "lat": 49.5119576,\n
        "lon": 3.4219631,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956856,\n
        "lat": 49.5118843,\n
        "lon": 3.4218324,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956857,\n
        "lat": 49.5118662,\n
        "lon": 3.4218595,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956858,\n
        "lat": 49.5118766,\n
        "lon": 3.4218769,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956859,\n
        "lat": 49.5118673,\n
        "lon": 3.4218933,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956860,\n
        "lat": 49.5118791,\n
        "lon": 3.4219162,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956861,\n
        "lat": 49.5118759,\n
        "lon": 3.4219215,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956862,\n
        "lat": 49.5120154,\n
        "lon": 3.4221714,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956863,\n
        "lat": 49.5117598,\n
        "lon": 3.4210927,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956864,\n
        "lat": 49.5117395,\n
        "lon": 3.4210585,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956865,\n
        "lat": 49.5117220,\n
        "lon": 3.4210772,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956866,\n
        "lat": 49.5117417,\n
        "lon": 3.4211157,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956867,\n
        "lat": 49.5121575,\n
        "lon": 3.4214098,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956868,\n
        "lat": 49.5120827,\n
        "lon": 3.4212866,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956869,\n
        "lat": 49.5120278,\n
        "lon": 3.4213659,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956870,\n
        "lat": 49.5120703,\n
        "lon": 3.4214350,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956871,\n
        "lat": 49.5120530,\n
        "lon": 3.4214567,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956872,\n
        "lat": 49.5120524,\n
        "lon": 3.4214731,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956873,\n
        "lat": 49.5120783,\n
        "lon": 3.4215175,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956874,\n
        "lat": 49.5124056,\n
        "lon": 3.4209880,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956875,\n
        "lat": 49.5123440,\n
        "lon": 3.4210681,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956876,\n
        "lat": 49.5123695,\n
        "lon": 3.4211121,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956877,\n
        "lat": 49.5124290,\n
        "lon": 3.4210386,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956878,\n
        "lat": 49.5118289,\n
        "lon": 3.4218990,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956879,\n
        "lat": 49.5118084,\n
        "lon": 3.4219239,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956880,\n
        "lat": 49.5118610,\n
        "lon": 3.4220228,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956881,\n
        "lat": 49.5118806,\n
        "lon": 3.4219949,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956882,\n
        "lat": 49.5119394,\n
        "lon": 3.4209540,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956883,\n
        "lat": 49.5118860,\n
        "lon": 3.4210232,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956884,\n
        "lat": 49.5119745,\n
        "lon": 3.4211933,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956885,\n
        "lat": 49.5120312,\n
        "lon": 3.4211203,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956886,\n
        "lat": 49.5122802,\n
        "lon": 3.4208889,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956887,\n
        "lat": 49.5122326,\n
        "lon": 3.4209549,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956888,\n
        "lat": 49.5122973,\n
        "lon": 3.4210665,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956889,\n
        "lat": 49.5123440,\n
        "lon": 3.4210045,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956890,\n
        "lat": 49.5123760,\n
        "lon": 3.4212726,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956891,\n
        "lat": 49.5123197,\n
        "lon": 3.4213462,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956892,\n
        "lat": 49.5123823,\n
        "lon": 3.4214609,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956893,\n
        "lat": 49.5124389,\n
        "lon": 3.4213850,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956894,\n
        "lat": 49.5121434,\n
        "lon": 3.4215562,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956895,\n
        "lat": 49.5121014,\n
        "lon": 3.4216111,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956896,\n
        "lat": 49.5121621,\n
        "lon": 3.4217231,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956897,\n
        "lat": 49.5122041,\n
        "lon": 3.4216682,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956898,\n
        "lat": 49.5121877,\n
        "lon": 3.4219384,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956899,\n
        "lat": 49.5121146,\n
        "lon": 3.4218081,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956900,\n
        "lat": 49.5120919,\n
        "lon": 3.4218356,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956901,\n
        "lat": 49.5121655,\n
        "lon": 3.4219676,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956902,\n
        "lat": 49.5121273,\n
        "lon": 3.4216588,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956903,\n
        "lat": 49.5121064,\n
        "lon": 3.4216856,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956904,\n
        "lat": 49.5121402,\n
        "lon": 3.4217483,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956905,\n
        "lat": 49.5123278,\n
        "lon": 3.4210260,\n
        "timestamp": "2017-05-06T06:09:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956906,\n
        "lat": 49.5123125,\n
        "lon": 3.4210935,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956907,\n
        "lat": 49.5123430,\n
        "lon": 3.4210532,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956908,\n
        "lat": 49.5123760,\n
        "lon": 3.4151216,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956909,\n
        "lat": 49.5122977,\n
        "lon": 3.4151548,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956910,\n
        "lat": 49.5123359,\n
        "lon": 3.4153396,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956911,\n
        "lat": 49.5124142,\n
        "lon": 3.4153088,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956912,\n
        "lat": 49.5122807,\n
        "lon": 3.4130679,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956913,\n
        "lat": 49.5123526,\n
        "lon": 3.4130925,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956914,\n
        "lat": 49.5123737,\n
        "lon": 3.4129445,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956915,\n
        "lat": 49.5122938,\n
        "lon": 3.4129157,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956916,\n
        "lat": 49.5122851,\n
        "lon": 3.4129768,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956917,\n
        "lat": 49.5122913,\n
        "lon": 3.4129788,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956918,\n
        "lat": 49.5127448,\n
        "lon": 3.4131647,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956919,\n
        "lat": 49.5128625,\n
        "lon": 3.4131996,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956920,\n
        "lat": 49.5128758,\n
        "lon": 3.4130878,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837956999,\n
        "lat": 49.5137604,\n
        "lon": 3.4192110,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957000,\n
        "lat": 49.5145231,\n
        "lon": 3.4190477,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957001,\n
        "lat": 49.5145043,\n
        "lon": 3.4189458,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957002,\n
        "lat": 49.5143923,\n
        "lon": 3.4189944,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957003,\n
        "lat": 49.5144111,\n
        "lon": 3.4190964,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957004,\n
        "lat": 49.5149095,\n
        "lon": 3.4192075,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957005,\n
        "lat": 49.5148961,\n
        "lon": 3.4191383,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957006,\n
        "lat": 49.5148578,\n
        "lon": 3.4189945,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957007,\n
        "lat": 49.5147750,\n
        "lon": 3.4190444,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957008,\n
        "lat": 49.5148044,\n
        "lon": 3.4192164,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957009,\n
        "lat": 49.5148581,\n
        "lon": 3.4191934,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957010,\n
        "lat": 49.5148663,\n
        "lon": 3.4192251,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957011,\n
        "lat": 49.5150276,\n
        "lon": 3.4192071,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957012,\n
        "lat": 49.5149772,\n
        "lon": 3.4192357,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957013,\n
        "lat": 49.5150093,\n
        "lon": 3.4193794,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957014,\n
        "lat": 49.5150597,\n
        "lon": 3.4193509,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957015,\n
        "lat": 49.5139376,\n
        "lon": 3.4209872,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957016,\n
        "lat": 49.5138648,\n
        "lon": 3.4209913,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957017,\n
        "lat": 49.5138695,\n
        "lon": 3.4211424,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957018,\n
        "lat": 49.5139412,\n
        "lon": 3.4211346,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957019,\n
        "lat": 49.5183612,\n
        "lon": 3.4165302,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957020,\n
        "lat": 49.5183984,\n
        "lon": 3.4165874,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957021,\n
        "lat": 49.5128155,\n
        "lon": 3.4130750,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957022,\n
        "lat": 49.5128161,\n
        "lon": 3.4130531,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957023,\n
        "lat": 49.5127624,\n
        "lon": 3.4130396,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957024,\n
        "lat": 49.5125957,\n
        "lon": 3.4137477,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957025,\n
        "lat": 49.5126642,\n
        "lon": 3.4137023,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957026,\n
        "lat": 49.5130874,\n
        "lon": 3.4133584,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957027,\n
        "lat": 49.5130513,\n
        "lon": 3.4132257,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957028,\n
        "lat": 49.5129913,\n
        "lon": 3.4132602,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957029,\n
        "lat": 49.5130289,\n
        "lon": 3.4133973,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957030,\n
        "lat": 49.5133449,\n
        "lon": 3.4132585,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957031,\n
        "lat": 49.5132701,\n
        "lon": 3.4133018,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957032,\n
        "lat": 49.5130341,\n
        "lon": 3.4136042,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957033,\n
        "lat": 49.5130797,\n
        "lon": 3.4136554,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957034,\n
        "lat": 49.5130953,\n
        "lon": 3.4136218,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957035,\n
        "lat": 49.5130548,\n
        "lon": 3.4135694,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957036,\n
        "lat": 49.5126354,\n
        "lon": 3.4145171,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957037,\n
        "lat": 49.5126407,\n
        "lon": 3.4144987,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957038,\n
        "lat": 49.5126386,\n
        "lon": 3.4144725,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957039,\n
        "lat": 49.5126212,\n
        "lon": 3.4144567,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957040,\n
        "lat": 49.5126036,\n
        "lon": 3.4143741,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957041,\n
        "lat": 49.5125319,\n
        "lon": 3.4144070,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957042,\n
        "lat": 49.5125610,\n
        "lon": 3.4145502,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957043,\n
        "lat": 49.5127242,\n
        "lon": 3.4154360,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957044,\n
        "lat": 49.5127048,\n
        "lon": 3.4153322,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957045,\n
        "lat": 49.5126610,\n
        "lon": 3.4153496,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957046,\n
        "lat": 49.5126803,\n
        "lon": 3.4154535,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957047,\n
        "lat": 49.5128498,\n
        "lon": 3.4149350,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957048,\n
        "lat": 49.5127710,\n
        "lon": 3.4149658,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957049,\n
        "lat": 49.5128030,\n
        "lon": 3.4151467,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957050,\n
        "lat": 49.5128809,\n
        "lon": 3.4151157,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957051,\n
        "lat": 49.5132321,\n
        "lon": 3.4127488,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957052,\n
        "lat": 49.5131397,\n
        "lon": 3.4127204,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957053,\n
        "lat": 49.5131230,\n
        "lon": 3.4128468,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957054,\n
        "lat": 49.5131607,\n
        "lon": 3.4128579,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957055,\n
        "lat": 49.5131616,\n
        "lon": 3.4128505,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957056,\n
        "lat": 49.5131818,\n
        "lon": 3.4128562,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957057,\n
        "lat": 49.5131809,\n
        "lon": 3.4128636,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957058,\n
        "lat": 49.5132169,\n
        "lon": 3.4128735,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957059,\n
        "lat": 49.5127023,\n
        "lon": 3.4133051,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957060,\n
        "lat": 49.5126751,\n
        "lon": 3.4133179,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957061,\n
        "lat": 49.5126827,\n
        "lon": 3.4133456,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957062,\n
        "lat": 49.5127080,\n
        "lon": 3.4133334,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957063,\n
        "lat": 49.5134503,\n
        "lon": 3.4128445,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957064,\n
        "lat": 49.5133332,\n
        "lon": 3.4128070,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957065,\n
        "lat": 49.5133175,\n
        "lon": 3.4129275,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957066,\n
        "lat": 49.5134346,\n
        "lon": 3.4129637,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957067,\n
        "lat": 49.5124907,\n
        "lon": 3.4135383,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957068,\n
        "lat": 49.5124597,\n
        "lon": 3.4135559,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957069,\n
        "lat": 49.5124673,\n
        "lon": 3.4135807,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957070,\n
        "lat": 49.5124968,\n
        "lon": 3.4135665,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957071,\n
        "lat": 49.5134966,\n
        "lon": 3.4155081,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957072,\n
        "lat": 49.5134579,\n
        "lon": 3.4153330,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957073,\n
        "lat": 49.5134647,\n
        "lon": 3.4153296,\n
        "timestamp": "2017-05-06T06:09:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957074,\n
        "lat": 49.5134440,\n
        "lon": 3.4152384,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957075,\n
        "lat": 49.5133649,\n
        "lon": 3.4152768,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957076,\n
        "lat": 49.5133868,\n
        "lon": 3.4153695,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957077,\n
        "lat": 49.5133770,\n
        "lon": 3.4153757,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957078,\n
        "lat": 49.5133906,\n
        "lon": 3.4154428,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957079,\n
        "lat": 49.5133966,\n
        "lon": 3.4154401,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957080,\n
        "lat": 49.5134043,\n
        "lon": 3.4154778,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957081,\n
        "lat": 49.5134003,\n
        "lon": 3.4154801,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957082,\n
        "lat": 49.5134149,\n
        "lon": 3.4155486,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957083,\n
        "lat": 49.5122800,\n
        "lon": 3.4145045,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957084,\n
        "lat": 49.5122434,\n
        "lon": 3.4145094,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957085,\n
        "lat": 49.5122443,\n
        "lon": 3.4145525,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957086,\n
        "lat": 49.5122807,\n
        "lon": 3.4145448,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957087,\n
        "lat": 49.5122983,\n
        "lon": 3.4135065,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957088,\n
        "lat": 49.5122810,\n
        "lon": 3.4135149,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957089,\n
        "lat": 49.5122902,\n
        "lon": 3.4135634,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957090,\n
        "lat": 49.5123068,\n
        "lon": 3.4135550,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957091,\n
        "lat": 49.5134803,\n
        "lon": 3.4146671,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957092,\n
        "lat": 49.5134529,\n
        "lon": 3.4146840,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957093,\n
        "lat": 49.5134640,\n
        "lon": 3.4147164,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957094,\n
        "lat": 49.5134909,\n
        "lon": 3.4147001,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957095,\n
        "lat": 49.5128495,\n
        "lon": 3.4140480,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957096,\n
        "lat": 49.5128347,\n
        "lon": 3.4139890,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957097,\n
        "lat": 49.5128561,\n
        "lon": 3.4139747,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957098,\n
        "lat": 49.5128695,\n
        "lon": 3.4139420,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957099,\n
        "lat": 49.5128546,\n
        "lon": 3.4138903,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957100,\n
        "lat": 49.5128421,\n
        "lon": 3.4138889,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957101,\n
        "lat": 49.5127409,\n
        "lon": 3.4139489,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957102,\n
        "lat": 49.5127806,\n
        "lon": 3.4140927,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957103,\n
        "lat": 49.5136568,\n
        "lon": 3.4135618,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957104,\n
        "lat": 49.5136057,\n
        "lon": 3.4133659,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957105,\n
        "lat": 49.5135072,\n
        "lon": 3.4134322,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957106,\n
        "lat": 49.5135469,\n
        "lon": 3.4135684,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957107,\n
        "lat": 49.5135747,\n
        "lon": 3.4135521,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957108,\n
        "lat": 49.5135915,\n
        "lon": 3.4136031,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957109,\n
        "lat": 49.5132918,\n
        "lon": 3.4150615,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957110,\n
        "lat": 49.5133670,\n
        "lon": 3.4150140,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957111,\n
        "lat": 49.5133529,\n
        "lon": 3.4149605,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957112,\n
        "lat": 49.5133412,\n
        "lon": 3.4149659,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957113,\n
        "lat": 49.5132962,\n
        "lon": 3.4148071,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957114,\n
        "lat": 49.5132233,\n
        "lon": 3.4148525,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957115,\n
        "lat": 49.5132413,\n
        "lon": 3.4149144,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957116,\n
        "lat": 49.5132463,\n
        "lon": 3.4149117,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957117,\n
        "lat": 49.5132546,\n
        "lon": 3.4149432,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957118,\n
        "lat": 49.5132489,\n
        "lon": 3.4149466,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957119,\n
        "lat": 49.5132687,\n
        "lon": 3.4150167,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957120,\n
        "lat": 49.5132794,\n
        "lon": 3.4150119,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957121,\n
        "lat": 49.5124349,\n
        "lon": 3.4134667,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957122,\n
        "lat": 49.5125197,\n
        "lon": 3.4134121,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957123,\n
        "lat": 49.5125075,\n
        "lon": 3.4133675,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957124,\n
        "lat": 49.5125194,\n
        "lon": 3.4133599,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957125,\n
        "lat": 49.5124927,\n
        "lon": 3.4132620,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957126,\n
        "lat": 49.5124631,\n
        "lon": 3.4132811,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957127,\n
        "lat": 49.5124449,\n
        "lon": 3.4132144,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957128,\n
        "lat": 49.5123776,\n
        "lon": 3.4132577,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957129,\n
        "lat": 49.5125135,\n
        "lon": 3.4134982,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957130,\n
        "lat": 49.5125549,\n
        "lon": 3.4136521,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957131,\n
        "lat": 49.5125670,\n
        "lon": 3.4136432,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957132,\n
        "lat": 49.5126387,\n
        "lon": 3.4135974,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957133,\n
        "lat": 49.5126241,\n
        "lon": 3.4136059,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957134,\n
        "lat": 49.5126065,\n
        "lon": 3.4135390,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957135,\n
        "lat": 49.5126417,\n
        "lon": 3.4135171,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957136,\n
        "lat": 49.5126190,\n
        "lon": 3.4134307,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957137,\n
        "lat": 49.5125834,\n
        "lon": 3.4134514,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957138,\n
        "lat": 49.5129766,\n
        "lon": 3.4153104,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957139,\n
        "lat": 49.5130087,\n
        "lon": 3.4154632,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957140,\n
        "lat": 49.5130799,\n
        "lon": 3.4154302,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957141,\n
        "lat": 49.5130478,\n
        "lon": 3.4152775,\n
        "timestamp": "2017-05-06T06:09:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957142,\n
        "lat": 49.5130403,\n
        "lon": 3.4152810,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957143,\n
        "lat": 49.5130335,\n
        "lon": 3.4152466,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957144,\n
        "lat": 49.5129753,\n
        "lon": 3.4152733,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957145,\n
        "lat": 49.5129821,\n
        "lon": 3.4153077,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957146,\n
        "lat": 49.5133075,\n
        "lon": 3.4134468,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957147,\n
        "lat": 49.5134035,\n
        "lon": 3.4133896,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957148,\n
        "lat": 49.5133801,\n
        "lon": 3.4132955,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957149,\n
        "lat": 49.5133696,\n
        "lon": 3.4132884,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957150,\n
        "lat": 49.5133562,\n
        "lon": 3.4132975,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957151,\n
        "lat": 49.5175347,\n
        "lon": 3.4183064,\n
        "timestamp": "2017-05-06T06:19:49Z",\n
        "version": 2,\n
        "changeset": 48444676,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957152,\n
        "lat": 49.5174898,\n
        "lon": 3.4182083,\n
        "timestamp": "2017-05-06T06:19:49Z",\n
        "version": 2,\n
        "changeset": 48444676,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957153,\n
        "lat": 49.5174060,\n
        "lon": 3.4182993,\n
        "timestamp": "2017-05-06T06:19:49Z",\n
        "version": 2,\n
        "changeset": 48444676,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957154,\n
        "lat": 49.5174509,\n
        "lon": 3.4183974,\n
        "timestamp": "2017-05-06T06:19:49Z",\n
        "version": 2,\n
        "changeset": 48444676,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957155,\n
        "lat": 49.5268587,\n
        "lon": 3.4144425,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957156,\n
        "lat": 49.5271113,\n
        "lon": 3.4144602,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957157,\n
        "lat": 49.5271110,\n
        "lon": 3.4143812,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957158,\n
        "lat": 49.5270889,\n
        "lon": 3.4143810,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957159,\n
        "lat": 49.5270846,\n
        "lon": 3.4143086,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957160,\n
        "lat": 49.5270382,\n
        "lon": 3.4143082,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957161,\n
        "lat": 49.5270358,\n
        "lon": 3.4143659,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957162,\n
        "lat": 49.5269739,\n
        "lon": 3.4143636,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957163,\n
        "lat": 49.5269721,\n
        "lon": 3.4142335,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957164,\n
        "lat": 49.5269234,\n
        "lon": 3.4142331,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957165,\n
        "lat": 49.5269217,\n
        "lon": 3.4142755,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957166,\n
        "lat": 49.5268482,\n
        "lon": 3.4142761,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957167,\n
        "lat": 49.5268473,\n
        "lon": 3.4143656,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957168,\n
        "lat": 49.5268589,\n
        "lon": 3.4143653,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957169,\n
        "lat": 49.5280602,\n
        "lon": 3.4129792,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957170,\n
        "lat": 49.5278620,\n
        "lon": 3.4130861,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957171,\n
        "lat": 49.5278969,\n
        "lon": 3.4132510,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957172,\n
        "lat": 49.5280939,\n
        "lon": 3.4131355,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957173,\n
        "lat": 49.5276240,\n
        "lon": 3.4135828,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957174,\n
        "lat": 49.5275009,\n
        "lon": 3.4137090,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957175,\n
        "lat": 49.5275426,\n
        "lon": 3.4137857,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957176,\n
        "lat": 49.5276601,\n
        "lon": 3.4136644,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957177,\n
        "lat": 49.5274154,\n
        "lon": 3.4132416,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957178,\n
        "lat": 49.5273688,\n
        "lon": 3.4132838,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957179,\n
        "lat": 49.5273918,\n
        "lon": 3.4133450,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957180,\n
        "lat": 49.5274384,\n
        "lon": 3.4133012,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957181,\n
        "lat": 49.5273469,\n
        "lon": 3.4138775,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957182,\n
        "lat": 49.5272858,\n
        "lon": 3.4139464,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957183,\n
        "lat": 49.5273154,\n
        "lon": 3.4140163,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957184,\n
        "lat": 49.5273830,\n
        "lon": 3.4139507,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957185,\n
        "lat": 49.5271503,\n
        "lon": 3.4134682,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957186,\n
        "lat": 49.5270982,\n
        "lon": 3.4135143,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957187,\n
        "lat": 49.5271140,\n
        "lon": 3.4135527,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957188,\n
        "lat": 49.5271640,\n
        "lon": 3.4135099,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957189,\n
        "lat": 49.5167429,\n
        "lon": 3.4151888,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957190,\n
        "lat": 49.5166862,\n
        "lon": 3.4152780,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957191,\n
        "lat": 49.5167577,\n
        "lon": 3.4153852,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957192,\n
        "lat": 49.5167700,\n
        "lon": 3.4154560,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957193,\n
        "lat": 49.5168495,\n
        "lon": 3.4154234,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957194,\n
        "lat": 49.5168318,\n
        "lon": 3.4153220,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957195,\n
        "lat": 49.5171710,\n
        "lon": 3.4152449,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957196,\n
        "lat": 49.5171426,\n
        "lon": 3.4152898,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957197,\n
        "lat": 49.5171654,\n
        "lon": 3.4153284,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957198,\n
        "lat": 49.5171952,\n
        "lon": 3.4152839,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957199,\n
        "lat": 49.5161747,\n
        "lon": 3.4151531,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957200,\n
        "lat": 49.5161223,\n
        "lon": 3.4150191,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957201,\n
        "lat": 49.5160562,\n
        "lon": 3.4150821,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957202,\n
        "lat": 49.5161100,\n
        "lon": 3.4152147,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957203,\n
        "lat": 49.5156516,\n
        "lon": 3.4136910,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957204,\n
        "lat": 49.5155784,\n
        "lon": 3.4135195,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957205,\n
        "lat": 49.5155100,\n
        "lon": 3.4135866,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957206,\n
        "lat": 49.5155639,\n
        "lon": 3.4137143,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957207,\n
        "lat": 49.5155393,\n
        "lon": 3.4137394,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957208,\n
        "lat": 49.5155600,\n
        "lon": 3.4137887,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957209,\n
        "lat": 49.5161596,\n
        "lon": 3.4143997,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957210,\n
        "lat": 49.5162595,\n
        "lon": 3.4146258,\n
        "timestamp": "2017-05-06T06:09:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957211,\n
        "lat": 49.5163224,\n
        "lon": 3.4145653,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957212,\n
        "lat": 49.5163024,\n
        "lon": 3.4145197,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957213,\n
        "lat": 49.5163051,\n
        "lon": 3.4145170,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957214,\n
        "lat": 49.5162456,\n
        "lon": 3.4143792,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957215,\n
        "lat": 49.5162420,\n
        "lon": 3.4143840,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957216,\n
        "lat": 49.5162195,\n
        "lon": 3.4143370,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957217,\n
        "lat": 49.5163997,\n
        "lon": 3.4141628,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957218,\n
        "lat": 49.5163378,\n
        "lon": 3.4142181,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957219,\n
        "lat": 49.5163590,\n
        "lon": 3.4142655,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957220,\n
        "lat": 49.5163560,\n
        "lon": 3.4142696,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957221,\n
        "lat": 49.5164154,\n
        "lon": 3.4144082,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957222,\n
        "lat": 49.5164199,\n
        "lon": 3.4144041,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957223,\n
        "lat": 49.5164376,\n
        "lon": 3.4144461,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957224,\n
        "lat": 49.5164964,\n
        "lon": 3.4143882,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957225,\n
        "lat": 49.5154947,\n
        "lon": 3.4145307,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957226,\n
        "lat": 49.5154806,\n
        "lon": 3.4145005,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957227,\n
        "lat": 49.5154614,\n
        "lon": 3.4145242,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957228,\n
        "lat": 49.5154748,\n
        "lon": 3.4145535,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957229,\n
        "lat": 49.5157197,\n
        "lon": 3.4140410,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957230,\n
        "lat": 49.5156468,\n
        "lon": 3.4141189,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957231,\n
        "lat": 49.5157105,\n
        "lon": 3.4142534,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957232,\n
        "lat": 49.5157802,\n
        "lon": 3.4141810,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957233,\n
        "lat": 49.5159865,\n
        "lon": 3.4149402,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957234,\n
        "lat": 49.5160478,\n
        "lon": 3.4148758,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957235,\n
        "lat": 49.5160248,\n
        "lon": 3.4148202,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957236,\n
        "lat": 49.5160198,\n
        "lon": 3.4148250,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957237,\n
        "lat": 49.5160044,\n
        "lon": 3.4147934,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957238,\n
        "lat": 49.5160089,\n
        "lon": 3.4147900,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957239,\n
        "lat": 49.5159872,\n
        "lon": 3.4147407,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957240,\n
        "lat": 49.5159756,\n
        "lon": 3.4147521,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957241,\n
        "lat": 49.5159570,\n
        "lon": 3.4147151,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957242,\n
        "lat": 49.5158954,\n
        "lon": 3.4147816,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957243,\n
        "lat": 49.5159144,\n
        "lon": 3.4148255,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957244,\n
        "lat": 49.5159255,\n
        "lon": 3.4148140,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957245,\n
        "lat": 49.5155598,\n
        "lon": 3.4138779,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957246,\n
        "lat": 49.5154949,\n
        "lon": 3.4139457,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957247,\n
        "lat": 49.5155497,\n
        "lon": 3.4140637,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957248,\n
        "lat": 49.5156154,\n
        "lon": 3.4139959,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957249,\n
        "lat": 49.5157739,\n
        "lon": 3.4144206,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957250,\n
        "lat": 49.5157677,\n
        "lon": 3.4144288,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957251,\n
        "lat": 49.5157623,\n
        "lon": 3.4144171,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957252,\n
        "lat": 49.5157543,\n
        "lon": 3.4144273,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957253,\n
        "lat": 49.5157504,\n
        "lon": 3.4144177,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957254,\n
        "lat": 49.5157536,\n
        "lon": 3.4143739,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957255,\n
        "lat": 49.5157363,\n
        "lon": 3.4143409,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957256,\n
        "lat": 49.5156670,\n
        "lon": 3.4144142,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957257,\n
        "lat": 49.5157276,\n
        "lon": 3.4145466,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957258,\n
        "lat": 49.5157987,\n
        "lon": 3.4144693,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957259,\n
        "lat": 49.5154317,\n
        "lon": 3.4133326,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957260,\n
        "lat": 49.5153693,\n
        "lon": 3.4133928,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957261,\n
        "lat": 49.5154285,\n
        "lon": 3.4135274,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957262,\n
        "lat": 49.5154896,\n
        "lon": 3.4134658,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957263,\n
        "lat": 49.5158993,\n
        "lon": 3.4135068,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957264,\n
        "lat": 49.5158373,\n
        "lon": 3.4135749,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957265,\n
        "lat": 49.5158905,\n
        "lon": 3.4136908,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957266,\n
        "lat": 49.5159521,\n
        "lon": 3.4136281,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957267,\n
        "lat": 49.5155407,\n
        "lon": 3.4128780,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957268,\n
        "lat": 49.5154810,\n
        "lon": 3.4128952,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957269,\n
        "lat": 49.5155049,\n
        "lon": 3.4130705,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957270,\n
        "lat": 49.5155620,\n
        "lon": 3.4130492,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957271,\n
        "lat": 49.5154544,\n
        "lon": 3.4128718,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957272,\n
        "lat": 49.5154155,\n
        "lon": 3.4129159,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957273,\n
        "lat": 49.5154340,\n
        "lon": 3.4129578,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957274,\n
        "lat": 49.5154738,\n
        "lon": 3.4129150,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957275,\n
        "lat": 49.5153935,\n
        "lon": 3.4127086,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957276,\n
        "lat": 49.5154325,\n
        "lon": 3.4127985,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957277,\n
        "lat": 49.5155376,\n
        "lon": 3.4126887,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957278,\n
        "lat": 49.5154889,\n
        "lon": 3.4125801,\n
        "timestamp": "2017-05-06T06:09:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957279,\n
        "lat": 49.5154496,\n
        "lon": 3.4126168,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957280,\n
        "lat": 49.5154611,\n
        "lon": 3.4126422,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957281,\n
        "lat": 49.5158379,\n
        "lon": 3.4131534,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957282,\n
        "lat": 49.5158356,\n
        "lon": 3.4131479,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957283,\n
        "lat": 49.5157706,\n
        "lon": 3.4132133,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957284,\n
        "lat": 49.5158251,\n
        "lon": 3.4133443,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957285,\n
        "lat": 49.5158907,\n
        "lon": 3.4132816,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957286,\n
        "lat": 49.5158750,\n
        "lon": 3.4127632,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957287,\n
        "lat": 49.5158204,\n
        "lon": 3.4128203,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957288,\n
        "lat": 49.5158819,\n
        "lon": 3.4129575,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957289,\n
        "lat": 49.5159347,\n
        "lon": 3.4129033,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957290,\n
        "lat": 49.5159933,\n
        "lon": 3.4145942,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957291,\n
        "lat": 49.5159353,\n
        "lon": 3.4144643,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957292,\n
        "lat": 49.5158744,\n
        "lon": 3.4145299,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957293,\n
        "lat": 49.5159326,\n
        "lon": 3.4146606,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957294,\n
        "lat": 49.5165472,\n
        "lon": 3.4155650,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957295,\n
        "lat": 49.5166045,\n
        "lon": 3.4156512,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957296,\n
        "lat": 49.5165894,\n
        "lon": 3.4156749,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957297,\n
        "lat": 49.5165910,\n
        "lon": 3.4157024,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957298,\n
        "lat": 49.5166066,\n
        "lon": 3.4157254,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957299,\n
        "lat": 49.5165885,\n
        "lon": 3.4157543,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957300,\n
        "lat": 49.5166220,\n
        "lon": 3.4158037,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957301,\n
        "lat": 49.5167024,\n
        "lon": 3.4156751,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957302,\n
        "lat": 49.5165862,\n
        "lon": 3.4155039,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957303,\n
        "lat": 49.5166137,\n
        "lon": 3.4147187,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957304,\n
        "lat": 49.5166825,\n
        "lon": 3.4146483,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957305,\n
        "lat": 49.5165667,\n
        "lon": 3.4143784,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957306,\n
        "lat": 49.5164795,\n
        "lon": 3.4144643,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957307,\n
        "lat": 49.5165010,\n
        "lon": 3.4145175,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957308,\n
        "lat": 49.5165201,\n
        "lon": 3.4144993,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957309,\n
        "lat": 49.5165404,\n
        "lon": 3.4145478,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957310,\n
        "lat": 49.5165437,\n
        "lon": 3.4145451,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957311,\n
        "lat": 49.5165574,\n
        "lon": 3.4145734,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957312,\n
        "lat": 49.5165538,\n
        "lon": 3.4145781,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957313,\n
        "lat": 49.5155097,\n
        "lon": 3.4118892,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957314,\n
        "lat": 49.5155004,\n
        "lon": 3.4118989,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957315,\n
        "lat": 49.5154892,\n
        "lon": 3.4118737,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957316,\n
        "lat": 49.5154792,\n
        "lon": 3.4118727,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957317,\n
        "lat": 49.5154446,\n
        "lon": 3.4119075,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957318,\n
        "lat": 49.5154421,\n
        "lon": 3.4119228,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957319,\n
        "lat": 49.5154532,\n
        "lon": 3.4119480,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957320,\n
        "lat": 49.5154439,\n
        "lon": 3.4119577,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957321,\n
        "lat": 49.5154925,\n
        "lon": 3.4120697,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957322,\n
        "lat": 49.5155579,\n
        "lon": 3.4120017,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957323,\n
        "lat": 49.5158504,\n
        "lon": 3.4124637,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957324,\n
        "lat": 49.5157851,\n
        "lon": 3.4125315,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957325,\n
        "lat": 49.5158373,\n
        "lon": 3.4126496,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957326,\n
        "lat": 49.5159035,\n
        "lon": 3.4125790,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957327,\n
        "lat": 49.5157862,\n
        "lon": 3.4122601,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957328,\n
        "lat": 49.5157177,\n
        "lon": 3.4123149,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957329,\n
        "lat": 49.5157517,\n
        "lon": 3.4124220,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957330,\n
        "lat": 49.5158214,\n
        "lon": 3.4123699,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957331,\n
        "lat": 49.5153455,\n
        "lon": 3.4120895,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957332,\n
        "lat": 49.5152520,\n
        "lon": 3.4121852,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957333,\n
        "lat": 49.5152954,\n
        "lon": 3.4122896,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957334,\n
        "lat": 49.5153889,\n
        "lon": 3.4121931,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957335,\n
        "lat": 49.5156373,\n
        "lon": 3.4120503,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957336,\n
        "lat": 49.5155505,\n
        "lon": 3.4121325,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957337,\n
        "lat": 49.5155770,\n
        "lon": 3.4122038,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957338,\n
        "lat": 49.5156114,\n
        "lon": 3.4121705,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957339,\n
        "lat": 49.5156384,\n
        "lon": 3.4122324,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957340,\n
        "lat": 49.5156903,\n
        "lon": 3.4121807,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957341,\n
        "lat": 49.5143084,\n
        "lon": 3.4151195,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957342,\n
        "lat": 49.5141369,\n
        "lon": 3.4152177,\n
        "timestamp": "2017-05-06T06:09:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957343,\n
        "lat": 49.5141568,\n
        "lon": 3.4152737,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957344,\n
        "lat": 49.5142441,\n
        "lon": 3.4152280,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957345,\n
        "lat": 49.5142464,\n
        "lon": 3.4152366,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957346,\n
        "lat": 49.5143241,\n
        "lon": 3.4151915,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957347,\n
        "lat": 49.5141066,\n
        "lon": 3.4152345,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957348,\n
        "lat": 49.5141297,\n
        "lon": 3.4153337,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957349,\n
        "lat": 49.5141657,\n
        "lon": 3.4153129,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957350,\n
        "lat": 49.5147360,\n
        "lon": 3.4155322,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957351,\n
        "lat": 49.5147189,\n
        "lon": 3.4154043,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957352,\n
        "lat": 49.5146336,\n
        "lon": 3.4154314,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957353,\n
        "lat": 49.5146526,\n
        "lon": 3.4155604,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957354,\n
        "lat": 49.5142305,\n
        "lon": 3.4147465,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957355,\n
        "lat": 49.5142998,\n
        "lon": 3.4146971,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957356,\n
        "lat": 49.5142785,\n
        "lon": 3.4146145,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957357,\n
        "lat": 49.5142843,\n
        "lon": 3.4146104,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957358,\n
        "lat": 49.5142697,\n
        "lon": 3.4145589,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957359,\n
        "lat": 49.5142653,\n
        "lon": 3.4145609,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957360,\n
        "lat": 49.5142579,\n
        "lon": 3.4145315,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957361,\n
        "lat": 49.5142640,\n
        "lon": 3.4145279,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957362,\n
        "lat": 49.5142455,\n
        "lon": 3.4144668,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957363,\n
        "lat": 49.5141744,\n
        "lon": 3.4145121,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957364,\n
        "lat": 49.5142127,\n
        "lon": 3.4146549,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957365,\n
        "lat": 49.5142046,\n
        "lon": 3.4146611,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957366,\n
        "lat": 49.5136897,\n
        "lon": 3.4139291,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957367,\n
        "lat": 49.5137036,\n
        "lon": 3.4139778,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957368,\n
        "lat": 49.5137568,\n
        "lon": 3.4139410,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957369,\n
        "lat": 49.5137431,\n
        "lon": 3.4138945,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957370,\n
        "lat": 49.5136951,\n
        "lon": 3.4139256,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957371,\n
        "lat": 49.5137871,\n
        "lon": 3.4138660,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957372,\n
        "lat": 49.5137706,\n
        "lon": 3.4138131,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957373,\n
        "lat": 49.5136793,\n
        "lon": 3.4138678,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957374,\n
        "lat": 49.5152287,\n
        "lon": 3.4149918,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957375,\n
        "lat": 49.5152891,\n
        "lon": 3.4149285,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957376,\n
        "lat": 49.5152564,\n
        "lon": 3.4148520,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957377,\n
        "lat": 49.5151953,\n
        "lon": 3.4149143,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957378,\n
        "lat": 49.5152473,\n
        "lon": 3.4150351,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957379,\n
        "lat": 49.5153085,\n
        "lon": 3.4149742,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957380,\n
        "lat": 49.5137543,\n
        "lon": 3.4128596,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957381,\n
        "lat": 49.5137552,\n
        "lon": 3.4128823,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957382,\n
        "lat": 49.5137071,\n
        "lon": 3.4128860,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957383,\n
        "lat": 49.5137108,\n
        "lon": 3.4129943,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957384,\n
        "lat": 49.5138011,\n
        "lon": 3.4129854,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957385,\n
        "lat": 49.5137965,\n
        "lon": 3.4128572,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957386,\n
        "lat": 49.5151085,\n
        "lon": 3.4142788,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957387,\n
        "lat": 49.5151398,\n
        "lon": 3.4142434,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957388,\n
        "lat": 49.5151032,\n
        "lon": 3.4141571,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957389,\n
        "lat": 49.5150701,\n
        "lon": 3.4141930,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957390,\n
        "lat": 49.5148660,\n
        "lon": 3.4128887,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957391,\n
        "lat": 49.5149558,\n
        "lon": 3.4127838,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957392,\n
        "lat": 49.5149501,\n
        "lon": 3.4127707,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957393,\n
        "lat": 49.5149645,\n
        "lon": 3.4127544,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957394,\n
        "lat": 49.5149207,\n
        "lon": 3.4126459,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957395,\n
        "lat": 49.5148093,\n
        "lon": 3.4127664,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957396,\n
        "lat": 49.5140434,\n
        "lon": 3.4131436,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957397,\n
        "lat": 49.5139901,\n
        "lon": 3.4131932,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957398,\n
        "lat": 49.5140365,\n
        "lon": 3.4133190,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957399,\n
        "lat": 49.5140907,\n
        "lon": 3.4132741,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957400,\n
        "lat": 49.5142796,\n
        "lon": 3.4134652,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957401,\n
        "lat": 49.5143012,\n
        "lon": 3.4134440,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957402,\n
        "lat": 49.5142817,\n
        "lon": 3.4134054,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957403,\n
        "lat": 49.5142611,\n
        "lon": 3.4134273,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957404,\n
        "lat": 49.5142699,\n
        "lon": 3.4138221,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957405,\n
        "lat": 49.5143121,\n
        "lon": 3.4137738,\n
        "timestamp": "2017-05-06T06:09:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957406,\n
        "lat": 49.5142784,\n
        "lon": 3.4137093,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957407,\n
        "lat": 49.5142695,\n
        "lon": 3.4137181,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957408,\n
        "lat": 49.5142203,\n
        "lon": 3.4136123,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957409,\n
        "lat": 49.5141626,\n
        "lon": 3.4136727,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957410,\n
        "lat": 49.5142139,\n
        "lon": 3.4137778,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957411,\n
        "lat": 49.5142367,\n
        "lon": 3.4137548,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957412,\n
        "lat": 49.5141008,\n
        "lon": 3.4142706,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957413,\n
        "lat": 49.5140306,\n
        "lon": 3.4143145,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957414,\n
        "lat": 49.5140743,\n
        "lon": 3.4144574,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957415,\n
        "lat": 49.5141432,\n
        "lon": 3.4144149,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957416,\n
        "lat": 49.5139719,\n
        "lon": 3.4139182,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957417,\n
        "lat": 49.5138958,\n
        "lon": 3.4139717,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957418,\n
        "lat": 49.5139373,\n
        "lon": 3.4141194,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957419,\n
        "lat": 49.5140160,\n
        "lon": 3.4140701,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957420,\n
        "lat": 49.5148983,\n
        "lon": 3.4148017,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957421,\n
        "lat": 49.5148293,\n
        "lon": 3.4146562,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957422,\n
        "lat": 49.5147640,\n
        "lon": 3.4147287,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957423,\n
        "lat": 49.5147861,\n
        "lon": 3.4147815,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957424,\n
        "lat": 49.5147915,\n
        "lon": 3.4147755,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957425,\n
        "lat": 49.5148048,\n
        "lon": 3.4148049,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957426,\n
        "lat": 49.5148012,\n
        "lon": 3.4148097,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957427,\n
        "lat": 49.5148321,\n
        "lon": 3.4148742,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957428,\n
        "lat": 49.5146470,\n
        "lon": 3.4143800,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957429,\n
        "lat": 49.5145723,\n
        "lon": 3.4144587,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957430,\n
        "lat": 49.5146448,\n
        "lon": 3.4146138,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957431,\n
        "lat": 49.5147195,\n
        "lon": 3.4145335,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957432,\n
        "lat": 49.5149589,\n
        "lon": 3.4149800,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957433,\n
        "lat": 49.5148985,\n
        "lon": 3.4150485,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957434,\n
        "lat": 49.5149184,\n
        "lon": 3.4150945,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957435,\n
        "lat": 49.5149216,\n
        "lon": 3.4150897,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957436,\n
        "lat": 49.5149317,\n
        "lon": 3.4151110,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957437,\n
        "lat": 49.5149281,\n
        "lon": 3.4151171,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957438,\n
        "lat": 49.5149498,\n
        "lon": 3.4151624,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957439,\n
        "lat": 49.5150101,\n
        "lon": 3.4150939,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957440,\n
        "lat": 49.5151421,\n
        "lon": 3.4149577,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957441,\n
        "lat": 49.5151252,\n
        "lon": 3.4149773,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957442,\n
        "lat": 49.5151411,\n
        "lon": 3.4150089,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957443,\n
        "lat": 49.5151577,\n
        "lon": 3.4149912,\n
        "timestamp": "2017-05-06T06:09:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957445,\n
        "lat": 49.5141862,\n
        "lon": 3.4161616,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957446,\n
        "lat": 49.5137829,\n
        "lon": 3.4161339,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957447,\n
        "lat": 49.5138108,\n
        "lon": 3.4161198,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957448,\n
        "lat": 49.5137958,\n
        "lon": 3.4160563,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957449,\n
        "lat": 49.5137690,\n
        "lon": 3.4160712,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957450,\n
        "lat": 49.5137496,\n
        "lon": 3.4161936,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957451,\n
        "lat": 49.5137228,\n
        "lon": 3.4160790,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957452,\n
        "lat": 49.5136074,\n
        "lon": 3.4161410,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957453,\n
        "lat": 49.5136334,\n
        "lon": 3.4162568,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957454,\n
        "lat": 49.5134849,\n
        "lon": 3.4163355,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957455,\n
        "lat": 49.5135068,\n
        "lon": 3.4161949,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957456,\n
        "lat": 49.5135013,\n
        "lon": 3.4161746,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957457,\n
        "lat": 49.5134779,\n
        "lon": 3.4161874,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957458,\n
        "lat": 49.5134940,\n
        "lon": 3.4162597,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957459,\n
        "lat": 49.5134708,\n
        "lon": 3.4162724,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957460,\n
        "lat": 49.5135916,\n
        "lon": 3.4165456,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957461,\n
        "lat": 49.5136046,\n
        "lon": 3.4166736,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957462,\n
        "lat": 49.5137263,\n
        "lon": 3.4166379,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957463,\n
        "lat": 49.5137116,\n
        "lon": 3.4165196,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957464,\n
        "lat": 49.5136220,\n
        "lon": 3.4165453,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957465,\n
        "lat": 49.5136220,\n
        "lon": 3.4165360,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957466,\n
        "lat": 49.5136516,\n
        "lon": 3.4176334,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957467,\n
        "lat": 49.5136555,\n
        "lon": 3.4176617,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957468,\n
        "lat": 49.5137234,\n
        "lon": 3.4176384,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957469,\n
        "lat": 49.5137202,\n
        "lon": 3.4176115,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957470,\n
        "lat": 49.5138576,\n
        "lon": 3.4177524,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957471,\n
        "lat": 49.5138538,\n
        "lon": 3.4177205,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957472,\n
        "lat": 49.5138419,\n
        "lon": 3.4177226,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957473,\n
        "lat": 49.5138333,\n
        "lon": 3.4176400,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957474,\n
        "lat": 49.5138878,\n
        "lon": 3.4176220,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957475,\n
        "lat": 49.5138651,\n
        "lon": 3.4174239,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957476,\n
        "lat": 49.5138476,\n
        "lon": 3.4174292,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957477,\n
        "lat": 49.5138501,\n
        "lon": 3.4174561,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957478,\n
        "lat": 49.5138009,\n
        "lon": 3.4174740,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957479,\n
        "lat": 49.5142956,\n
        "lon": 3.4174247,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957480,\n
        "lat": 49.5143670,\n
        "lon": 3.4173876,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957481,\n
        "lat": 49.5143655,\n
        "lon": 3.4173800,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957482,\n
        "lat": 49.5144167,\n
        "lon": 3.4172283,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957483,\n
        "lat": 49.5142738,\n
        "lon": 3.4173058,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957484,\n
        "lat": 49.5142778,\n
        "lon": 3.4173386,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957485,\n
        "lat": 49.5144447,\n
        "lon": 3.4173374,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957486,\n
        "lat": 49.5144625,\n
        "lon": 3.4169359,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957487,\n
        "lat": 49.5144045,\n
        "lon": 3.4169741,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957488,\n
        "lat": 49.5144319,\n
        "lon": 3.4170683,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957489,\n
        "lat": 49.5144890,\n
        "lon": 3.4170295,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957490,\n
        "lat": 49.5139120,\n
        "lon": 3.4178915,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957491,\n
        "lat": 49.5139153,\n
        "lon": 3.4179447,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957492,\n
        "lat": 49.5139739,\n
        "lon": 3.4178741,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957493,\n
        "lat": 49.5139691,\n
        "lon": 3.4178506,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957494,\n
        "lat": 49.5140079,\n
        "lon": 3.4178122,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957495,\n
        "lat": 49.5140003,\n
        "lon": 3.4177923,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957496,\n
        "lat": 49.5140827,\n
        "lon": 3.4177213,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957497,\n
        "lat": 49.5141234,\n
        "lon": 3.4179759,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957498,\n
        "lat": 49.5141751,\n
        "lon": 3.4179582,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957499,\n
        "lat": 49.5141376,\n
        "lon": 3.4176951,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957500,\n
        "lat": 49.5139724,\n
        "lon": 3.4180406,\n
        "timestamp": "2017-05-06T06:09:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957501,\n
        "lat": 49.5139895,\n
        "lon": 3.4180316,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957502,\n
        "lat": 49.5139851,\n
        "lon": 3.4180141,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957503,\n
        "lat": 49.5139681,\n
        "lon": 3.4180221,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957504,\n
        "lat": 49.5155077,\n
        "lon": 3.4172849,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957505,\n
        "lat": 49.5153644,\n
        "lon": 3.4173895,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957506,\n
        "lat": 49.5153887,\n
        "lon": 3.4174639,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957507,\n
        "lat": 49.5155335,\n
        "lon": 3.4173593,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957508,\n
        "lat": 49.5147398,\n
        "lon": 3.4178169,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957509,\n
        "lat": 49.5147782,\n
        "lon": 3.4180241,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957510,\n
        "lat": 49.5147995,\n
        "lon": 3.4181037,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957511,\n
        "lat": 49.5149046,\n
        "lon": 3.4180297,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957512,\n
        "lat": 49.5148802,\n
        "lon": 3.4179468,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957513,\n
        "lat": 49.5148299,\n
        "lon": 3.4179805,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957514,\n
        "lat": 49.5147902,\n
        "lon": 3.4177944,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957515,\n
        "lat": 49.5148625,\n
        "lon": 3.4177801,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957516,\n
        "lat": 49.5148395,\n
        "lon": 3.4177912,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957517,\n
        "lat": 49.5148436,\n
        "lon": 3.4178168,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957518,\n
        "lat": 49.5148544,\n
        "lon": 3.4178129,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957519,\n
        "lat": 49.5148598,\n
        "lon": 3.4178528,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957520,\n
        "lat": 49.5148521,\n
        "lon": 3.4178560,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957621,\n
        "lat": 49.5140462,\n
        "lon": 3.4134425,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957622,\n
        "lat": 49.5141131,\n
        "lon": 3.4135882,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957623,\n
        "lat": 49.5141718,\n
        "lon": 3.4135285,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957624,\n
        "lat": 49.5144891,\n
        "lon": 3.4132886,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957625,\n
        "lat": 49.5144210,\n
        "lon": 3.4133654,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957626,\n
        "lat": 49.5144917,\n
        "lon": 3.4135200,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957627,\n
        "lat": 49.5145611,\n
        "lon": 3.4134494,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957628,\n
        "lat": 49.5146020,\n
        "lon": 3.4137184,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957629,\n
        "lat": 49.5146681,\n
        "lon": 3.4136526,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957630,\n
        "lat": 49.5146129,\n
        "lon": 3.4135276,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957631,\n
        "lat": 49.5145409,\n
        "lon": 3.4135947,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957632,\n
        "lat": 49.5115267,\n
        "lon": 3.4175547,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957633,\n
        "lat": 49.5114742,\n
        "lon": 3.4174540,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957634,\n
        "lat": 49.5114505,\n
        "lon": 3.4174860,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957635,\n
        "lat": 49.5114257,\n
        "lon": 3.4174383,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957636,\n
        "lat": 49.5113738,\n
        "lon": 3.4175085,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957637,\n
        "lat": 49.5114380,\n
        "lon": 3.4176371,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957638,\n
        "lat": 49.5114818,\n
        "lon": 3.4175811,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957639,\n
        "lat": 49.5114942,\n
        "lon": 3.4175983,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957640,\n
        "lat": 49.5115883,\n
        "lon": 3.4168675,\n
        "timestamp": "2017-05-06T06:09:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957641,\n
        "lat": 49.5116380,\n
        "lon": 3.4168050,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957642,\n
        "lat": 49.5115985,\n
        "lon": 3.4167312,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957643,\n
        "lat": 49.5115493,\n
        "lon": 3.4167918,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957644,\n
        "lat": 49.5118675,\n
        "lon": 3.4171523,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957645,\n
        "lat": 49.5118212,\n
        "lon": 3.4170516,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957646,\n
        "lat": 49.5116962,\n
        "lon": 3.4172081,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957647,\n
        "lat": 49.5117425,\n
        "lon": 3.4172992,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957648,\n
        "lat": 49.5114685,\n
        "lon": 3.4178544,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957649,\n
        "lat": 49.5113985,\n
        "lon": 3.4179398,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957650,\n
        "lat": 49.5114417,\n
        "lon": 3.4180319,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957651,\n
        "lat": 49.5115117,\n
        "lon": 3.4179455,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957652,\n
        "lat": 49.5113489,\n
        "lon": 3.4180890,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957653,\n
        "lat": 49.5112627,\n
        "lon": 3.4181924,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957654,\n
        "lat": 49.5113078,\n
        "lon": 3.4182815,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957655,\n
        "lat": 49.5113940,\n
        "lon": 3.4181782,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957656,\n
        "lat": 49.5115788,\n
        "lon": 3.4172156,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957657,\n
        "lat": 49.5114819,\n
        "lon": 3.4173370,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957658,\n
        "lat": 49.5115233,\n
        "lon": 3.4174175,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957659,\n
        "lat": 49.5115846,\n
        "lon": 3.4173474,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957660,\n
        "lat": 49.5115969,\n
        "lon": 3.4173704,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957661,\n
        "lat": 49.5116369,\n
        "lon": 3.4173239,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957662,\n
        "lat": 49.5113647,\n
        "lon": 3.4210409,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957663,\n
        "lat": 49.5114028,\n
        "lon": 3.4209857,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957664,\n
        "lat": 49.5114135,\n
        "lon": 3.4209987,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957665,\n
        "lat": 49.5114541,\n
        "lon": 3.4209447,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957666,\n
        "lat": 49.5114466,\n
        "lon": 3.4209286,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957667,\n
        "lat": 49.5115600,\n
        "lon": 3.4207789,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957668,\n
        "lat": 49.5115196,\n
        "lon": 3.4207063,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957669,\n
        "lat": 49.5113262,\n
        "lon": 3.4209728,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957670,\n
        "lat": 49.5136327,\n
        "lon": 3.4201257,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957671,\n
        "lat": 49.5137140,\n
        "lon": 3.4201034,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957672,\n
        "lat": 49.5137069,\n
        "lon": 3.4200316,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957673,\n
        "lat": 49.5136281,\n
        "lon": 3.4200553,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957674,\n
        "lat": 49.5136145,\n
        "lon": 3.4196183,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957675,\n
        "lat": 49.5136180,\n
        "lon": 3.4196801,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957676,\n
        "lat": 49.5136686,\n
        "lon": 3.4196702,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957677,\n
        "lat": 49.5137011,\n
        "lon": 3.4199616,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957678,\n
        "lat": 49.5136187,\n
        "lon": 3.4199834,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957679,\n
        "lat": 49.5137739,\n
        "lon": 3.4200115,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957680,\n
        "lat": 49.5137249,\n
        "lon": 3.4195971,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957681,\n
        "lat": 49.5137870,\n
        "lon": 3.4206197,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957682,\n
        "lat": 49.5138566,\n
        "lon": 3.4206105,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957683,\n
        "lat": 49.5138552,\n
        "lon": 3.4205159,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957684,\n
        "lat": 49.5139940,\n
        "lon": 3.4205019,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957685,\n
        "lat": 49.5140003,\n
        "lon": 3.4204507,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957686,\n
        "lat": 49.5139802,\n
        "lon": 3.4200213,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957687,\n
        "lat": 49.5139729,\n
        "lon": 3.4200230,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957688,\n
        "lat": 49.5139646,\n
        "lon": 3.4199601,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957689,\n
        "lat": 49.5137871,\n
        "lon": 3.4200083,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957690,\n
        "lat": 49.5137274,\n
        "lon": 3.4196181,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957691,\n
        "lat": 49.5138450,\n
        "lon": 3.4195799,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957692,\n
        "lat": 49.5139554,\n
        "lon": 3.4198643,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957693,\n
        "lat": 49.5137743,\n
        "lon": 3.4199147,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957694,\n
        "lat": 49.5137797,\n
        "lon": 3.4199983,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957695,\n
        "lat": 49.5137870,\n
        "lon": 3.4199974,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957696,\n
        "lat": 49.5137628,\n
        "lon": 3.4199178,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957697,\n
        "lat": 49.5137718,\n
        "lon": 3.4198820,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957698,\n
        "lat": 49.5137805,\n
        "lon": 3.4198799,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957699,\n
        "lat": 49.5137661,\n
        "lon": 3.4197534,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957700,\n
        "lat": 49.5138936,\n
        "lon": 3.4197166,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957701,\n
        "lat": 49.5138742,\n
        "lon": 3.4195730,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957702,\n
        "lat": 49.5144013,\n
        "lon": 3.4208376,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957703,\n
        "lat": 49.5143948,\n
        "lon": 3.4207769,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957704,\n
        "lat": 49.5143071,\n
        "lon": 3.4208021,\n
        "timestamp": "2017-05-06T06:09:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957705,\n
        "lat": 49.5143135,\n
        "lon": 3.4208606,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957706,\n
        "lat": 49.5142981,\n
        "lon": 3.4206510,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957707,\n
        "lat": 49.5142938,\n
        "lon": 3.4206083,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957708,\n
        "lat": 49.5142468,\n
        "lon": 3.4206200,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957709,\n
        "lat": 49.5142507,\n
        "lon": 3.4206600,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957710,\n
        "lat": 49.5152801,\n
        "lon": 3.4203450,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957711,\n
        "lat": 49.5152442,\n
        "lon": 3.4200441,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957712,\n
        "lat": 49.5151853,\n
        "lon": 3.4200623,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957713,\n
        "lat": 49.5152147,\n
        "lon": 3.4202901,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957714,\n
        "lat": 49.5152282,\n
        "lon": 3.4202870,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957715,\n
        "lat": 49.5152338,\n
        "lon": 3.4203568,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957716,\n
        "lat": 49.5150429,\n
        "lon": 3.4203927,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957717,\n
        "lat": 49.5150990,\n
        "lon": 3.4203733,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957718,\n
        "lat": 49.5150725,\n
        "lon": 3.4201770,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957719,\n
        "lat": 49.5150164,\n
        "lon": 3.4201931,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957720,\n
        "lat": 49.5142314,\n
        "lon": 3.4195310,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957721,\n
        "lat": 49.5141796,\n
        "lon": 3.4195417,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957722,\n
        "lat": 49.5141952,\n
        "lon": 3.4196761,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957723,\n
        "lat": 49.5142471,\n
        "lon": 3.4196648,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957724,\n
        "lat": 49.5140561,\n
        "lon": 3.4200638,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957725,\n
        "lat": 49.5141185,\n
        "lon": 3.4200589,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957726,\n
        "lat": 49.5141203,\n
        "lon": 3.4200998,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957727,\n
        "lat": 49.5141274,\n
        "lon": 3.4200994,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957728,\n
        "lat": 49.5141170,\n
        "lon": 3.4199117,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957729,\n
        "lat": 49.5141319,\n
        "lon": 3.4199092,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957730,\n
        "lat": 49.5141309,\n
        "lon": 3.4198647,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957731,\n
        "lat": 49.5141461,\n
        "lon": 3.4198627,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957732,\n
        "lat": 49.5141437,\n
        "lon": 3.4197977,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957733,\n
        "lat": 49.5141952,\n
        "lon": 3.4197870,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957734,\n
        "lat": 49.5141817,\n
        "lon": 3.4196688,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957735,\n
        "lat": 49.5140462,\n
        "lon": 3.4197048,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957736,\n
        "lat": 49.5140598,\n
        "lon": 3.4201870,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957737,\n
        "lat": 49.5141241,\n
        "lon": 3.4201876,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957738,\n
        "lat": 49.5145378,\n
        "lon": 3.4197496,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957739,\n
        "lat": 49.5144868,\n
        "lon": 3.4197693,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957740,\n
        "lat": 49.5145193,\n
        "lon": 3.4199943,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957741,\n
        "lat": 49.5147186,\n
        "lon": 3.4199237,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957742,\n
        "lat": 49.5147071,\n
        "lon": 3.4198478,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957743,\n
        "lat": 49.5145607,\n
        "lon": 3.4198982,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957744,\n
        "lat": 49.5145508,\n
        "lon": 3.4191883,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957745,\n
        "lat": 49.5145890,\n
        "lon": 3.4194465,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957746,\n
        "lat": 49.5146382,\n
        "lon": 3.4194289,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957747,\n
        "lat": 49.5146408,\n
        "lon": 3.4194469,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957748,\n
        "lat": 49.5146516,\n
        "lon": 3.4194434,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957749,\n
        "lat": 49.5146129,\n
        "lon": 3.4191601,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957750,\n
        "lat": 49.5141754,\n
        "lon": 3.4201854,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957751,\n
        "lat": 49.5141868,\n
        "lon": 3.4201954,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957752,\n
        "lat": 49.5142327,\n
        "lon": 3.4201904,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957753,\n
        "lat": 49.5142234,\n
        "lon": 3.4200938,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957754,\n
        "lat": 49.5142894,\n
        "lon": 3.4200531,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957755,\n
        "lat": 49.5142724,\n
        "lon": 3.4200556,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957756,\n
        "lat": 49.5142743,\n
        "lon": 3.4200848,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957757,\n
        "lat": 49.5142925,\n
        "lon": 3.4200808,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957758,\n
        "lat": 49.5140407,\n
        "lon": 3.4203024,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957759,\n
        "lat": 49.5140529,\n
        "lon": 3.4204609,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957760,\n
        "lat": 49.5141057,\n
        "lon": 3.4204492,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957761,\n
        "lat": 49.5140922,\n
        "lon": 3.4202949,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957762,\n
        "lat": 49.5141828,\n
        "lon": 3.4203037,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957763,\n
        "lat": 49.5142396,\n
        "lon": 3.4203014,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957764,\n
        "lat": 49.5142257,\n
        "lon": 3.4201912,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957765,\n
        "lat": 49.5141968,\n
        "lon": 3.4204142,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957766,\n
        "lat": 49.5142669,\n
        "lon": 3.4203963,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957767,\n
        "lat": 49.5142557,\n
        "lon": 3.4203008,\n
        "timestamp": "2017-05-06T06:09:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957768,\n
        "lat": 49.5142169,\n
        "lon": 3.4205750,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957769,\n
        "lat": 49.5142345,\n
        "lon": 3.4205702,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957770,\n
        "lat": 49.5142342,\n
        "lon": 3.4205622,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957771,\n
        "lat": 49.5142852,\n
        "lon": 3.4205473,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957772,\n
        "lat": 49.5146898,\n
        "lon": 3.4194425,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957773,\n
        "lat": 49.5147865,\n
        "lon": 3.4194158,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957774,\n
        "lat": 49.5147813,\n
        "lon": 3.4193712,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957775,\n
        "lat": 49.5147687,\n
        "lon": 3.4193746,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957776,\n
        "lat": 49.5147547,\n
        "lon": 3.4192723,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957777,\n
        "lat": 49.5146711,\n
        "lon": 3.4192977,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957778,\n
        "lat": 49.5148104,\n
        "lon": 3.4194103,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957779,\n
        "lat": 49.5148375,\n
        "lon": 3.4194034,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957780,\n
        "lat": 49.5148174,\n
        "lon": 3.4192900,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957781,\n
        "lat": 49.5147953,\n
        "lon": 3.4192979,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957782,\n
        "lat": 49.5147061,\n
        "lon": 3.4190996,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957783,\n
        "lat": 49.5147326,\n
        "lon": 3.4192234,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957784,\n
        "lat": 49.5147610,\n
        "lon": 3.4192123,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957785,\n
        "lat": 49.5147630,\n
        "lon": 3.4192223,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957786,\n
        "lat": 49.5147777,\n
        "lon": 3.4192170,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957787,\n
        "lat": 49.5147763,\n
        "lon": 3.4192026,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957788,\n
        "lat": 49.5148002,\n
        "lon": 3.4191916,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957789,\n
        "lat": 49.5147770,\n
        "lon": 3.4190563,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957790,\n
        "lat": 49.5153041,\n
        "lon": 3.4191615,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957791,\n
        "lat": 49.5152937,\n
        "lon": 3.4191272,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957792,\n
        "lat": 49.5151630,\n
        "lon": 3.4192147,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957793,\n
        "lat": 49.5151724,\n
        "lon": 3.4192550,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957794,\n
        "lat": 49.5151070,\n
        "lon": 3.4191632,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957795,\n
        "lat": 49.5150718,\n
        "lon": 3.4190046,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957796,\n
        "lat": 49.5150425,\n
        "lon": 3.4190183,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957797,\n
        "lat": 49.5150002,\n
        "lon": 3.4188584,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957798,\n
        "lat": 49.5149557,\n
        "lon": 3.4188938,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957799,\n
        "lat": 49.5149997,\n
        "lon": 3.4190490,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957800,\n
        "lat": 49.5150262,\n
        "lon": 3.4190335,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957801,\n
        "lat": 49.5150655,\n
        "lon": 3.4191827,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957802,\n
        "lat": 49.5153282,\n
        "lon": 3.4188803,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957803,\n
        "lat": 49.5152538,\n
        "lon": 3.4186570,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957804,\n
        "lat": 49.5151997,\n
        "lon": 3.4186984,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957805,\n
        "lat": 49.5152323,\n
        "lon": 3.4187887,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957806,\n
        "lat": 49.5152543,\n
        "lon": 3.4187718,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957807,\n
        "lat": 49.5152758,\n
        "lon": 3.4188292,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957808,\n
        "lat": 49.5152596,\n
        "lon": 3.4188448,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957809,\n
        "lat": 49.5152826,\n
        "lon": 3.4189123,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957810,\n
        "lat": 49.5151426,\n
        "lon": 3.4191084,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957811,\n
        "lat": 49.5151046,\n
        "lon": 3.4191270,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957812,\n
        "lat": 49.5151317,\n
        "lon": 3.4192447,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957813,\n
        "lat": 49.5151659,\n
        "lon": 3.4192271,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957814,\n
        "lat": 49.5150386,\n
        "lon": 3.4190035,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957815,\n
        "lat": 49.5150689,\n
        "lon": 3.4189844,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957816,\n
        "lat": 49.5150651,\n
        "lon": 3.4189669,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957817,\n
        "lat": 49.5151001,\n
        "lon": 3.4189428,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957818,\n
        "lat": 49.5150594,\n
        "lon": 3.4188113,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957819,\n
        "lat": 49.5151509,\n
        "lon": 3.4191517,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957820,\n
        "lat": 49.5151644,\n
        "lon": 3.4191439,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957821,\n
        "lat": 49.5151595,\n
        "lon": 3.4191232,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957822,\n
        "lat": 49.5151465,\n
        "lon": 3.4191287,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957823,\n
        "lat": 49.5151113,\n
        "lon": 3.4189866,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957824,\n
        "lat": 49.5151782,\n
        "lon": 3.4189414,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957825,\n
        "lat": 49.5151500,\n
        "lon": 3.4188387,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957826,\n
        "lat": 49.5151765,\n
        "lon": 3.4188196,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957827,\n
        "lat": 49.5151495,\n
        "lon": 3.4187398,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957828,\n
        "lat": 49.5151810,\n
        "lon": 3.4190871,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957829,\n
        "lat": 49.5151623,\n
        "lon": 3.4190099,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957830,\n
        "lat": 49.5151923,\n
        "lon": 3.4189921,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957831,\n
        "lat": 49.5133330,\n
        "lon": 3.4192500,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957832,\n
        "lat": 49.5134079,\n
        "lon": 3.4192418,\n
        "timestamp": "2017-05-06T06:09:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957833,\n
        "lat": 49.5134083,\n
        "lon": 3.4192562,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957834,\n
        "lat": 49.5134873,\n
        "lon": 3.4192478,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957835,\n
        "lat": 49.5134866,\n
        "lon": 3.4192326,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957836,\n
        "lat": 49.5135615,\n
        "lon": 3.4192255,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957837,\n
        "lat": 49.5135579,\n
        "lon": 3.4190867,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957838,\n
        "lat": 49.5134999,\n
        "lon": 3.4190911,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957839,\n
        "lat": 49.5134998,\n
        "lon": 3.4191235,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957840,\n
        "lat": 49.5134805,\n
        "lon": 3.4191247,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957841,\n
        "lat": 49.5134796,\n
        "lon": 3.4191093,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957842,\n
        "lat": 49.5134087,\n
        "lon": 3.4191156,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957843,\n
        "lat": 49.5134086,\n
        "lon": 3.4191304,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957844,\n
        "lat": 49.5133854,\n
        "lon": 3.4191310,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957845,\n
        "lat": 49.5133836,\n
        "lon": 3.4190728,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957846,\n
        "lat": 49.5133974,\n
        "lon": 3.4190715,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957847,\n
        "lat": 49.5133909,\n
        "lon": 3.4189462,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957848,\n
        "lat": 49.5133198,\n
        "lon": 3.4189509,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957849,\n
        "lat": 49.5136703,\n
        "lon": 3.4192663,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957850,\n
        "lat": 49.5137266,\n
        "lon": 3.4192584,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957851,\n
        "lat": 49.5137140,\n
        "lon": 3.4190925,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957852,\n
        "lat": 49.5136560,\n
        "lon": 3.4191028,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957853,\n
        "lat": 49.5138146,\n
        "lon": 3.4194451,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957854,\n
        "lat": 49.5138566,\n
        "lon": 3.4194260,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957855,\n
        "lat": 49.5138231,\n
        "lon": 3.4191164,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957856,\n
        "lat": 49.5137993,\n
        "lon": 3.4191230,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957857,\n
        "lat": 49.5138058,\n
        "lon": 3.4191941,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957858,\n
        "lat": 49.5137797,\n
        "lon": 3.4192015,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957859,\n
        "lat": 49.5137888,\n
        "lon": 3.4192905,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957860,\n
        "lat": 49.5137973,\n
        "lon": 3.4192878,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957861,\n
        "lat": 49.5138623,\n
        "lon": 3.4191054,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957862,\n
        "lat": 49.5138493,\n
        "lon": 3.4189817,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957863,\n
        "lat": 49.5138102,\n
        "lon": 3.4189925,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957864,\n
        "lat": 49.5138674,\n
        "lon": 3.4194221,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957865,\n
        "lat": 49.5140284,\n
        "lon": 3.4193474,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957866,\n
        "lat": 49.5140129,\n
        "lon": 3.4192684,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957867,\n
        "lat": 49.5139363,\n
        "lon": 3.4193002,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957868,\n
        "lat": 49.5139193,\n
        "lon": 3.4193049,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957869,\n
        "lat": 49.5139142,\n
        "lon": 3.4192657,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957870,\n
        "lat": 49.5138747,\n
        "lon": 3.4192758,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957871,\n
        "lat": 49.5138769,\n
        "lon": 3.4192983,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957872,\n
        "lat": 49.5138470,\n
        "lon": 3.4193058,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957873,\n
        "lat": 49.5138162,\n
        "lon": 3.4189800,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957874,\n
        "lat": 49.5138458,\n
        "lon": 3.4189717,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957875,\n
        "lat": 49.5138294,\n
        "lon": 3.4189032,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957876,\n
        "lat": 49.5138018,\n
        "lon": 3.4189165,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957877,\n
        "lat": 49.5140984,\n
        "lon": 3.4192884,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957878,\n
        "lat": 49.5141274,\n
        "lon": 3.4192717,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957879,\n
        "lat": 49.5141317,\n
        "lon": 3.4192885,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957880,\n
        "lat": 49.5141655,\n
        "lon": 3.4192689,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957881,\n
        "lat": 49.5141329,\n
        "lon": 3.4191070,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957882,\n
        "lat": 49.5140939,\n
        "lon": 3.4191256,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957883,\n
        "lat": 49.5141028,\n
        "lon": 3.4191766,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957884,\n
        "lat": 49.5140763,\n
        "lon": 3.4191903,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957885,\n
        "lat": 49.5140933,\n
        "lon": 3.4187778,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957886,\n
        "lat": 49.5141118,\n
        "lon": 3.4187730,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957887,\n
        "lat": 49.5141293,\n
        "lon": 3.4188588,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957888,\n
        "lat": 49.5141569,\n
        "lon": 3.4188478,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957889,\n
        "lat": 49.5141282,\n
        "lon": 3.4186852,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957890,\n
        "lat": 49.5140822,\n
        "lon": 3.4187005,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957891,\n
        "lat": 49.5141752,\n
        "lon": 3.4190778,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957892,\n
        "lat": 49.5141551,\n
        "lon": 3.4189796,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957893,\n
        "lat": 49.5141066,\n
        "lon": 3.4190011,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957894,\n
        "lat": 49.5141280,\n
        "lon": 3.4190967,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957895,\n
        "lat": 49.5143066,\n
        "lon": 3.4191905,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957896,\n
        "lat": 49.5143624,\n
        "lon": 3.4191651,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957897,\n
        "lat": 49.5143092,\n
        "lon": 3.4188885,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957898,\n
        "lat": 49.5142899,\n
        "lon": 3.4188973,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957899,\n
        "lat": 49.5142927,\n
        "lon": 3.4189149,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957900,\n
        "lat": 49.5142756,\n
        "lon": 3.4189219,\n
        "timestamp": "2017-05-06T06:09:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957901,\n
        "lat": 49.5143023,\n
        "lon": 3.4190565,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957902,\n
        "lat": 49.5142826,\n
        "lon": 3.4190654,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957903,\n
        "lat": 49.5142737,\n
        "lon": 3.4186835,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957904,\n
        "lat": 49.5141951,\n
        "lon": 3.4187139,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957905,\n
        "lat": 49.5142138,\n
        "lon": 3.4188208,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957906,\n
        "lat": 49.5142906,\n
        "lon": 3.4187886,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957907,\n
        "lat": 49.5149763,\n
        "lon": 3.4181677,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957908,\n
        "lat": 49.5149651,\n
        "lon": 3.4181744,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957909,\n
        "lat": 49.5148455,\n
        "lon": 3.4182652,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957910,\n
        "lat": 49.5148634,\n
        "lon": 3.4183284,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957911,\n
        "lat": 49.5149577,\n
        "lon": 3.4182600,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957912,\n
        "lat": 49.5149804,\n
        "lon": 3.4183378,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957913,\n
        "lat": 49.5150148,\n
        "lon": 3.4183241,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957914,\n
        "lat": 49.5150450,\n
        "lon": 3.4182026,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957915,\n
        "lat": 49.5149911,\n
        "lon": 3.4182278,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957916,\n
        "lat": 49.5150558,\n
        "lon": 3.4183080,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957917,\n
        "lat": 49.5150609,\n
        "lon": 3.4183278,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957918,\n
        "lat": 49.5151059,\n
        "lon": 3.4183054,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957919,\n
        "lat": 49.5151111,\n
        "lon": 3.4183386,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837957920,\n
        "lat": 49.5151272,\n
        "lon": 3.4183307,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958021,\n
        "lat": 49.5151174,\n
        "lon": 3.4182802,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958022,\n
        "lat": 49.5151816,\n
        "lon": 3.4182487,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958023,\n
        "lat": 49.5151560,\n
        "lon": 3.4181474,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958024,\n
        "lat": 49.5150120,\n
        "lon": 3.4184360,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958025,\n
        "lat": 49.5150407,\n
        "lon": 3.4184187,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958026,\n
        "lat": 49.5153776,\n
        "lon": 3.4181184,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958027,\n
        "lat": 49.5153033,\n
        "lon": 3.4181344,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958028,\n
        "lat": 49.5153401,\n
        "lon": 3.4183059,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958029,\n
        "lat": 49.5152848,\n
        "lon": 3.4183386,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958030,\n
        "lat": 49.5152345,\n
        "lon": 3.4183583,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958031,\n
        "lat": 49.5151995,\n
        "lon": 3.4182385,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958032,\n
        "lat": 49.5152350,\n
        "lon": 3.4184485,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958033,\n
        "lat": 49.5154086,\n
        "lon": 3.4183287,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958034,\n
        "lat": 49.5149605,\n
        "lon": 3.4183524,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958035,\n
        "lat": 49.5149750,\n
        "lon": 3.4184061,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958036,\n
        "lat": 49.5149977,\n
        "lon": 3.4183915,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958037,\n
        "lat": 49.5150101,\n
        "lon": 3.4184300,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958038,\n
        "lat": 49.5149164,\n
        "lon": 3.4185039,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958039,\n
        "lat": 49.5149514,\n
        "lon": 3.4186191,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958040,\n
        "lat": 49.5150482,\n
        "lon": 3.4185348,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958041,\n
        "lat": 49.5151328,\n
        "lon": 3.4182727,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958042,\n
        "lat": 49.5151592,\n
        "lon": 3.4183781,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958043,\n
        "lat": 49.5151287,\n
        "lon": 3.4183954,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958044,\n
        "lat": 49.5151298,\n
        "lon": 3.4184146,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958045,\n
        "lat": 49.5150296,\n
        "lon": 3.4184846,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958046,\n
        "lat": 49.5150772,\n
        "lon": 3.4186131,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958047,\n
        "lat": 49.5143160,\n
        "lon": 3.4186768,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958048,\n
        "lat": 49.5143062,\n
        "lon": 3.4186799,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958049,\n
        "lat": 49.5143091,\n
        "lon": 3.4187026,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958050,\n
        "lat": 49.5143290,\n
        "lon": 3.4186966,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958051,\n
        "lat": 49.5143262,\n
        "lon": 3.4186739,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958052,\n
        "lat": 49.5144135,\n
        "lon": 3.4183012,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958053,\n
        "lat": 49.5143700,\n
        "lon": 3.4183198,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958054,\n
        "lat": 49.5143821,\n
        "lon": 3.4183979,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958055,\n
        "lat": 49.5143651,\n
        "lon": 3.4184059,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958056,\n
        "lat": 49.5144270,\n
        "lon": 3.4187372,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958057,\n
        "lat": 49.5143517,\n
        "lon": 3.4187780,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958058,\n
        "lat": 49.5143618,\n
        "lon": 3.4188209,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958059,\n
        "lat": 49.5145005,\n
        "lon": 3.4187475,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958060,\n
        "lat": 49.5144868,\n
        "lon": 3.4186722,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958061,\n
        "lat": 49.5144711,\n
        "lon": 3.4186793,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958062,\n
        "lat": 49.5144234,\n
        "lon": 3.4183854,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958063,\n
        "lat": 49.5144270,\n
        "lon": 3.4183836,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958064,\n
        "lat": 49.5144957,\n
        "lon": 3.4187500,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958065,\n
        "lat": 49.5145027,\n
        "lon": 3.4187857,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958066,\n
        "lat": 49.5145626,\n
        "lon": 3.4187589,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958067,\n
        "lat": 49.5145554,\n
        "lon": 3.4187151,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958068,\n
        "lat": 49.5145425,\n
        "lon": 3.4186583,\n
        "timestamp": "2017-05-06T06:09:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958069,\n
        "lat": 49.5144887,\n
        "lon": 3.4186828,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958070,\n
        "lat": 49.5146114,\n
        "lon": 3.4186055,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958071,\n
        "lat": 49.5146273,\n
        "lon": 3.4186922,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958072,\n
        "lat": 49.5146944,\n
        "lon": 3.4186539,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958073,\n
        "lat": 49.5146868,\n
        "lon": 3.4186308,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958074,\n
        "lat": 49.5146771,\n
        "lon": 3.4186357,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958075,\n
        "lat": 49.5146644,\n
        "lon": 3.4185798,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958076,\n
        "lat": 49.5148950,\n
        "lon": 3.4185558,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958077,\n
        "lat": 49.5148370,\n
        "lon": 3.4185976,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958078,\n
        "lat": 49.5148286,\n
        "lon": 3.4185742,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958079,\n
        "lat": 49.5147187,\n
        "lon": 3.4186500,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958080,\n
        "lat": 49.5147486,\n
        "lon": 3.4187363,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958081,\n
        "lat": 49.5148532,\n
        "lon": 3.4186607,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958082,\n
        "lat": 49.5148709,\n
        "lon": 3.4187176,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958083,\n
        "lat": 49.5148588,\n
        "lon": 3.4187273,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958084,\n
        "lat": 49.5148850,\n
        "lon": 3.4188022,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958085,\n
        "lat": 49.5149559,\n
        "lon": 3.4187475,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958086,\n
        "lat": 49.5145245,\n
        "lon": 3.4188941,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958087,\n
        "lat": 49.5145000,\n
        "lon": 3.4187724,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958088,\n
        "lat": 49.5144411,\n
        "lon": 3.4188028,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958089,\n
        "lat": 49.5144580,\n
        "lon": 3.4188902,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958090,\n
        "lat": 49.5144931,\n
        "lon": 3.4188735,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958091,\n
        "lat": 49.5144992,\n
        "lon": 3.4189042,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958092,\n
        "lat": 49.5153546,\n
        "lon": 3.4185734,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958093,\n
        "lat": 49.5153740,\n
        "lon": 3.4186412,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958094,\n
        "lat": 49.5152994,\n
        "lon": 3.4186937,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958095,\n
        "lat": 49.5153305,\n
        "lon": 3.4187882,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958096,\n
        "lat": 49.5154068,\n
        "lon": 3.4187337,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958097,\n
        "lat": 49.5154042,\n
        "lon": 3.4187269,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958098,\n
        "lat": 49.5154390,\n
        "lon": 3.4187029,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958099,\n
        "lat": 49.5153946,\n
        "lon": 3.4185480,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958100,\n
        "lat": 49.5141659,\n
        "lon": 3.4207696,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958101,\n
        "lat": 49.5141615,\n
        "lon": 3.4206982,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958102,\n
        "lat": 49.5140837,\n
        "lon": 3.4207141,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958103,\n
        "lat": 49.5140881,\n
        "lon": 3.4207851,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958104,\n
        "lat": 49.5148729,\n
        "lon": 3.4203889,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958105,\n
        "lat": 49.5148582,\n
        "lon": 3.4203929,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958106,\n
        "lat": 49.5148459,\n
        "lon": 3.4203100,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958107,\n
        "lat": 49.5148215,\n
        "lon": 3.4203179,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958108,\n
        "lat": 49.5148149,\n
        "lon": 3.4202766,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958109,\n
        "lat": 49.5147738,\n
        "lon": 3.4202888,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958110,\n
        "lat": 49.5148030,\n
        "lon": 3.4205136,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958111,\n
        "lat": 49.5148865,\n
        "lon": 3.4204839,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958112,\n
        "lat": 49.5150644,\n
        "lon": 3.4207118,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958113,\n
        "lat": 49.5150382,\n
        "lon": 3.4205320,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958114,\n
        "lat": 49.5149992,\n
        "lon": 3.4205434,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958115,\n
        "lat": 49.5150169,\n
        "lon": 3.4206737,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958116,\n
        "lat": 49.5150289,\n
        "lon": 3.4206698,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958117,\n
        "lat": 49.5150380,\n
        "lon": 3.4207211,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958118,\n
        "lat": 49.5141730,\n
        "lon": 3.4195736,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958119,\n
        "lat": 49.5141451,\n
        "lon": 3.4194482,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958120,\n
        "lat": 49.5140455,\n
        "lon": 3.4195062,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958121,\n
        "lat": 49.5140692,\n
        "lon": 3.4196015,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958122,\n
        "lat": 49.5140994,\n
        "lon": 3.4195833,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958123,\n
        "lat": 49.5141074,\n
        "lon": 3.4196073,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958124,\n
        "lat": 49.5136341,\n
        "lon": 3.4190362,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958125,\n
        "lat": 49.5136214,\n
        "lon": 3.4188128,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958126,\n
        "lat": 49.5135526,\n
        "lon": 3.4188220,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958127,\n
        "lat": 49.5135653,\n
        "lon": 3.4190454,\n
        "timestamp": "2017-05-06T06:09:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958132,\n
        "lat": 49.5137538,\n
        "lon": 3.4191476,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958133,\n
        "lat": 49.5137664,\n
        "lon": 3.4191442,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958134,\n
        "lat": 49.5137648,\n
        "lon": 3.4191245,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958135,\n
        "lat": 49.5137522,\n
        "lon": 3.4191274,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958136,\n
        "lat": 49.5137254,\n
        "lon": 3.4191551,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958137,\n
        "lat": 49.5137325,\n
        "lon": 3.4192197,\n
        "timestamp": "2017-05-06T06:09:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958221,\n
        "lat": 49.5184512,\n
        "lon": 3.4165019,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958222,\n
        "lat": 49.5184137,\n
        "lon": 3.4164489,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958223,\n
        "lat": 49.5181347,\n
        "lon": 3.4159481,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958224,\n
        "lat": 49.5180426,\n
        "lon": 3.4158042,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958225,\n
        "lat": 49.5179923,\n
        "lon": 3.4158770,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958226,\n
        "lat": 49.5180855,\n
        "lon": 3.4160217,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958227,\n
        "lat": 49.5171709,\n
        "lon": 3.4170917,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958228,\n
        "lat": 49.5171343,\n
        "lon": 3.4170404,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958229,\n
        "lat": 49.5171142,\n
        "lon": 3.4170740,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958230,\n
        "lat": 49.5171493,\n
        "lon": 3.4171267,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958231,\n
        "lat": 49.5176631,\n
        "lon": 3.4181978,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958232,\n
        "lat": 49.5177143,\n
        "lon": 3.4181176,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958233,\n
        "lat": 49.5176830,\n
        "lon": 3.4180680,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958234,\n
        "lat": 49.5177087,\n
        "lon": 3.4180276,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958235,\n
        "lat": 49.5176771,\n
        "lon": 3.4179782,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958236,\n
        "lat": 49.5176000,\n
        "lon": 3.4181025,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958237,\n
        "lat": 49.5179721,\n
        "lon": 3.4176072,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958238,\n
        "lat": 49.5180139,\n
        "lon": 3.4176852,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958239,\n
        "lat": 49.5180836,\n
        "lon": 3.4176040,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958240,\n
        "lat": 49.5180415,\n
        "lon": 3.4175256,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958241,\n
        "lat": 49.5181634,\n
        "lon": 3.4172118,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958242,\n
        "lat": 49.5181097,\n
        "lon": 3.4171247,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958243,\n
        "lat": 49.5179986,\n
        "lon": 3.4172818,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958244,\n
        "lat": 49.5180518,\n
        "lon": 3.4173692,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958245,\n
        "lat": 49.5174234,\n
        "lon": 3.4176121,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958246,\n
        "lat": 49.5173343,\n
        "lon": 3.4176921,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958247,\n
        "lat": 49.5173605,\n
        "lon": 3.4177493,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958248,\n
        "lat": 49.5173968,\n
        "lon": 3.4177153,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958249,\n
        "lat": 49.5174168,\n
        "lon": 3.4177597,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958250,\n
        "lat": 49.5174710,\n
        "lon": 3.4177055,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958251,\n
        "lat": 49.5174481,\n
        "lon": 3.4176696,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958252,\n
        "lat": 49.5174614,\n
        "lon": 3.4179605,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958253,\n
        "lat": 49.5174962,\n
        "lon": 3.4179228,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958254,\n
        "lat": 49.5175023,\n
        "lon": 3.4179331,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958255,\n
        "lat": 49.5175394,\n
        "lon": 3.4178887,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958256,\n
        "lat": 49.5175340,\n
        "lon": 3.4178763,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958257,\n
        "lat": 49.5175535,\n
        "lon": 3.4178520,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958258,\n
        "lat": 49.5174913,\n
        "lon": 3.4177374,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958259,\n
        "lat": 49.5174645,\n
        "lon": 3.4177669,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958260,\n
        "lat": 49.5174965,\n
        "lon": 3.4178344,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958261,\n
        "lat": 49.5174340,\n
        "lon": 3.4179002,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958262,\n
        "lat": 49.5174740,\n
        "lon": 3.4179669,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958263,\n
        "lat": 49.5174985,\n
        "lon": 3.4180195,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958264,\n
        "lat": 49.5175869,\n
        "lon": 3.4179183,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958265,\n
        "lat": 49.5175602,\n
        "lon": 3.4178638,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958266,\n
        "lat": 49.5174470,\n
        "lon": 3.4175337,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958267,\n
        "lat": 49.5174609,\n
        "lon": 3.4175210,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958268,\n
        "lat": 49.5174357,\n
        "lon": 3.4174480,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958269,\n
        "lat": 49.5174201,\n
        "lon": 3.4174636,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958270,\n
        "lat": 49.5174225,\n
        "lon": 3.4174691,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958271,\n
        "lat": 49.5173905,\n
        "lon": 3.4173964,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958272,\n
        "lat": 49.5173377,\n
        "lon": 3.4174419,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958273,\n
        "lat": 49.5173642,\n
        "lon": 3.4175217,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958274,\n
        "lat": 49.5172952,\n
        "lon": 3.4172123,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958275,\n
        "lat": 49.5173008,\n
        "lon": 3.4172034,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958276,\n
        "lat": 49.5173124,\n
        "lon": 3.4172238,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958277,\n
        "lat": 49.5173384,\n
        "lon": 3.4171920,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958278,\n
        "lat": 49.5173127,\n
        "lon": 3.4171299,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958279,\n
        "lat": 49.5173320,\n
        "lon": 3.4171065,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958280,\n
        "lat": 49.5173080,\n
        "lon": 3.4170609,\n
        "timestamp": "2017-05-06T06:09:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958281,\n
        "lat": 49.5172889,\n
        "lon": 3.4170846,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958282,\n
        "lat": 49.5172405,\n
        "lon": 3.4169998,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958283,\n
        "lat": 49.5172005,\n
        "lon": 3.4170513,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958284,\n
        "lat": 49.5172507,\n
        "lon": 3.4171378,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958285,\n
        "lat": 49.5172557,\n
        "lon": 3.4171328,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958286,\n
        "lat": 49.5173538,\n
        "lon": 3.4171727,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958287,\n
        "lat": 49.5173429,\n
        "lon": 3.4171514,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958288,\n
        "lat": 49.5173489,\n
        "lon": 3.4171419,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958289,\n
        "lat": 49.5172844,\n
        "lon": 3.4170159,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958290,\n
        "lat": 49.5173647,\n
        "lon": 3.4169155,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958291,\n
        "lat": 49.5173422,\n
        "lon": 3.4168688,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958292,\n
        "lat": 49.5178359,\n
        "lon": 3.4171162,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958293,\n
        "lat": 49.5178598,\n
        "lon": 3.4170865,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958294,\n
        "lat": 49.5178030,\n
        "lon": 3.4169876,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958295,\n
        "lat": 49.5177805,\n
        "lon": 3.4170156,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958296,\n
        "lat": 49.5172696,\n
        "lon": 3.4165804,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958297,\n
        "lat": 49.5172978,\n
        "lon": 3.4165324,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958298,\n
        "lat": 49.5172401,\n
        "lon": 3.4164556,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958299,\n
        "lat": 49.5172120,\n
        "lon": 3.4165059,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958300,\n
        "lat": 49.5178454,\n
        "lon": 3.4168336,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958301,\n
        "lat": 49.5178998,\n
        "lon": 3.4169261,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958302,\n
        "lat": 49.5179607,\n
        "lon": 3.4168554,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958303,\n
        "lat": 49.5179317,\n
        "lon": 3.4168026,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958304,\n
        "lat": 49.5179391,\n
        "lon": 3.4167928,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958305,\n
        "lat": 49.5179146,\n
        "lon": 3.4167460,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958306,\n
        "lat": 49.5174118,\n
        "lon": 3.4163276,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958307,\n
        "lat": 49.5174362,\n
        "lon": 3.4162803,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958308,\n
        "lat": 49.5173908,\n
        "lon": 3.4162194,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958309,\n
        "lat": 49.5173627,\n
        "lon": 3.4162607,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958310,\n
        "lat": 49.5172411,\n
        "lon": 3.4160951,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958311,\n
        "lat": 49.5172067,\n
        "lon": 3.4161655,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958312,\n
        "lat": 49.5172272,\n
        "lon": 3.4161892,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958313,\n
        "lat": 49.5172109,\n
        "lon": 3.4162179,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958314,\n
        "lat": 49.5172393,\n
        "lon": 3.4162557,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958315,\n
        "lat": 49.5172544,\n
        "lon": 3.4162314,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958316,\n
        "lat": 49.5173123,\n
        "lon": 3.4163149,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958317,\n
        "lat": 49.5172602,\n
        "lon": 3.4164309,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958318,\n
        "lat": 49.5173138,\n
        "lon": 3.4165040,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958319,\n
        "lat": 49.5180861,\n
        "lon": 3.4168226,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958320,\n
        "lat": 49.5179903,\n
        "lon": 3.4166450,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958321,\n
        "lat": 49.5179597,\n
        "lon": 3.4166865,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958322,\n
        "lat": 49.5180497,\n
        "lon": 3.4168632,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958323,\n
        "lat": 49.5177766,\n
        "lon": 3.4166392,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958324,\n
        "lat": 49.5176769,\n
        "lon": 3.4167708,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958325,\n
        "lat": 49.5177173,\n
        "lon": 3.4168439,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958326,\n
        "lat": 49.5178146,\n
        "lon": 3.4167044,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958327,\n
        "lat": 49.5180114,\n
        "lon": 3.4166842,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958328,\n
        "lat": 49.5180310,\n
        "lon": 3.4166594,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958329,\n
        "lat": 49.5180094,\n
        "lon": 3.4166191,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958330,\n
        "lat": 49.5174657,\n
        "lon": 3.4162239,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958331,\n
        "lat": 49.5174938,\n
        "lon": 3.4161740,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958332,\n
        "lat": 49.5174517,\n
        "lon": 3.4161046,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958333,\n
        "lat": 49.5174426,\n
        "lon": 3.4160942,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958334,\n
        "lat": 49.5174249,\n
        "lon": 3.4161233,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958335,\n
        "lat": 49.5174209,\n
        "lon": 3.4161572,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958336,\n
        "lat": 49.5172645,\n
        "lon": 3.4160488,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958337,\n
        "lat": 49.5173290,\n
        "lon": 3.4161153,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958338,\n
        "lat": 49.5173380,\n
        "lon": 3.4160991,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958339,\n
        "lat": 49.5173556,\n
        "lon": 3.4161164,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958340,\n
        "lat": 49.5173784,\n
        "lon": 3.4160656,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958341,\n
        "lat": 49.5173620,\n
        "lon": 3.4160469,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958342,\n
        "lat": 49.5173859,\n
        "lon": 3.4159980,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958343,\n
        "lat": 49.5173251,\n
        "lon": 3.4159222,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958344,\n
        "lat": 49.5175155,\n
        "lon": 3.4161346,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958345,\n
        "lat": 49.5174703,\n
        "lon": 3.4160745,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958346,\n
        "lat": 49.5178226,\n
        "lon": 3.4160700,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958347,\n
        "lat": 49.5178498,\n
        "lon": 3.4160332,\n
        "timestamp": "2017-05-06T06:09:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958348,\n
        "lat": 49.5178305,\n
        "lon": 3.4159979,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958349,\n
        "lat": 49.5177971,\n
        "lon": 3.4160445,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958350,\n
        "lat": 49.5178164,\n
        "lon": 3.4160785,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958351,\n
        "lat": 49.5174987,\n
        "lon": 3.4157440,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958352,\n
        "lat": 49.5174739,\n
        "lon": 3.4157853,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958353,\n
        "lat": 49.5174800,\n
        "lon": 3.4157922,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958354,\n
        "lat": 49.5174392,\n
        "lon": 3.4158672,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958355,\n
        "lat": 49.5174916,\n
        "lon": 3.4159273,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958356,\n
        "lat": 49.5175508,\n
        "lon": 3.4158082,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958357,\n
        "lat": 49.5176188,\n
        "lon": 3.4155808,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958358,\n
        "lat": 49.5175880,\n
        "lon": 3.4156307,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958359,\n
        "lat": 49.5177141,\n
        "lon": 3.4157977,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958360,\n
        "lat": 49.5177410,\n
        "lon": 3.4157578,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958361,\n
        "lat": 49.5184275,\n
        "lon": 3.4168499,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958362,\n
        "lat": 49.5184634,\n
        "lon": 3.4167500,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958363,\n
        "lat": 49.5183821,\n
        "lon": 3.4166787,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958364,\n
        "lat": 49.5183450,\n
        "lon": 3.4167778,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958365,\n
        "lat": 49.5173132,\n
        "lon": 3.4156469,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958366,\n
        "lat": 49.5173353,\n
        "lon": 3.4156104,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958367,\n
        "lat": 49.5173052,\n
        "lon": 3.4155660,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958368,\n
        "lat": 49.5172833,\n
        "lon": 3.4156032,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958369,\n
        "lat": 49.5172506,\n
        "lon": 3.4181257,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958370,\n
        "lat": 49.5173656,\n
        "lon": 3.4180128,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958371,\n
        "lat": 49.5173131,\n
        "lon": 3.4178892,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958372,\n
        "lat": 49.5172678,\n
        "lon": 3.4179308,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958373,\n
        "lat": 49.5172736,\n
        "lon": 3.4179456,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958374,\n
        "lat": 49.5171917,\n
        "lon": 3.4180271,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958375,\n
        "lat": 49.5172138,\n
        "lon": 3.4180846,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958376,\n
        "lat": 49.5172291,\n
        "lon": 3.4180730,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958377,\n
        "lat": 49.5171418,\n
        "lon": 3.4174295,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958378,\n
        "lat": 49.5171573,\n
        "lon": 3.4174720,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958379,\n
        "lat": 49.5171178,\n
        "lon": 3.4175055,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958380,\n
        "lat": 49.5171532,\n
        "lon": 3.4176101,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958381,\n
        "lat": 49.5172439,\n
        "lon": 3.4175350,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958382,\n
        "lat": 49.5171944,\n
        "lon": 3.4173979,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958383,\n
        "lat": 49.5171855,\n
        "lon": 3.4173924,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958384,\n
        "lat": 49.5182670,\n
        "lon": 3.4172512,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958385,\n
        "lat": 49.5183229,\n
        "lon": 3.4170837,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958386,\n
        "lat": 49.5182575,\n
        "lon": 3.4170294,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958387,\n
        "lat": 49.5182017,\n
        "lon": 3.4171976,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958388,\n
        "lat": 49.5176329,\n
        "lon": 3.4169104,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958389,\n
        "lat": 49.5175870,\n
        "lon": 3.4168101,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958390,\n
        "lat": 49.5174462,\n
        "lon": 3.4169584,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958391,\n
        "lat": 49.5174925,\n
        "lon": 3.4170604,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958392,\n
        "lat": 49.5181027,\n
        "lon": 3.4167813,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958393,\n
        "lat": 49.5182006,\n
        "lon": 3.4166540,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958394,\n
        "lat": 49.5181486,\n
        "lon": 3.4165638,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958395,\n
        "lat": 49.5180517,\n
        "lon": 3.4166824,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958396,\n
        "lat": 49.5177452,\n
        "lon": 3.4164885,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958397,\n
        "lat": 49.5177819,\n
        "lon": 3.4164369,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958398,\n
        "lat": 49.5177526,\n
        "lon": 3.4163897,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958399,\n
        "lat": 49.5178096,\n
        "lon": 3.4163126,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958400,\n
        "lat": 49.5177608,\n
        "lon": 3.4162272,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958401,\n
        "lat": 49.5176681,\n
        "lon": 3.4163546,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958402,\n
        "lat": 49.5180258,\n
        "lon": 3.4163263,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958403,\n
        "lat": 49.5180548,\n
        "lon": 3.4162877,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958404,\n
        "lat": 49.5179878,\n
        "lon": 3.4161702,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958405,\n
        "lat": 49.5179585,\n
        "lon": 3.4162093,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958406,\n
        "lat": 49.5190138,\n
        "lon": 3.4174682,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958407,\n
        "lat": 49.5190358,\n
        "lon": 3.4174916,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958408,\n
        "lat": 49.5190774,\n
        "lon": 3.4174062,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958409,\n
        "lat": 49.5189770,\n
        "lon": 3.4173038,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958410,\n
        "lat": 49.5189515,\n
        "lon": 3.4173536,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958411,\n
        "lat": 49.5190294,\n
        "lon": 3.4174337,\n
        "timestamp": "2017-05-06T06:09:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958412,\n
        "lat": 49.5170711,\n
        "lon": 3.4164355,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958413,\n
        "lat": 49.5171784,\n
        "lon": 3.4165864,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958414,\n
        "lat": 49.5171862,\n
        "lon": 3.4165733,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958415,\n
        "lat": 49.5171613,\n
        "lon": 3.4165355,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958416,\n
        "lat": 49.5171696,\n
        "lon": 3.4165221,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958417,\n
        "lat": 49.5171222,\n
        "lon": 3.4164540,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958418,\n
        "lat": 49.5171438,\n
        "lon": 3.4164154,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958419,\n
        "lat": 49.5171080,\n
        "lon": 3.4163662,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958420,\n
        "lat": 49.5172987,\n
        "lon": 3.4157666,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958421,\n
        "lat": 49.5171512,\n
        "lon": 3.4155364,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958422,\n
        "lat": 49.5171172,\n
        "lon": 3.4155865,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958423,\n
        "lat": 49.5171917,\n
        "lon": 3.4157066,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958424,\n
        "lat": 49.5171768,\n
        "lon": 3.4157290,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958425,\n
        "lat": 49.5172087,\n
        "lon": 3.4157784,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958426,\n
        "lat": 49.5172034,\n
        "lon": 3.4157883,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958427,\n
        "lat": 49.5172420,\n
        "lon": 3.4158464,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958428,\n
        "lat": 49.5140798,\n
        "lon": 3.4212663,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958429,\n
        "lat": 49.5141296,\n
        "lon": 3.4212591,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958430,\n
        "lat": 49.5141280,\n
        "lon": 3.4212218,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958431,\n
        "lat": 49.5140779,\n
        "lon": 3.4212329,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958432,\n
        "lat": 49.5142151,\n
        "lon": 3.4212047,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958433,\n
        "lat": 49.5142078,\n
        "lon": 3.4211204,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958434,\n
        "lat": 49.5140736,\n
        "lon": 3.4211443,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958435,\n
        "lat": 49.5138704,\n
        "lon": 3.4213884,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958436,\n
        "lat": 49.5138697,\n
        "lon": 3.4214254,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958437,\n
        "lat": 49.5139605,\n
        "lon": 3.4214190,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958438,\n
        "lat": 49.5139610,\n
        "lon": 3.4213517,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958439,\n
        "lat": 49.5139450,\n
        "lon": 3.4213520,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958440,\n
        "lat": 49.5139438,\n
        "lon": 3.4212759,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958441,\n
        "lat": 49.5138674,\n
        "lon": 3.4212824,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958442,\n
        "lat": 49.5165939,\n
        "lon": 3.4202761,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958443,\n
        "lat": 49.5166321,\n
        "lon": 3.4202672,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958444,\n
        "lat": 49.5166163,\n
        "lon": 3.4200820,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958445,\n
        "lat": 49.5165587,\n
        "lon": 3.4200968,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958446,\n
        "lat": 49.5165751,\n
        "lon": 3.4202806,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958447,\n
        "lat": 49.5161395,\n
        "lon": 3.4200528,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958448,\n
        "lat": 49.5162216,\n
        "lon": 3.4199981,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958449,\n
        "lat": 49.5161939,\n
        "lon": 3.4198947,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958450,\n
        "lat": 49.5161123,\n
        "lon": 3.4199503,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958451,\n
        "lat": 49.5162698,\n
        "lon": 3.4199153,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958452,\n
        "lat": 49.5163049,\n
        "lon": 3.4198904,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958453,\n
        "lat": 49.5162721,\n
        "lon": 3.4197847,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958454,\n
        "lat": 49.5162368,\n
        "lon": 3.4198091,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958455,\n
        "lat": 49.5163616,\n
        "lon": 3.4198493,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958456,\n
        "lat": 49.5163902,\n
        "lon": 3.4198202,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958457,\n
        "lat": 49.5163792,\n
        "lon": 3.4197941,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958458,\n
        "lat": 49.5164034,\n
        "lon": 3.4197694,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958459,\n
        "lat": 49.5164427,\n
        "lon": 3.4198545,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958460,\n
        "lat": 49.5164869,\n
        "lon": 3.4198071,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958461,\n
        "lat": 49.5163992,\n
        "lon": 3.4196324,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958462,\n
        "lat": 49.5163102,\n
        "lon": 3.4197366,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958463,\n
        "lat": 49.5162701,\n
        "lon": 3.4196244,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958464,\n
        "lat": 49.5163308,\n
        "lon": 3.4195640,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958465,\n
        "lat": 49.5163023,\n
        "lon": 3.4194958,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958466,\n
        "lat": 49.5162404,\n
        "lon": 3.4195546,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958467,\n
        "lat": 49.5165871,\n
        "lon": 3.4195234,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958468,\n
        "lat": 49.5165282,\n
        "lon": 3.4193693,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958469,\n
        "lat": 49.5165409,\n
        "lon": 3.4193568,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958470,\n
        "lat": 49.5165152,\n
        "lon": 3.4192916,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958471,\n
        "lat": 49.5165029,\n
        "lon": 3.4193023,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958472,\n
        "lat": 49.5164501,\n
        "lon": 3.4191678,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958473,\n
        "lat": 49.5164206,\n
        "lon": 3.4191916,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958474,\n
        "lat": 49.5164139,\n
        "lon": 3.4191770,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958475,\n
        "lat": 49.5163930,\n
        "lon": 3.4191954,\n
        "timestamp": "2017-05-06T06:09:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958476,\n
        "lat": 49.5165361,\n
        "lon": 3.4195641,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958477,\n
        "lat": 49.5155844,\n
        "lon": 3.4194052,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958478,\n
        "lat": 49.5156915,\n
        "lon": 3.4193286,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958479,\n
        "lat": 49.5156622,\n
        "lon": 3.4192278,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958480,\n
        "lat": 49.5155533,\n
        "lon": 3.4193026,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958481,\n
        "lat": 49.5160440,\n
        "lon": 3.4193429,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958482,\n
        "lat": 49.5160251,\n
        "lon": 3.4193632,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958483,\n
        "lat": 49.5160778,\n
        "lon": 3.4194935,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958484,\n
        "lat": 49.5161249,\n
        "lon": 3.4194483,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958485,\n
        "lat": 49.5161084,\n
        "lon": 3.4194063,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958486,\n
        "lat": 49.5160936,\n
        "lon": 3.4194197,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958487,\n
        "lat": 49.5160837,\n
        "lon": 3.4193975,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958488,\n
        "lat": 49.5160763,\n
        "lon": 3.4194033,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958489,\n
        "lat": 49.5160489,\n
        "lon": 3.4193377,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958490,\n
        "lat": 49.5167530,\n
        "lon": 3.4187172,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958491,\n
        "lat": 49.5168248,\n
        "lon": 3.4186370,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958492,\n
        "lat": 49.5168177,\n
        "lon": 3.4186217,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958493,\n
        "lat": 49.5167809,\n
        "lon": 3.4186574,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958494,\n
        "lat": 49.5167755,\n
        "lon": 3.4186436,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958495,\n
        "lat": 49.5167611,\n
        "lon": 3.4186553,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958496,\n
        "lat": 49.5167143,\n
        "lon": 3.4185338,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958497,\n
        "lat": 49.5167355,\n
        "lon": 3.4185167,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958498,\n
        "lat": 49.5166729,\n
        "lon": 3.4184880,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958499,\n
        "lat": 49.5167422,\n
        "lon": 3.4186922,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958500,\n
        "lat": 49.5158318,\n
        "lon": 3.4196021,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958501,\n
        "lat": 49.5158173,\n
        "lon": 3.4195531,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958502,\n
        "lat": 49.5157750,\n
        "lon": 3.4195820,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958503,\n
        "lat": 49.5157892,\n
        "lon": 3.4196307,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958504,\n
        "lat": 49.5161109,\n
        "lon": 3.4196390,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958505,\n
        "lat": 49.5161282,\n
        "lon": 3.4196794,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958506,\n
        "lat": 49.5161615,\n
        "lon": 3.4196494,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958507,\n
        "lat": 49.5161427,\n
        "lon": 3.4196071,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958508,\n
        "lat": 49.5167607,\n
        "lon": 3.4187086,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958509,\n
        "lat": 49.5167811,\n
        "lon": 3.4187559,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958510,\n
        "lat": 49.5168231,\n
        "lon": 3.4187151,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958511,\n
        "lat": 49.5168177,\n
        "lon": 3.4187002,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958512,\n
        "lat": 49.5168599,\n
        "lon": 3.4186527,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958513,\n
        "lat": 49.5169485,\n
        "lon": 3.4188185,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958514,\n
        "lat": 49.5169264,\n
        "lon": 3.4188454,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958515,\n
        "lat": 49.5169533,\n
        "lon": 3.4188934,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958516,\n
        "lat": 49.5170138,\n
        "lon": 3.4188142,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958517,\n
        "lat": 49.5168845,\n
        "lon": 3.4185703,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958518,\n
        "lat": 49.5159631,\n
        "lon": 3.4185824,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958519,\n
        "lat": 49.5159308,\n
        "lon": 3.4184957,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958520,\n
        "lat": 49.5159167,\n
        "lon": 3.4185063,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958521,\n
        "lat": 49.5159236,\n
        "lon": 3.4185347,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958522,\n
        "lat": 49.5159195,\n
        "lon": 3.4185370,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958523,\n
        "lat": 49.5159421,\n
        "lon": 3.4186006,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958524,\n
        "lat": 49.5158660,\n
        "lon": 3.4189497,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958525,\n
        "lat": 49.5157989,\n
        "lon": 3.4187397,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958526,\n
        "lat": 49.5157845,\n
        "lon": 3.4187495,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958527,\n
        "lat": 49.5157418,\n
        "lon": 3.4186111,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958528,\n
        "lat": 49.5157230,\n
        "lon": 3.4186245,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958529,\n
        "lat": 49.5157173,\n
        "lon": 3.4186587,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958530,\n
        "lat": 49.5157539,\n
        "lon": 3.4187794,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958531,\n
        "lat": 49.5157754,\n
        "lon": 3.4187670,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958532,\n
        "lat": 49.5158052,\n
        "lon": 3.4188658,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958533,\n
        "lat": 49.5157253,\n
        "lon": 3.4189243,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958534,\n
        "lat": 49.5156504,\n
        "lon": 3.4186818,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958535,\n
        "lat": 49.5156604,\n
        "lon": 3.4186751,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958536,\n
        "lat": 49.5156208,\n
        "lon": 3.4185125,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958537,\n
        "lat": 49.5155799,\n
        "lon": 3.4185356,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958538,\n
        "lat": 49.5156028,\n
        "lon": 3.4186408,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958539,\n
        "lat": 49.5156476,\n
        "lon": 3.4188131,\n
        "timestamp": "2017-05-06T06:09:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958540,\n
        "lat": 49.5156209,\n
        "lon": 3.4188292,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958541,\n
        "lat": 49.5156953,\n
        "lon": 3.4190749,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958542,\n
        "lat": 49.5167136,\n
        "lon": 3.4184509,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958543,\n
        "lat": 49.5161504,\n
        "lon": 3.4188034,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958544,\n
        "lat": 49.5163421,\n
        "lon": 3.4186505,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958545,\n
        "lat": 49.5162845,\n
        "lon": 3.4184985,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958546,\n
        "lat": 49.5162268,\n
        "lon": 3.4185408,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958547,\n
        "lat": 49.5162469,\n
        "lon": 3.4185986,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958548,\n
        "lat": 49.5161158,\n
        "lon": 3.4187026,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958549,\n
        "lat": 49.5167903,\n
        "lon": 3.4183038,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958550,\n
        "lat": 49.5167240,\n
        "lon": 3.4183591,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958551,\n
        "lat": 49.5167773,\n
        "lon": 3.4185081,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958552,\n
        "lat": 49.5168442,\n
        "lon": 3.4184527,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958553,\n
        "lat": 49.5154947,\n
        "lon": 3.4185839,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958554,\n
        "lat": 49.5155190,\n
        "lon": 3.4186877,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958555,\n
        "lat": 49.5158746,\n
        "lon": 3.4183527,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958556,\n
        "lat": 49.5158440,\n
        "lon": 3.4183795,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958557,\n
        "lat": 49.5158410,\n
        "lon": 3.4183723,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958558,\n
        "lat": 49.5157933,\n
        "lon": 3.4184114,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958559,\n
        "lat": 49.5158343,\n
        "lon": 3.4185211,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958560,\n
        "lat": 49.5159133,\n
        "lon": 3.4184491,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958561,\n
        "lat": 49.5157110,\n
        "lon": 3.4184507,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958562,\n
        "lat": 49.5156454,\n
        "lon": 3.4184946,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958563,\n
        "lat": 49.5156851,\n
        "lon": 3.4186332,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958564,\n
        "lat": 49.5157491,\n
        "lon": 3.4185845,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958565,\n
        "lat": 49.5158251,\n
        "lon": 3.4187206,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958566,\n
        "lat": 49.5158102,\n
        "lon": 3.4186763,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958567,\n
        "lat": 49.5158162,\n
        "lon": 3.4186713,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958568,\n
        "lat": 49.5157799,\n
        "lon": 3.4185607,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958569,\n
        "lat": 49.5157366,\n
        "lon": 3.4185943,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958570,\n
        "lat": 49.5166607,\n
        "lon": 3.4183525,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958571,\n
        "lat": 49.5167037,\n
        "lon": 3.4183131,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958572,\n
        "lat": 49.5166915,\n
        "lon": 3.4182778,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958573,\n
        "lat": 49.5166461,\n
        "lon": 3.4183122,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958574,\n
        "lat": 49.5163525,\n
        "lon": 3.4186406,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958575,\n
        "lat": 49.5163758,\n
        "lon": 3.4186192,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958576,\n
        "lat": 49.5163349,\n
        "lon": 3.4185308,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958577,\n
        "lat": 49.5163116,\n
        "lon": 3.4185545,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958578,\n
        "lat": 49.5165109,\n
        "lon": 3.4200326,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958579,\n
        "lat": 49.5165626,\n
        "lon": 3.4199725,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958580,\n
        "lat": 49.5165191,\n
        "lon": 3.4198799,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958581,\n
        "lat": 49.5164988,\n
        "lon": 3.4199005,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958582,\n
        "lat": 49.5165256,\n
        "lon": 3.4199642,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958583,\n
        "lat": 49.5164941,\n
        "lon": 3.4199992,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958584,\n
        "lat": 49.5162743,\n
        "lon": 3.4194167,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958585,\n
        "lat": 49.5161777,\n
        "lon": 3.4192010,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958586,\n
        "lat": 49.5161296,\n
        "lon": 3.4192492,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958587,\n
        "lat": 49.5162274,\n
        "lon": 3.4194659,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958588,\n
        "lat": 49.5168366,\n
        "lon": 3.4188635,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958589,\n
        "lat": 49.5168977,\n
        "lon": 3.4188099,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958590,\n
        "lat": 49.5168799,\n
        "lon": 3.4187582,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958591,\n
        "lat": 49.5168188,\n
        "lon": 3.4188124,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958592,\n
        "lat": 49.5162121,\n
        "lon": 3.4183018,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958593,\n
        "lat": 49.5163240,\n
        "lon": 3.4182301,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958594,\n
        "lat": 49.5163049,\n
        "lon": 3.4181478,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958595,\n
        "lat": 49.5162663,\n
        "lon": 3.4181713,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958596,\n
        "lat": 49.5162614,\n
        "lon": 3.4181555,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958597,\n
        "lat": 49.5161880,\n
        "lon": 3.4182045,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958598,\n
        "lat": 49.5169434,\n
        "lon": 3.4183469,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958599,\n
        "lat": 49.5169836,\n
        "lon": 3.4182989,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958600,\n
        "lat": 49.5169189,\n
        "lon": 3.4181618,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958601,\n
        "lat": 49.5168784,\n
        "lon": 3.4182066,\n
        "timestamp": "2017-05-06T06:09:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958602,\n
        "lat": 49.5133548,\n
        "lon": 3.4177034,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958603,\n
        "lat": 49.5134367,\n
        "lon": 3.4176834,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958604,\n
        "lat": 49.5134297,\n
        "lon": 3.4174775,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958605,\n
        "lat": 49.5134649,\n
        "lon": 3.4174707,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958606,\n
        "lat": 49.5134661,\n
        "lon": 3.4174815,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958607,\n
        "lat": 49.5135082,\n
        "lon": 3.4174741,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958608,\n
        "lat": 49.5135324,\n
        "lon": 3.4176711,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958609,\n
        "lat": 49.5135992,\n
        "lon": 3.4176509,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958610,\n
        "lat": 49.5135726,\n
        "lon": 3.4174186,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958611,\n
        "lat": 49.5133496,\n
        "lon": 3.4174765,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958612,\n
        "lat": 49.5135274,\n
        "lon": 3.4180703,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958613,\n
        "lat": 49.5135660,\n
        "lon": 3.4180641,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958614,\n
        "lat": 49.5135581,\n
        "lon": 3.4178987,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958615,\n
        "lat": 49.5135192,\n
        "lon": 3.4179075,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958616,\n
        "lat": 49.5136955,\n
        "lon": 3.4178811,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958617,\n
        "lat": 49.5138412,\n
        "lon": 3.4178344,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958618,\n
        "lat": 49.5138308,\n
        "lon": 3.4177598,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958619,\n
        "lat": 49.5138121,\n
        "lon": 3.4175809,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958620,\n
        "lat": 49.5137838,\n
        "lon": 3.4175888,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958621,\n
        "lat": 49.5137871,\n
        "lon": 3.4176346,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958622,\n
        "lat": 49.5137830,\n
        "lon": 3.4176351,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958623,\n
        "lat": 49.5137986,\n
        "lon": 3.4177675,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958624,\n
        "lat": 49.5137668,\n
        "lon": 3.4177744,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958625,\n
        "lat": 49.5137622,\n
        "lon": 3.4177434,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958626,\n
        "lat": 49.5136716,\n
        "lon": 3.4177726,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958627,\n
        "lat": 49.5136838,\n
        "lon": 3.4178634,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958628,\n
        "lat": 49.5136925,\n
        "lon": 3.4178609,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958629,\n
        "lat": 49.5141197,\n
        "lon": 3.4175980,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958630,\n
        "lat": 49.5140672,\n
        "lon": 3.4173181,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958631,\n
        "lat": 49.5140332,\n
        "lon": 3.4173331,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958632,\n
        "lat": 49.5140407,\n
        "lon": 3.4173766,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958633,\n
        "lat": 49.5139931,\n
        "lon": 3.4173988,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958634,\n
        "lat": 49.5140373,\n
        "lon": 3.4176329,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958635,\n
        "lat": 49.5150462,\n
        "lon": 3.4159986,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958636,\n
        "lat": 49.5149974,\n
        "lon": 3.4160400,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958637,\n
        "lat": 49.5150188,\n
        "lon": 3.4160981,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958638,\n
        "lat": 49.5150684,\n
        "lon": 3.4160568,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958639,\n
        "lat": 49.5151797,\n
        "lon": 3.4166667,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958640,\n
        "lat": 49.5151406,\n
        "lon": 3.4165412,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958641,\n
        "lat": 49.5151090,\n
        "lon": 3.4165656,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958642,\n
        "lat": 49.5150933,\n
        "lon": 3.4165151,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958643,\n
        "lat": 49.5150587,\n
        "lon": 3.4165395,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958644,\n
        "lat": 49.5151137,\n
        "lon": 3.4167130,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958645,\n
        "lat": 49.5148496,\n
        "lon": 3.4158638,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958646,\n
        "lat": 49.5148937,\n
        "lon": 3.4159916,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958647,\n
        "lat": 49.5149790,\n
        "lon": 3.4159210,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958648,\n
        "lat": 49.5149309,\n
        "lon": 3.4157997,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958649,\n
        "lat": 49.5145702,\n
        "lon": 3.4160833,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958650,\n
        "lat": 49.5145342,\n
        "lon": 3.4161079,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958651,\n
        "lat": 49.5145367,\n
        "lon": 3.4161157,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958652,\n
        "lat": 49.5145165,\n
        "lon": 3.4161281,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958653,\n
        "lat": 49.5145143,\n
        "lon": 3.4161209,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958654,\n
        "lat": 49.5144823,\n
        "lon": 3.4161435,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958655,\n
        "lat": 49.5145149,\n
        "lon": 3.4162551,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958656,\n
        "lat": 49.5146023,\n
        "lon": 3.4161956,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958657,\n
        "lat": 49.5147387,\n
        "lon": 3.4166713,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958658,\n
        "lat": 49.5147182,\n
        "lon": 3.4166011,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958659,\n
        "lat": 49.5146877,\n
        "lon": 3.4166206,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958660,\n
        "lat": 49.5147082,\n
        "lon": 3.4166918,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958661,\n
        "lat": 49.5143429,\n
        "lon": 3.4155872,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958662,\n
        "lat": 49.5143545,\n
        "lon": 3.4156427,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958663,\n
        "lat": 49.5142937,\n
        "lon": 3.4156741,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958664,\n
        "lat": 49.5143182,\n
        "lon": 3.4157859,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958665,\n
        "lat": 49.5144280,\n
        "lon": 3.4157274,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958666,\n
        "lat": 49.5144023,\n
        "lon": 3.4156192,\n
        "timestamp": "2017-05-06T06:09:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958667,\n
        "lat": 49.5143990,\n
        "lon": 3.4156206,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958668,\n
        "lat": 49.5143869,\n
        "lon": 3.4155651,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958669,\n
        "lat": 49.5145567,\n
        "lon": 3.4155191,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958670,\n
        "lat": 49.5144501,\n
        "lon": 3.4155771,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958671,\n
        "lat": 49.5144774,\n
        "lon": 3.4156966,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958672,\n
        "lat": 49.5145277,\n
        "lon": 3.4156696,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958673,\n
        "lat": 49.5145210,\n
        "lon": 3.4156392,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958674,\n
        "lat": 49.5145771,\n
        "lon": 3.4156110,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958675,\n
        "lat": 49.5147905,\n
        "lon": 3.4169920,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958676,\n
        "lat": 49.5147605,\n
        "lon": 3.4168796,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958677,\n
        "lat": 49.5147040,\n
        "lon": 3.4169127,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958678,\n
        "lat": 49.5147054,\n
        "lon": 3.4169209,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958679,\n
        "lat": 49.5147388,\n
        "lon": 3.4170334,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958680,\n
        "lat": 49.5147374,\n
        "lon": 3.4170271,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958681,\n
        "lat": 49.5145996,\n
        "lon": 3.4169867,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958682,\n
        "lat": 49.5146293,\n
        "lon": 3.4171020,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958683,\n
        "lat": 49.5142063,\n
        "lon": 3.4156750,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958684,\n
        "lat": 49.5141228,\n
        "lon": 3.4157189,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958685,\n
        "lat": 49.5141481,\n
        "lon": 3.4158318,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958686,\n
        "lat": 49.5142425,\n
        "lon": 3.4157812,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958687,\n
        "lat": 49.5142156,\n
        "lon": 3.4156702,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958688,\n
        "lat": 49.5142647,\n
        "lon": 3.4162500,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958689,\n
        "lat": 49.5142432,\n
        "lon": 3.4162638,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958690,\n
        "lat": 49.5142673,\n
        "lon": 3.4163479,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958691,\n
        "lat": 49.5142899,\n
        "lon": 3.4163338,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958692,\n
        "lat": 49.5140273,\n
        "lon": 3.4157562,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958693,\n
        "lat": 49.5139316,\n
        "lon": 3.4158014,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958694,\n
        "lat": 49.5139568,\n
        "lon": 3.4159120,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958695,\n
        "lat": 49.5140501,\n
        "lon": 3.4158604,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958696,\n
        "lat": 49.5141026,\n
        "lon": 3.4162163,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958697,\n
        "lat": 49.5141311,\n
        "lon": 3.4163161,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958698,\n
        "lat": 49.5142154,\n
        "lon": 3.4162608,\n
        "timestamp": "2017-05-06T06:09:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958699,\n
        "lat": 49.5116460,\n
        "lon": 3.4208749,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958700,\n
        "lat": 49.5116144,\n
        "lon": 3.4208186,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958701,\n
        "lat": 49.5115929,\n
        "lon": 3.4208428,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958702,\n
        "lat": 49.5116252,\n
        "lon": 3.4209019,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958703,\n
        "lat": 49.5116615,\n
        "lon": 3.4183666,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958704,\n
        "lat": 49.5115772,\n
        "lon": 3.4184750,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958705,\n
        "lat": 49.5116258,\n
        "lon": 3.4185657,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958706,\n
        "lat": 49.5117106,\n
        "lon": 3.4184547,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958707,\n
        "lat": 49.5115548,\n
        "lon": 3.4185975,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958708,\n
        "lat": 49.5114656,\n
        "lon": 3.4187117,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958709,\n
        "lat": 49.5115124,\n
        "lon": 3.4188014,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958710,\n
        "lat": 49.5116029,\n
        "lon": 3.4186842,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958711,\n
        "lat": 49.5107204,\n
        "lon": 3.4199612,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958712,\n
        "lat": 49.5106455,\n
        "lon": 3.4200626,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958713,\n
        "lat": 49.5106917,\n
        "lon": 3.4201440,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958714,\n
        "lat": 49.5107316,\n
        "lon": 3.4200919,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958715,\n
        "lat": 49.5107474,\n
        "lon": 3.4201223,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958716,\n
        "lat": 49.5107804,\n
        "lon": 3.4200811,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958717,\n
        "lat": 49.5107640,\n
        "lon": 3.4200503,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958718,\n
        "lat": 49.5107678,\n
        "lon": 3.4200450,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958719,\n
        "lat": 49.5108679,\n
        "lon": 3.4198972,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958720,\n
        "lat": 49.5108872,\n
        "lon": 3.4198688,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958721,\n
        "lat": 49.5148580,\n
        "lon": 3.4178911,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958722,\n
        "lat": 49.5148776,\n
        "lon": 3.4178809,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958723,\n
        "lat": 49.5151418,\n
        "lon": 3.4178585,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958724,\n
        "lat": 49.5151443,\n
        "lon": 3.4179164,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958725,\n
        "lat": 49.5152749,\n
        "lon": 3.4179224,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958726,\n
        "lat": 49.5152774,\n
        "lon": 3.4178713,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958727,\n
        "lat": 49.5153069,\n
        "lon": 3.4178759,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958728,\n
        "lat": 49.5153180,\n
        "lon": 3.4177243,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958729,\n
        "lat": 49.5152337,\n
        "lon": 3.4177078,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958730,\n
        "lat": 49.5152231,\n
        "lon": 3.4178614,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958731,\n
        "lat": 49.5152940,\n
        "lon": 3.4175325,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958732,\n
        "lat": 49.5152673,\n
        "lon": 3.4176284,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958733,\n
        "lat": 49.5152921,\n
        "lon": 3.4176426,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958734,\n
        "lat": 49.5153115,\n
        "lon": 3.4175718,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958735,\n
        "lat": 49.5153507,\n
        "lon": 3.4174608,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958736,\n
        "lat": 49.5153260,\n
        "lon": 3.4174421,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958737,\n
        "lat": 49.5153506,\n
        "lon": 3.4179383,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958738,\n
        "lat": 49.5152855,\n
        "lon": 3.4179548,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958739,\n
        "lat": 49.5141965,\n
        "lon": 3.4179080,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958740,\n
        "lat": 49.5143421,\n
        "lon": 3.4178547,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958741,\n
        "lat": 49.5143272,\n
        "lon": 3.4177497,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958742,\n
        "lat": 49.5142274,\n
        "lon": 3.4177862,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958743,\n
        "lat": 49.5142251,\n
        "lon": 3.4177726,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958744,\n
        "lat": 49.5141811,\n
        "lon": 3.4177872,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958745,\n
        "lat": 49.5143288,\n
        "lon": 3.4175549,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958746,\n
        "lat": 49.5143450,\n
        "lon": 3.4176036,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958747,\n
        "lat": 49.5143877,\n
        "lon": 3.4175733,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958748,\n
        "lat": 49.5143784,\n
        "lon": 3.4175187,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958749,\n
        "lat": 49.5144089,\n
        "lon": 3.4177008,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958750,\n
        "lat": 49.5143915,\n
        "lon": 3.4177071,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958751,\n
        "lat": 49.5143961,\n
        "lon": 3.4177386,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958752,\n
        "lat": 49.5144058,\n
        "lon": 3.4177360,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958753,\n
        "lat": 49.5144202,\n
        "lon": 3.4178262,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958754,\n
        "lat": 49.5144322,\n
        "lon": 3.4178217,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958755,\n
        "lat": 49.5144167,\n
        "lon": 3.4177298,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958756,\n
        "lat": 49.5144129,\n
        "lon": 3.4177306,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958757,\n
        "lat": 49.5146255,\n
        "lon": 3.4175034,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958758,\n
        "lat": 49.5145758,\n
        "lon": 3.4175269,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958759,\n
        "lat": 49.5145836,\n
        "lon": 3.4175707,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958760,\n
        "lat": 49.5145683,\n
        "lon": 3.4175772,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958761,\n
        "lat": 49.5145826,\n
        "lon": 3.4176606,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958762,\n
        "lat": 49.5145642,\n
        "lon": 3.4176680,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958763,\n
        "lat": 49.5145678,\n
        "lon": 3.4176914,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958764,\n
        "lat": 49.5146554,\n
        "lon": 3.4176467,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958765,\n
        "lat": 49.5145191,\n
        "lon": 3.4177145,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958766,\n
        "lat": 49.5145673,\n
        "lon": 3.4179716,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958767,\n
        "lat": 49.5146361,\n
        "lon": 3.4179393,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958768,\n
        "lat": 49.5145861,\n
        "lon": 3.4176821,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958769,\n
        "lat": 49.5145336,\n
        "lon": 3.4177074,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958770,\n
        "lat": 49.5145246,\n
        "lon": 3.4176528,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958771,\n
        "lat": 49.5145437,\n
        "lon": 3.4176440,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958772,\n
        "lat": 49.5145140,\n
        "lon": 3.4174823,\n
        "timestamp": "2017-05-06T06:09:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958773,\n
        "lat": 49.5144724,\n
        "lon": 3.4174991,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958774,\n
        "lat": 49.5145111,\n
        "lon": 3.4177184,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958775,\n
        "lat": 49.5149902,\n
        "lon": 3.4160367,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958776,\n
        "lat": 49.5149789,\n
        "lon": 3.4160038,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958777,\n
        "lat": 49.5149384,\n
        "lon": 3.4160340,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958778,\n
        "lat": 49.5149512,\n
        "lon": 3.4160678,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958779,\n
        "lat": 49.5138261,\n
        "lon": 3.4157439,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958780,\n
        "lat": 49.5137493,\n
        "lon": 3.4157851,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958781,\n
        "lat": 49.5137763,\n
        "lon": 3.4158925,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958782,\n
        "lat": 49.5138529,\n
        "lon": 3.4158510,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958783,\n
        "lat": 49.5136094,\n
        "lon": 3.4157346,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958784,\n
        "lat": 49.5135977,\n
        "lon": 3.4156768,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958785,\n
        "lat": 49.5134794,\n
        "lon": 3.4157370,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958786,\n
        "lat": 49.5134927,\n
        "lon": 3.4157960,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958787,\n
        "lat": 49.5140084,\n
        "lon": 3.4163183,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958788,\n
        "lat": 49.5140106,\n
        "lon": 3.4163324,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958789,\n
        "lat": 49.5139441,\n
        "lon": 3.4163637,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958790,\n
        "lat": 49.5139680,\n
        "lon": 3.4164741,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958791,\n
        "lat": 49.5140405,\n
        "lon": 3.4164351,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958792,\n
        "lat": 49.5140390,\n
        "lon": 3.4164265,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958793,\n
        "lat": 49.5140736,\n
        "lon": 3.4164124,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958794,\n
        "lat": 49.5140506,\n
        "lon": 3.4162967,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958795,\n
        "lat": 49.5141843,\n
        "lon": 3.4167568,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958796,\n
        "lat": 49.5141140,\n
        "lon": 3.4167908,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958797,\n
        "lat": 49.5141260,\n
        "lon": 3.4168513,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958798,\n
        "lat": 49.5141362,\n
        "lon": 3.4168498,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958799,\n
        "lat": 49.5141426,\n
        "lon": 3.4168867,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958800,\n
        "lat": 49.5141331,\n
        "lon": 3.4168902,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958801,\n
        "lat": 49.5141503,\n
        "lon": 3.4169757,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958802,\n
        "lat": 49.5142932,\n
        "lon": 3.4169102,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958803,\n
        "lat": 49.5142716,\n
        "lon": 3.4168013,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958804,\n
        "lat": 49.5141989,\n
        "lon": 3.4168308,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958805,\n
        "lat": 49.5137279,\n
        "lon": 3.4169284,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958806,\n
        "lat": 49.5137184,\n
        "lon": 3.4168878,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958807,\n
        "lat": 49.5136745,\n
        "lon": 3.4169095,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958808,\n
        "lat": 49.5136833,\n
        "lon": 3.4169509,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958809,\n
        "lat": 49.5142687,\n
        "lon": 3.4174398,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958810,\n
        "lat": 49.5142378,\n
        "lon": 3.4173173,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958811,\n
        "lat": 49.5141437,\n
        "lon": 3.4173735,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958812,\n
        "lat": 49.5141738,\n
        "lon": 3.4174938,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958813,\n
        "lat": 49.5153520,\n
        "lon": 3.4163395,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958814,\n
        "lat": 49.5152743,\n
        "lon": 3.4163949,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958815,\n
        "lat": 49.5153188,\n
        "lon": 3.4165178,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958816,\n
        "lat": 49.5153708,\n
        "lon": 3.4164770,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958817,\n
        "lat": 49.5153672,\n
        "lon": 3.4164661,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958818,\n
        "lat": 49.5153846,\n
        "lon": 3.4164533,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958819,\n
        "lat": 49.5153111,\n
        "lon": 3.4156389,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958820,\n
        "lat": 49.5152450,\n
        "lon": 3.4156964,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958821,\n
        "lat": 49.5152769,\n
        "lon": 3.4157801,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958822,\n
        "lat": 49.5152731,\n
        "lon": 3.4157842,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958823,\n
        "lat": 49.5153010,\n
        "lon": 3.4158567,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958824,\n
        "lat": 49.5153720,\n
        "lon": 3.4157938,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958825,\n
        "lat": 49.5147838,\n
        "lon": 3.4162144,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958826,\n
        "lat": 49.5147487,\n
        "lon": 3.4161022,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958827,\n
        "lat": 49.5146648,\n
        "lon": 3.4161639,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958828,\n
        "lat": 49.5146570,\n
        "lon": 3.4161387,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958829,\n
        "lat": 49.5146188,\n
        "lon": 3.4161667,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958830,\n
        "lat": 49.5146616,\n
        "lon": 3.4163041,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958831,\n
        "lat": 49.5141153,\n
        "lon": 3.4164979,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958832,\n
        "lat": 49.5140880,\n
        "lon": 3.4165116,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958833,\n
        "lat": 49.5140997,\n
        "lon": 3.4165666,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958834,\n
        "lat": 49.5141270,\n
        "lon": 3.4165529,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958835,\n
        "lat": 49.5141736,\n
        "lon": 3.4167026,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958836,\n
        "lat": 49.5141030,\n
        "lon": 3.4167364,\n
        "timestamp": "2017-05-06T06:09:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958837,\n
        "lat": 49.5135607,\n
        "lon": 3.4179540,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958838,\n
        "lat": 49.5137019,\n
        "lon": 3.4179251,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958839,\n
        "lat": 49.5128825,\n
        "lon": 3.4183418,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958840,\n
        "lat": 49.5128824,\n
        "lon": 3.4182670,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958841,\n
        "lat": 49.5128152,\n
        "lon": 3.4182682,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958842,\n
        "lat": 49.5128167,\n
        "lon": 3.4183435,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958843,\n
        "lat": 49.5129430,\n
        "lon": 3.4181900,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958844,\n
        "lat": 49.5129441,\n
        "lon": 3.4182953,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958845,\n
        "lat": 49.5131432,\n
        "lon": 3.4182898,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958846,\n
        "lat": 49.5131427,\n
        "lon": 3.4181858,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958847,\n
        "lat": 49.5130887,\n
        "lon": 3.4181850,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958848,\n
        "lat": 49.5130888,\n
        "lon": 3.4181571,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958849,\n
        "lat": 49.5130786,\n
        "lon": 3.4181445,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958850,\n
        "lat": 49.5130479,\n
        "lon": 3.4181442,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958851,\n
        "lat": 49.5130472,\n
        "lon": 3.4181865,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958852,\n
        "lat": 49.5130552,\n
        "lon": 3.4192241,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958853,\n
        "lat": 49.5130580,\n
        "lon": 3.4192755,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958854,\n
        "lat": 49.5131159,\n
        "lon": 3.4192842,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958855,\n
        "lat": 49.5131161,\n
        "lon": 3.4192297,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958856,\n
        "lat": 49.5134516,\n
        "lon": 3.4183612,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958857,\n
        "lat": 49.5135084,\n
        "lon": 3.4183138,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958858,\n
        "lat": 49.5134883,\n
        "lon": 3.4179423,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958859,\n
        "lat": 49.5135016,\n
        "lon": 3.4179397,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958860,\n
        "lat": 49.5134996,\n
        "lon": 3.4179127,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958861,\n
        "lat": 49.5134291,\n
        "lon": 3.4179295,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958862,\n
        "lat": 49.5134315,\n
        "lon": 3.4179459,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958863,\n
        "lat": 49.5132513,\n
        "lon": 3.4193411,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958864,\n
        "lat": 49.5131870,\n
        "lon": 3.4193478,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958865,\n
        "lat": 49.5131865,\n
        "lon": 3.4193993,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958866,\n
        "lat": 49.5130265,\n
        "lon": 3.4194068,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958867,\n
        "lat": 49.5130249,\n
        "lon": 3.4194357,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958868,\n
        "lat": 49.5130177,\n
        "lon": 3.4194352,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958869,\n
        "lat": 49.5129337,\n
        "lon": 3.4194537,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958870,\n
        "lat": 49.5129390,\n
        "lon": 3.4194939,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958871,\n
        "lat": 49.5130268,\n
        "lon": 3.4194804,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958872,\n
        "lat": 49.5130284,\n
        "lon": 3.4195028,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958873,\n
        "lat": 49.5132552,\n
        "lon": 3.4194869,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958874,\n
        "lat": 49.5132574,\n
        "lon": 3.4196103,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958875,\n
        "lat": 49.5132093,\n
        "lon": 3.4196081,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958876,\n
        "lat": 49.5131991,\n
        "lon": 3.4197650,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958877,\n
        "lat": 49.5132468,\n
        "lon": 3.4197646,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958878,\n
        "lat": 49.5129433,\n
        "lon": 3.4195256,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958879,\n
        "lat": 49.5129484,\n
        "lon": 3.4195632,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958880,\n
        "lat": 49.5129439,\n
        "lon": 3.4198248,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958881,\n
        "lat": 49.5129555,\n
        "lon": 3.4198295,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958882,\n
        "lat": 49.5130112,\n
        "lon": 3.4198402,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958883,\n
        "lat": 49.5130168,\n
        "lon": 3.4195632,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958884,\n
        "lat": 49.5130370,\n
        "lon": 3.4195630,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958885,\n
        "lat": 49.5130375,\n
        "lon": 3.4195301,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958886,\n
        "lat": 49.5129758,\n
        "lon": 3.4200286,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958887,\n
        "lat": 49.5129861,\n
        "lon": 3.4201155,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958888,\n
        "lat": 49.5130328,\n
        "lon": 3.4200993,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958889,\n
        "lat": 49.5131853,\n
        "lon": 3.4198631,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958890,\n
        "lat": 49.5130724,\n
        "lon": 3.4198599,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958891,\n
        "lat": 49.5130775,\n
        "lon": 3.4199733,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958892,\n
        "lat": 49.5131837,\n
        "lon": 3.4199764,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958893,\n
        "lat": 49.5131799,\n
        "lon": 3.4201188,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958894,\n
        "lat": 49.5131718,\n
        "lon": 3.4201165,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958895,\n
        "lat": 49.5131736,\n
        "lon": 3.4200967,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958896,\n
        "lat": 49.5130935,\n
        "lon": 3.4200683,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958897,\n
        "lat": 49.5130878,\n
        "lon": 3.4200960,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958898,\n
        "lat": 49.5130558,\n
        "lon": 3.4200864,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958899,\n
        "lat": 49.5130479,\n
        "lon": 3.4201494,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958900,\n
        "lat": 49.5131598,\n
        "lon": 3.4201822,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958901,\n
        "lat": 49.5134763,\n
        "lon": 3.4199092,\n
        "timestamp": "2017-05-06T06:10:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958902,\n
        "lat": 49.5135094,\n
        "lon": 3.4199082,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958903,\n
        "lat": 49.5135069,\n
        "lon": 3.4198504,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958904,\n
        "lat": 49.5135277,\n
        "lon": 3.4198470,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958905,\n
        "lat": 49.5135178,\n
        "lon": 3.4196814,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958906,\n
        "lat": 49.5134202,\n
        "lon": 3.4196945,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958907,\n
        "lat": 49.5134250,\n
        "lon": 3.4198344,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958908,\n
        "lat": 49.5134752,\n
        "lon": 3.4198321,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958909,\n
        "lat": 49.5130705,\n
        "lon": 3.4184546,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958910,\n
        "lat": 49.5131315,\n
        "lon": 3.4184504,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958911,\n
        "lat": 49.5131322,\n
        "lon": 3.4185120,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958912,\n
        "lat": 49.5131972,\n
        "lon": 3.4185088,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958913,\n
        "lat": 49.5131922,\n
        "lon": 3.4183734,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958914,\n
        "lat": 49.5130693,\n
        "lon": 3.4183802,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958915,\n
        "lat": 49.5131975,\n
        "lon": 3.4187674,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958916,\n
        "lat": 49.5131787,\n
        "lon": 3.4187686,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958917,\n
        "lat": 49.5131771,\n
        "lon": 3.4186776,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958918,\n
        "lat": 49.5131069,\n
        "lon": 3.4186810,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958919,\n
        "lat": 49.5131121,\n
        "lon": 3.4188640,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958920,\n
        "lat": 49.5131784,\n
        "lon": 3.4188618,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958921,\n
        "lat": 49.5131784,\n
        "lon": 3.4188520,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958922,\n
        "lat": 49.5131998,\n
        "lon": 3.4188505,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958923,\n
        "lat": 49.5133180,\n
        "lon": 3.4188829,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958924,\n
        "lat": 49.5134802,\n
        "lon": 3.4188679,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958925,\n
        "lat": 49.5134808,\n
        "lon": 3.4188851,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958926,\n
        "lat": 49.5135142,\n
        "lon": 3.4188818,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958927,\n
        "lat": 49.5135116,\n
        "lon": 3.4187942,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958928,\n
        "lat": 49.5133156,\n
        "lon": 3.4188123,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958929,\n
        "lat": 49.5131951,\n
        "lon": 3.4190972,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958930,\n
        "lat": 49.5131898,\n
        "lon": 3.4189569,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958931,\n
        "lat": 49.5131135,\n
        "lon": 3.4189612,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958932,\n
        "lat": 49.5131186,\n
        "lon": 3.4191038,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958933,\n
        "lat": 49.5130713,\n
        "lon": 3.4209579,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958934,\n
        "lat": 49.5130708,\n
        "lon": 3.4209327,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958935,\n
        "lat": 49.5130570,\n
        "lon": 3.4209336,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958936,\n
        "lat": 49.5130576,\n
        "lon": 3.4209592,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958937,\n
        "lat": 49.5135057,\n
        "lon": 3.4186823,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958938,\n
        "lat": 49.5135001,\n
        "lon": 3.4185425,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958939,\n
        "lat": 49.5134347,\n
        "lon": 3.4185496,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958940,\n
        "lat": 49.5134421,\n
        "lon": 3.4186903,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958941,\n
        "lat": 49.5125314,\n
        "lon": 3.4207217,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958942,\n
        "lat": 49.5125069,\n
        "lon": 3.4207521,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958943,\n
        "lat": 49.5125437,\n
        "lon": 3.4208219,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958944,\n
        "lat": 49.5125682,\n
        "lon": 3.4207915,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958945,\n
        "lat": 49.5125933,\n
        "lon": 3.4189819,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958946,\n
        "lat": 49.5125727,\n
        "lon": 3.4190164,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958947,\n
        "lat": 49.5125867,\n
        "lon": 3.4190363,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958948,\n
        "lat": 49.5126043,\n
        "lon": 3.4190030,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958949,\n
        "lat": 49.5126098,\n
        "lon": 3.4190776,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958950,\n
        "lat": 49.5126316,\n
        "lon": 3.4190462,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958951,\n
        "lat": 49.5127163,\n
        "lon": 3.4198015,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958952,\n
        "lat": 49.5127730,\n
        "lon": 3.4198895,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958953,\n
        "lat": 49.5128512,\n
        "lon": 3.4197756,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958954,\n
        "lat": 49.5127976,\n
        "lon": 3.4196877,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958955,\n
        "lat": 49.5125220,\n
        "lon": 3.4196514,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958956,\n
        "lat": 49.5125822,\n
        "lon": 3.4195616,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958957,\n
        "lat": 49.5125293,\n
        "lon": 3.4194773,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958958,\n
        "lat": 49.5124685,\n
        "lon": 3.4195706,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958959,\n
        "lat": 49.5125179,\n
        "lon": 3.4196453,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958960,\n
        "lat": 49.5124627,\n
        "lon": 3.4195619,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958961,\n
        "lat": 49.5123786,\n
        "lon": 3.4196844,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958962,\n
        "lat": 49.5124335,\n
        "lon": 3.4197719,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958963,\n
        "lat": 49.5120016,\n
        "lon": 3.4202779,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958964,\n
        "lat": 49.5120317,\n
        "lon": 3.4202402,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958965,\n
        "lat": 49.5119631,\n
        "lon": 3.4201135,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958966,\n
        "lat": 49.5119324,\n
        "lon": 3.4201511,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958967,\n
        "lat": 49.5119730,\n
        "lon": 3.4199381,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958968,\n
        "lat": 49.5119899,\n
        "lon": 3.4199662,\n
        "timestamp": "2017-05-06T06:10:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958969,\n
        "lat": 49.5120207,\n
        "lon": 3.4199295,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958970,\n
        "lat": 49.5120021,\n
        "lon": 3.4199004,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958971,\n
        "lat": 49.5121081,\n
        "lon": 3.4203777,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958972,\n
        "lat": 49.5121285,\n
        "lon": 3.4203547,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958973,\n
        "lat": 49.5120931,\n
        "lon": 3.4202911,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958974,\n
        "lat": 49.5121173,\n
        "lon": 3.4202583,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958975,\n
        "lat": 49.5120760,\n
        "lon": 3.4201844,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958976,\n
        "lat": 49.5127314,\n
        "lon": 3.4190983,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958977,\n
        "lat": 49.5128023,\n
        "lon": 3.4192132,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958978,\n
        "lat": 49.5128675,\n
        "lon": 3.4191141,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958979,\n
        "lat": 49.5128420,\n
        "lon": 3.4190759,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958980,\n
        "lat": 49.5128619,\n
        "lon": 3.4190471,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958981,\n
        "lat": 49.5128150,\n
        "lon": 3.4189757,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958982,\n
        "lat": 49.5126346,\n
        "lon": 3.4198461,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958983,\n
        "lat": 49.5125469,\n
        "lon": 3.4199695,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958984,\n
        "lat": 49.5126001,\n
        "lon": 3.4200597,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958985,\n
        "lat": 49.5126881,\n
        "lon": 3.4199337,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958986,\n
        "lat": 49.5127217,\n
        "lon": 3.4201037,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958987,\n
        "lat": 49.5126757,\n
        "lon": 3.4202041,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958988,\n
        "lat": 49.5127539,\n
        "lon": 3.4202851,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958989,\n
        "lat": 49.5127979,\n
        "lon": 3.4201877,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958990,\n
        "lat": 49.5117653,\n
        "lon": 3.4207873,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958991,\n
        "lat": 49.5117137,\n
        "lon": 3.4208577,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958992,\n
        "lat": 49.5117879,\n
        "lon": 3.4209929,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958993,\n
        "lat": 49.5118407,\n
        "lon": 3.4209230,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958994,\n
        "lat": 49.5127253,\n
        "lon": 3.4192814,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958995,\n
        "lat": 49.5126565,\n
        "lon": 3.4193942,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958996,\n
        "lat": 49.5127060,\n
        "lon": 3.4194697,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958997,\n
        "lat": 49.5127771,\n
        "lon": 3.4193573,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958998,\n
        "lat": 49.5119010,\n
        "lon": 3.4193065,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837958999,\n
        "lat": 49.5118002,\n
        "lon": 3.4193218,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959000,\n
        "lat": 49.5118080,\n
        "lon": 3.4194404,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959001,\n
        "lat": 49.5119100,\n
        "lon": 3.4194207,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959002,\n
        "lat": 49.5125175,\n
        "lon": 3.4204586,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959003,\n
        "lat": 49.5124671,\n
        "lon": 3.4205242,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959004,\n
        "lat": 49.5125155,\n
        "lon": 3.4206148,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959005,\n
        "lat": 49.5125666,\n
        "lon": 3.4205514,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959006,\n
        "lat": 49.5121724,\n
        "lon": 3.4206836,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959007,\n
        "lat": 49.5121248,\n
        "lon": 3.4207442,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959008,\n
        "lat": 49.5121846,\n
        "lon": 3.4208585,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959009,\n
        "lat": 49.5122332,\n
        "lon": 3.4207951,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959010,\n
        "lat": 49.5128461,\n
        "lon": 3.4206816,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 3,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959011,\n
        "lat": 49.5127482,\n
        "lon": 3.4206129,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 3,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959012,\n
        "lat": 49.5127199,\n
        "lon": 3.4207096,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 3,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959013,\n
        "lat": 49.5128201,\n
        "lon": 3.4207769,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 3,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959014,\n
        "lat": 49.5119736,\n
        "lon": 3.4204772,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959015,\n
        "lat": 49.5119123,\n
        "lon": 3.4205583,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959016,\n
        "lat": 49.5119643,\n
        "lon": 3.4206558,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959017,\n
        "lat": 49.5120267,\n
        "lon": 3.4205753,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959018,\n
        "lat": 49.5124443,\n
        "lon": 3.4202534,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959019,\n
        "lat": 49.5124099,\n
        "lon": 3.4201934,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959020,\n
        "lat": 49.5123513,\n
        "lon": 3.4202710,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959021,\n
        "lat": 49.5124157,\n
        "lon": 3.4203875,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959022,\n
        "lat": 49.5124618,\n
        "lon": 3.4203289,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959023,\n
        "lat": 49.5124315,\n
        "lon": 3.4202690,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959024,\n
        "lat": 49.5122687,\n
        "lon": 3.4200186,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959025,\n
        "lat": 49.5122110,\n
        "lon": 3.4200937,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959026,\n
        "lat": 49.5122755,\n
        "lon": 3.4202146,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959027,\n
        "lat": 49.5123343,\n
        "lon": 3.4201366,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959028,\n
        "lat": 49.5118136,\n
        "lon": 3.4202011,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959029,\n
        "lat": 49.5117567,\n
        "lon": 3.4202714,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959030,\n
        "lat": 49.5118230,\n
        "lon": 3.4203946,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959031,\n
        "lat": 49.5118788,\n
        "lon": 3.4203251,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959032,\n
        "lat": 49.5117921,\n
        "lon": 3.4199323,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959033,\n
        "lat": 49.5117234,\n
        "lon": 3.4200141,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959034,\n
        "lat": 49.5117842,\n
        "lon": 3.4201341,\n
        "timestamp": "2017-05-06T06:10:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959035,\n
        "lat": 49.5118523,\n
        "lon": 3.4200504,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959036,\n
        "lat": 49.5121316,\n
        "lon": 3.4198286,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959037,\n
        "lat": 49.5120485,\n
        "lon": 3.4199350,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959038,\n
        "lat": 49.5120710,\n
        "lon": 3.4199798,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959039,\n
        "lat": 49.5120975,\n
        "lon": 3.4199470,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959040,\n
        "lat": 49.5121416,\n
        "lon": 3.4200232,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959041,\n
        "lat": 49.5121980,\n
        "lon": 3.4199483,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959042,\n
        "lat": 49.5129772,\n
        "lon": 3.4202894,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959043,\n
        "lat": 49.5128682,\n
        "lon": 3.4202479,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959044,\n
        "lat": 49.5128489,\n
        "lon": 3.4203645,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959045,\n
        "lat": 49.5129579,\n
        "lon": 3.4204061,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959046,\n
        "lat": 49.5126518,\n
        "lon": 3.4179847,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959047,\n
        "lat": 49.5125280,\n
        "lon": 3.4180430,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959048,\n
        "lat": 49.5125838,\n
        "lon": 3.4183087,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959049,\n
        "lat": 49.5125732,\n
        "lon": 3.4183247,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959050,\n
        "lat": 49.5125938,\n
        "lon": 3.4183567,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959051,\n
        "lat": 49.5125962,\n
        "lon": 3.4183683,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959052,\n
        "lat": 49.5125999,\n
        "lon": 3.4183665,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959053,\n
        "lat": 49.5126483,\n
        "lon": 3.4184414,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959054,\n
        "lat": 49.5126271,\n
        "lon": 3.4184736,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959055,\n
        "lat": 49.5126713,\n
        "lon": 3.4185424,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959056,\n
        "lat": 49.5127457,\n
        "lon": 3.4184295,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959057,\n
        "lat": 49.5118280,\n
        "lon": 3.4196690,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959058,\n
        "lat": 49.5118217,\n
        "lon": 3.4196587,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959059,\n
        "lat": 49.5117840,\n
        "lon": 3.4197034,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959060,\n
        "lat": 49.5118461,\n
        "lon": 3.4198154,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959061,\n
        "lat": 49.5118827,\n
        "lon": 3.4197674,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959062,\n
        "lat": 49.5130168,\n
        "lon": 3.4186120,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959063,\n
        "lat": 49.5129118,\n
        "lon": 3.4186224,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959064,\n
        "lat": 49.5129162,\n
        "lon": 3.4187296,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959065,\n
        "lat": 49.5130214,\n
        "lon": 3.4187229,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959066,\n
        "lat": 49.5124905,\n
        "lon": 3.4189250,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959067,\n
        "lat": 49.5123529,\n
        "lon": 3.4191282,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959068,\n
        "lat": 49.5123563,\n
        "lon": 3.4191336,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959069,\n
        "lat": 49.5123365,\n
        "lon": 3.4191630,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959070,\n
        "lat": 49.5123817,\n
        "lon": 3.4192347,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959071,\n
        "lat": 49.5124016,\n
        "lon": 3.4192051,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959072,\n
        "lat": 49.5124041,\n
        "lon": 3.4192092,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959073,\n
        "lat": 49.5125403,\n
        "lon": 3.4190046,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959074,\n
        "lat": 49.5127990,\n
        "lon": 3.4186815,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959075,\n
        "lat": 49.5127680,\n
        "lon": 3.4185353,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959076,\n
        "lat": 49.5127491,\n
        "lon": 3.4185640,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959077,\n
        "lat": 49.5127611,\n
        "lon": 3.4185826,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959078,\n
        "lat": 49.5127480,\n
        "lon": 3.4186025,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959079,\n
        "lat": 49.5120348,\n
        "lon": 3.4196468,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959080,\n
        "lat": 49.5119345,\n
        "lon": 3.4196733,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959081,\n
        "lat": 49.5119483,\n
        "lon": 3.4197836,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959082,\n
        "lat": 49.5119524,\n
        "lon": 3.4197826,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959083,\n
        "lat": 49.5119570,\n
        "lon": 3.4198240,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959084,\n
        "lat": 49.5120125,\n
        "lon": 3.4198095,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959085,\n
        "lat": 49.5120079,\n
        "lon": 3.4197680,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959086,\n
        "lat": 49.5120480,\n
        "lon": 3.4197567,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959087,\n
        "lat": 49.5119117,\n
        "lon": 3.4197371,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959088,\n
        "lat": 49.5118562,\n
        "lon": 3.4196383,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959089,\n
        "lat": 49.5118852,\n
        "lon": 3.4197719,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959090,\n
        "lat": 49.5105006,\n
        "lon": 3.4196161,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959091,\n
        "lat": 49.5104537,\n
        "lon": 3.4195231,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959092,\n
        "lat": 49.5103567,\n
        "lon": 3.4196493,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959093,\n
        "lat": 49.5103999,\n
        "lon": 3.4197384,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959094,\n
        "lat": 49.5106911,\n
        "lon": 3.4195227,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959095,\n
        "lat": 49.5107812,\n
        "lon": 3.4194011,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959096,\n
        "lat": 49.5106464,\n
        "lon": 3.4191289,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959097,\n
        "lat": 49.5106110,\n
        "lon": 3.4190592,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959098,\n
        "lat": 49.5105773,\n
        "lon": 3.4189995,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959099,\n
        "lat": 49.5104879,\n
        "lon": 3.4191248,\n
        "timestamp": "2017-05-06T06:10:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959100,\n
        "lat": 49.5103154,\n
        "lon": 3.4187964,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959101,\n
        "lat": 49.5104624,\n
        "lon": 3.4190784,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959102,\n
        "lat": 49.5105993,\n
        "lon": 3.4188969,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959103,\n
        "lat": 49.5104570,\n
        "lon": 3.4186192,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959104,\n
        "lat": 49.5106777,\n
        "lon": 3.4190910,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959105,\n
        "lat": 49.5107160,\n
        "lon": 3.4191639,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959106,\n
        "lat": 49.5107978,\n
        "lon": 3.4190608,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959107,\n
        "lat": 49.5107278,\n
        "lon": 3.4189275,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959108,\n
        "lat": 49.5106642,\n
        "lon": 3.4189975,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959109,\n
        "lat": 49.5106450,\n
        "lon": 3.4189534,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959110,\n
        "lat": 49.5106144,\n
        "lon": 3.4189895,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959111,\n
        "lat": 49.5106330,\n
        "lon": 3.4190298,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959112,\n
        "lat": 49.5106853,\n
        "lon": 3.4188487,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959113,\n
        "lat": 49.5107554,\n
        "lon": 3.4188980,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959114,\n
        "lat": 49.5107091,\n
        "lon": 3.4188098,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959115,\n
        "lat": 49.5101857,\n
        "lon": 3.4195437,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959116,\n
        "lat": 49.5100776,\n
        "lon": 3.4196603,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959117,\n
        "lat": 49.5101814,\n
        "lon": 3.4198866,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959118,\n
        "lat": 49.5102569,\n
        "lon": 3.4198079,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959119,\n
        "lat": 49.5102748,\n
        "lon": 3.4198462,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959120,\n
        "lat": 49.5103092,\n
        "lon": 3.4198065,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959121,\n
        "lat": 49.5105456,\n
        "lon": 3.4193322,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959122,\n
        "lat": 49.5104656,\n
        "lon": 3.4194327,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959123,\n
        "lat": 49.5105157,\n
        "lon": 3.4195266,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959124,\n
        "lat": 49.5105920,\n
        "lon": 3.4194280,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959125,\n
        "lat": 49.5109190,\n
        "lon": 3.4188175,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959126,\n
        "lat": 49.5108259,\n
        "lon": 3.4189322,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959127,\n
        "lat": 49.5108667,\n
        "lon": 3.4190090,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959128,\n
        "lat": 49.5109592,\n
        "lon": 3.4188999,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959129,\n
        "lat": 49.5111109,\n
        "lon": 3.4184823,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959130,\n
        "lat": 49.5110315,\n
        "lon": 3.4185811,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959131,\n
        "lat": 49.5110754,\n
        "lon": 3.4186712,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959132,\n
        "lat": 49.5111572,\n
        "lon": 3.4185707,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959133,\n
        "lat": 49.5112506,\n
        "lon": 3.4183316,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959134,\n
        "lat": 49.5111712,\n
        "lon": 3.4184302,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959135,\n
        "lat": 49.5111817,\n
        "lon": 3.4184494,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959136,\n
        "lat": 49.5111742,\n
        "lon": 3.4184637,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959137,\n
        "lat": 49.5111847,\n
        "lon": 3.4184828,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959138,\n
        "lat": 49.5111947,\n
        "lon": 3.4184724,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959139,\n
        "lat": 49.5112182,\n
        "lon": 3.4185185,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959140,\n
        "lat": 49.5112982,\n
        "lon": 3.4184199,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959141,\n
        "lat": 49.5108050,\n
        "lon": 3.4203477,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959142,\n
        "lat": 49.5108604,\n
        "lon": 3.4202795,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959143,\n
        "lat": 49.5108382,\n
        "lon": 3.4202405,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959144,\n
        "lat": 49.5107851,\n
        "lon": 3.4203109,\n
        "timestamp": "2017-05-06T06:10:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959145,\n
        "lat": 49.5194719,\n
        "lon": 3.4169318,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959146,\n
        "lat": 49.5195175,\n
        "lon": 3.4168583,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959147,\n
        "lat": 49.5194442,\n
        "lon": 3.4167549,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959148,\n
        "lat": 49.5194407,\n
        "lon": 3.4172810,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959149,\n
        "lat": 49.5194284,\n
        "lon": 3.4173164,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959150,\n
        "lat": 49.5195020,\n
        "lon": 3.4173627,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959151,\n
        "lat": 49.5195614,\n
        "lon": 3.4171856,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959152,\n
        "lat": 49.5194884,\n
        "lon": 3.4171344,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959153,\n
        "lat": 49.5192429,\n
        "lon": 3.4176685,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959154,\n
        "lat": 49.5191989,\n
        "lon": 3.4176521,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959155,\n
        "lat": 49.5191866,\n
        "lon": 3.4177154,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959156,\n
        "lat": 49.5191904,\n
        "lon": 3.4177163,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959157,\n
        "lat": 49.5191865,\n
        "lon": 3.4177459,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959158,\n
        "lat": 49.5191798,\n
        "lon": 3.4177445,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959159,\n
        "lat": 49.5191691,\n
        "lon": 3.4178053,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959160,\n
        "lat": 49.5191962,\n
        "lon": 3.4178153,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959161,\n
        "lat": 49.5192440,\n
        "lon": 3.4178330,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959162,\n
        "lat": 49.5192712,\n
        "lon": 3.4176804,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959163,\n
        "lat": 49.5190778,\n
        "lon": 3.4172992,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959164,\n
        "lat": 49.5190617,\n
        "lon": 3.4173332,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959165,\n
        "lat": 49.5190847,\n
        "lon": 3.4173560,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959166,\n
        "lat": 49.5191009,\n
        "lon": 3.4173235,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959167,\n
        "lat": 49.5192593,\n
        "lon": 3.4173861,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959168,\n
        "lat": 49.5192352,\n
        "lon": 3.4175321,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959169,\n
        "lat": 49.5193022,\n
        "lon": 3.4175624,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959170,\n
        "lat": 49.5193275,\n
        "lon": 3.4174129,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959175,\n
        "lat": 49.5281149,\n
        "lon": 3.4127362,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959176,\n
        "lat": 49.5282079,\n
        "lon": 3.4127226,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959177,\n
        "lat": 49.5281995,\n
        "lon": 3.4126434,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959178,\n
        "lat": 49.5281113,\n
        "lon": 3.4126616,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959179,\n
        "lat": 49.5282482,\n
        "lon": 3.4132748,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959180,\n
        "lat": 49.5281640,\n
        "lon": 3.4127290,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959181,\n
        "lat": 49.5282026,\n
        "lon": 3.4132821,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959182,\n
        "lat": 49.5287121,\n
        "lon": 3.4131026,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959183,\n
        "lat": 49.5286607,\n
        "lon": 3.4131073,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959184,\n
        "lat": 49.5285659,\n
        "lon": 3.4131105,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959185,\n
        "lat": 49.5284283,\n
        "lon": 3.4131196,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959186,\n
        "lat": 49.5284314,\n
        "lon": 3.4132514,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959187,\n
        "lat": 49.5287016,\n
        "lon": 3.4132199,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959188,\n
        "lat": 49.5294638,\n
        "lon": 3.4135284,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959189,\n
        "lat": 49.5293378,\n
        "lon": 3.4135033,\n
        "timestamp": "2017-05-06T06:10:13Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959190,\n
        "lat": 49.5293183,\n
        "lon": 3.4136401,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959191,\n
        "lat": 49.5294521,\n
        "lon": 3.4136754,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959192,\n
        "lat": 49.5287547,\n
        "lon": 3.4134728,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959193,\n
        "lat": 49.5289380,\n
        "lon": 3.4135150,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959194,\n
        "lat": 49.5289506,\n
        "lon": 3.4133914,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959195,\n
        "lat": 49.5287639,\n
        "lon": 3.4133558,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959196,\n
        "lat": 49.5284645,\n
        "lon": 3.4131172,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959197,\n
        "lat": 49.5284644,\n
        "lon": 3.4130722,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959198,\n
        "lat": 49.5284295,\n
        "lon": 3.4130745,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959199,\n
        "lat": 49.5283417,\n
        "lon": 3.4132632,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959200,\n
        "lat": 49.5283393,\n
        "lon": 3.4131637,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959201,\n
        "lat": 49.5283017,\n
        "lon": 3.4131617,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959202,\n
        "lat": 49.5282948,\n
        "lon": 3.4130980,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959203,\n
        "lat": 49.5282705,\n
        "lon": 3.4130978,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959204,\n
        "lat": 49.5282558,\n
        "lon": 3.4129420,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959205,\n
        "lat": 49.5282241,\n
        "lon": 3.4129452,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959206,\n
        "lat": 49.5289961,\n
        "lon": 3.4135393,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959207,\n
        "lat": 49.5292534,\n
        "lon": 3.4136025,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959208,\n
        "lat": 49.5292659,\n
        "lon": 3.4134856,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959209,\n
        "lat": 49.5290164,\n
        "lon": 3.4134190,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959210,\n
        "lat": 49.5281267,\n
        "lon": 3.4132653,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959211,\n
        "lat": 49.5281265,\n
        "lon": 3.4133096,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959212,\n
        "lat": 49.5281517,\n
        "lon": 3.4133104,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959213,\n
        "lat": 49.5281518,\n
        "lon": 3.4132641,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959214,\n
        "lat": 49.5122402,\n
        "lon": 3.4165677,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959215,\n
        "lat": 49.5122079,\n
        "lon": 3.4166420,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959216,\n
        "lat": 49.5122902,\n
        "lon": 3.4167222,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959217,\n
        "lat": 49.5123230,\n
        "lon": 3.4166478,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959218,\n
        "lat": 49.5123809,\n
        "lon": 3.4173444,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959219,\n
        "lat": 49.5123993,\n
        "lon": 3.4174266,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959220,\n
        "lat": 49.5124205,\n
        "lon": 3.4174178,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959221,\n
        "lat": 49.5109109,\n
        "lon": 3.4199108,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959222,\n
        "lat": 49.5109891,\n
        "lon": 3.4198109,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959223,\n
        "lat": 49.5109366,\n
        "lon": 3.4197176,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959224,\n
        "lat": 49.5108373,\n
        "lon": 3.4198442,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959225,\n
        "lat": 49.5110407,\n
        "lon": 3.4194801,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959226,\n
        "lat": 49.5109914,\n
        "lon": 3.4195439,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959227,\n
        "lat": 49.5110589,\n
        "lon": 3.4196649,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959228,\n
        "lat": 49.5111082,\n
        "lon": 3.4196033,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959229,\n
        "lat": 49.5112421,\n
        "lon": 3.4196195,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959230,\n
        "lat": 49.5111790,\n
        "lon": 3.4197046,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959231,\n
        "lat": 49.5112217,\n
        "lon": 3.4197816,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959232,\n
        "lat": 49.5112848,\n
        "lon": 3.4196993,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959233,\n
        "lat": 49.5111860,\n
        "lon": 3.4203997,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959234,\n
        "lat": 49.5112163,\n
        "lon": 3.4203589,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959235,\n
        "lat": 49.5111857,\n
        "lon": 3.4202997,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959236,\n
        "lat": 49.5111525,\n
        "lon": 3.4203396,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959237,\n
        "lat": 49.5113473,\n
        "lon": 3.4197928,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959238,\n
        "lat": 49.5112532,\n
        "lon": 3.4199124,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959239,\n
        "lat": 49.5112863,\n
        "lon": 3.4199763,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959240,\n
        "lat": 49.5113249,\n
        "lon": 3.4199290,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959241,\n
        "lat": 49.5113494,\n
        "lon": 3.4199694,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959242,\n
        "lat": 49.5114053,\n
        "lon": 3.4198976,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959243,\n
        "lat": 49.5115118,\n
        "lon": 3.4203432,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959244,\n
        "lat": 49.5114629,\n
        "lon": 3.4204078,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959245,\n
        "lat": 49.5115302,\n
        "lon": 3.4205274,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959246,\n
        "lat": 49.5115761,\n
        "lon": 3.4204636,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959247,\n
        "lat": 49.5116303,\n
        "lon": 3.4205670,\n
        "timestamp": "2017-05-06T06:10:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959248,\n
        "lat": 49.5115799,\n
        "lon": 3.4206365,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959249,\n
        "lat": 49.5116466,\n
        "lon": 3.4207574,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959250,\n
        "lat": 49.5116985,\n
        "lon": 3.4206862,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959251,\n
        "lat": 49.5114371,\n
        "lon": 3.4188136,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959252,\n
        "lat": 49.5113487,\n
        "lon": 3.4189192,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959253,\n
        "lat": 49.5113965,\n
        "lon": 3.4190163,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959254,\n
        "lat": 49.5114860,\n
        "lon": 3.4189092,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959255,\n
        "lat": 49.5112706,\n
        "lon": 3.4190982,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959256,\n
        "lat": 49.5112016,\n
        "lon": 3.4191918,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959257,\n
        "lat": 49.5112585,\n
        "lon": 3.4192933,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959258,\n
        "lat": 49.5113281,\n
        "lon": 3.4192060,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959259,\n
        "lat": 49.5117110,\n
        "lon": 3.4192752,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959260,\n
        "lat": 49.5116084,\n
        "lon": 3.4192974,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959261,\n
        "lat": 49.5116202,\n
        "lon": 3.4194084,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959262,\n
        "lat": 49.5117216,\n
        "lon": 3.4193843,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959263,\n
        "lat": 49.5114424,\n
        "lon": 3.4192750,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959264,\n
        "lat": 49.5113909,\n
        "lon": 3.4193420,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959265,\n
        "lat": 49.5114667,\n
        "lon": 3.4194791,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959266,\n
        "lat": 49.5115171,\n
        "lon": 3.4194151,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959267,\n
        "lat": 49.5114664,\n
        "lon": 3.4200104,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959268,\n
        "lat": 49.5114083,\n
        "lon": 3.4200845,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959269,\n
        "lat": 49.5114141,\n
        "lon": 3.4200950,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959270,\n
        "lat": 49.5113933,\n
        "lon": 3.4201224,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959271,\n
        "lat": 49.5114129,\n
        "lon": 3.4201575,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959272,\n
        "lat": 49.5114337,\n
        "lon": 3.4201302,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959273,\n
        "lat": 49.5115302,\n
        "lon": 3.4201278,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959274,\n
        "lat": 49.5192586,\n
        "lon": 3.4136629,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959275,\n
        "lat": 49.5193027,\n
        "lon": 3.4136130,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959276,\n
        "lat": 49.5191818,\n
        "lon": 3.4133527,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959277,\n
        "lat": 49.5191333,\n
        "lon": 3.4134047,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959278,\n
        "lat": 49.5190788,\n
        "lon": 3.4140198,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959279,\n
        "lat": 49.5188720,\n
        "lon": 3.4136057,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959280,\n
        "lat": 49.5187825,\n
        "lon": 3.4137026,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959281,\n
        "lat": 49.5188399,\n
        "lon": 3.4138214,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959282,\n
        "lat": 49.5189105,\n
        "lon": 3.4137470,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959283,\n
        "lat": 49.5189353,\n
        "lon": 3.4138026,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959284,\n
        "lat": 49.5189101,\n
        "lon": 3.4138299,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959285,\n
        "lat": 49.5190276,\n
        "lon": 3.4140764,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959286,\n
        "lat": 49.5190578,\n
        "lon": 3.4141412,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959287,\n
        "lat": 49.5191109,\n
        "lon": 3.4140860,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959288,\n
        "lat": 49.5190702,\n
        "lon": 3.4132851,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959289,\n
        "lat": 49.5190292,\n
        "lon": 3.4133281,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959290,\n
        "lat": 49.5190390,\n
        "lon": 3.4133516,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959291,\n
        "lat": 49.5189890,\n
        "lon": 3.4134090,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959292,\n
        "lat": 49.5190259,\n
        "lon": 3.4134974,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959293,\n
        "lat": 49.5191204,\n
        "lon": 3.4133970,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959294,\n
        "lat": 49.5206381,\n
        "lon": 3.4208352,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959295,\n
        "lat": 49.5205512,\n
        "lon": 3.4207531,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959296,\n
        "lat": 49.5205314,\n
        "lon": 3.4208002,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959297,\n
        "lat": 49.5206205,\n
        "lon": 3.4208821,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959298,\n
        "lat": 49.5176677,\n
        "lon": 3.4155156,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959299,\n
        "lat": 49.5176999,\n
        "lon": 3.4154598,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959300,\n
        "lat": 49.5176576,\n
        "lon": 3.4153914,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959301,\n
        "lat": 49.5176898,\n
        "lon": 3.4153343,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959302,\n
        "lat": 49.5177175,\n
        "lon": 3.4153761,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959303,\n
        "lat": 49.5177278,\n
        "lon": 3.4153603,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959304,\n
        "lat": 49.5177603,\n
        "lon": 3.4154089,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959305,\n
        "lat": 49.5177493,\n
        "lon": 3.4154251,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959306,\n
        "lat": 49.5177748,\n
        "lon": 3.4154614,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959307,\n
        "lat": 49.5178014,\n
        "lon": 3.4154246,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959308,\n
        "lat": 49.5176556,\n
        "lon": 3.4152019,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959309,\n
        "lat": 49.5175815,\n
        "lon": 3.4153741,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959310,\n
        "lat": 49.5173527,\n
        "lon": 3.4143126,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959311,\n
        "lat": 49.5172905,\n
        "lon": 3.4144317,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959312,\n
        "lat": 49.5173278,\n
        "lon": 3.4144794,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959313,\n
        "lat": 49.5173958,\n
        "lon": 3.4143521,\n
        "timestamp": "2017-05-06T06:10:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959314,\n
        "lat": 49.5175894,\n
        "lon": 3.4151100,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959315,\n
        "lat": 49.5175330,\n
        "lon": 3.4150148,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959316,\n
        "lat": 49.5175507,\n
        "lon": 3.4149902,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959317,\n
        "lat": 49.5174845,\n
        "lon": 3.4148855,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959318,\n
        "lat": 49.5174355,\n
        "lon": 3.4149584,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959319,\n
        "lat": 49.5175004,\n
        "lon": 3.4150637,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959320,\n
        "lat": 49.5174953,\n
        "lon": 3.4150710,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959321,\n
        "lat": 49.5175601,\n
        "lon": 3.4151742,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959322,\n
        "lat": 49.5175022,\n
        "lon": 3.4147586,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959323,\n
        "lat": 49.5175565,\n
        "lon": 3.4148459,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959324,\n
        "lat": 49.5175981,\n
        "lon": 3.4147877,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959325,\n
        "lat": 49.5175913,\n
        "lon": 3.4147781,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959326,\n
        "lat": 49.5176348,\n
        "lon": 3.4147128,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959327,\n
        "lat": 49.5175855,\n
        "lon": 3.4146329,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959328,\n
        "lat": 49.5173544,\n
        "lon": 3.4148362,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959329,\n
        "lat": 49.5174063,\n
        "lon": 3.4149228,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959330,\n
        "lat": 49.5174386,\n
        "lon": 3.4148775,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959331,\n
        "lat": 49.5173854,\n
        "lon": 3.4147923,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959332,\n
        "lat": 49.5173169,\n
        "lon": 3.4150976,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959333,\n
        "lat": 49.5172953,\n
        "lon": 3.4151259,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959334,\n
        "lat": 49.5173035,\n
        "lon": 3.4151389,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959335,\n
        "lat": 49.5173254,\n
        "lon": 3.4151112,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959336,\n
        "lat": 49.5177032,\n
        "lon": 3.4146176,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959337,\n
        "lat": 49.5177396,\n
        "lon": 3.4145660,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959338,\n
        "lat": 49.5175901,\n
        "lon": 3.4143047,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959339,\n
        "lat": 49.5175517,\n
        "lon": 3.4143553,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959340,\n
        "lat": 49.5172765,\n
        "lon": 3.4154855,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959341,\n
        "lat": 49.5173043,\n
        "lon": 3.4154425,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959342,\n
        "lat": 49.5172877,\n
        "lon": 3.4154125,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959343,\n
        "lat": 49.5173080,\n
        "lon": 3.4153771,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959344,\n
        "lat": 49.5172657,\n
        "lon": 3.4153108,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959345,\n
        "lat": 49.5172143,\n
        "lon": 3.4153898,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959346,\n
        "lat": 49.5177802,\n
        "lon": 3.4142724,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959347,\n
        "lat": 49.5177461,\n
        "lon": 3.4143188,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959348,\n
        "lat": 49.5177683,\n
        "lon": 3.4143581,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959349,\n
        "lat": 49.5177197,\n
        "lon": 3.4144175,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959350,\n
        "lat": 49.5177643,\n
        "lon": 3.4144948,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959351,\n
        "lat": 49.5178457,\n
        "lon": 3.4143815,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959352,\n
        "lat": 49.5179492,\n
        "lon": 3.4143006,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959353,\n
        "lat": 49.5179758,\n
        "lon": 3.4142616,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959354,\n
        "lat": 49.5179726,\n
        "lon": 3.4141757,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959355,\n
        "lat": 49.5179549,\n
        "lon": 3.4141433,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959356,\n
        "lat": 49.5178991,\n
        "lon": 3.4142149,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959357,\n
        "lat": 49.5181850,\n
        "lon": 3.4135313,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959358,\n
        "lat": 49.5180506,\n
        "lon": 3.4136601,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959359,\n
        "lat": 49.5180914,\n
        "lon": 3.4137628,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959360,\n
        "lat": 49.5181120,\n
        "lon": 3.4137422,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959361,\n
        "lat": 49.5181031,\n
        "lon": 3.4137204,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959362,\n
        "lat": 49.5181898,\n
        "lon": 3.4136371,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959363,\n
        "lat": 49.5182041,\n
        "lon": 3.4136716,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959364,\n
        "lat": 49.5182310,\n
        "lon": 3.4136446,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959365,\n
        "lat": 49.5178754,\n
        "lon": 3.4151562,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959366,\n
        "lat": 49.5179141,\n
        "lon": 3.4152198,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959367,\n
        "lat": 49.5179378,\n
        "lon": 3.4151832,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959368,\n
        "lat": 49.5178986,\n
        "lon": 3.4151223,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959369,\n
        "lat": 49.5178436,\n
        "lon": 3.4150378,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959370,\n
        "lat": 49.5177670,\n
        "lon": 3.4151435,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959371,\n
        "lat": 49.5177928,\n
        "lon": 3.4151843,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959372,\n
        "lat": 49.5178690,\n
        "lon": 3.4150763,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959373,\n
        "lat": 49.5179014,\n
        "lon": 3.4149781,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959374,\n
        "lat": 49.5179575,\n
        "lon": 3.4150638,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959375,\n
        "lat": 49.5180667,\n
        "lon": 3.4148934,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959376,\n
        "lat": 49.5180100,\n
        "lon": 3.4148097,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959377,\n
        "lat": 49.5181093,\n
        "lon": 3.4141187,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959378,\n
        "lat": 49.5182033,\n
        "lon": 3.4140255,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959379,\n
        "lat": 49.5181737,\n
        "lon": 3.4139503,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959380,\n
        "lat": 49.5181544,\n
        "lon": 3.4139680,\n
        "timestamp": "2017-05-06T06:10:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959381,\n
        "lat": 49.5181202,\n
        "lon": 3.4138832,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959382,\n
        "lat": 49.5180442,\n
        "lon": 3.4139581,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959383,\n
        "lat": 49.5182506,\n
        "lon": 3.4136929,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959384,\n
        "lat": 49.5181990,\n
        "lon": 3.4137445,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959385,\n
        "lat": 49.5182282,\n
        "lon": 3.4138177,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959386,\n
        "lat": 49.5182812,\n
        "lon": 3.4137652,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959387,\n
        "lat": 49.5182351,\n
        "lon": 3.4139913,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959388,\n
        "lat": 49.5183314,\n
        "lon": 3.4138894,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959389,\n
        "lat": 49.5182953,\n
        "lon": 3.4137990,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959390,\n
        "lat": 49.5182477,\n
        "lon": 3.4138488,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959391,\n
        "lat": 49.5182544,\n
        "lon": 3.4138639,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959392,\n
        "lat": 49.5182041,\n
        "lon": 3.4139134,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959393,\n
        "lat": 49.5188543,\n
        "lon": 3.4139599,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959394,\n
        "lat": 49.5187882,\n
        "lon": 3.4138266,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959395,\n
        "lat": 49.5187615,\n
        "lon": 3.4138560,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959396,\n
        "lat": 49.5188283,\n
        "lon": 3.4139886,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959397,\n
        "lat": 49.5174635,\n
        "lon": 3.4153405,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959399,\n
        "lat": 49.5173017,\n
        "lon": 3.4151416,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959400,\n
        "lat": 49.5172612,\n
        "lon": 3.4150763,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959401,\n
        "lat": 49.5172056,\n
        "lon": 3.4151577,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959402,\n
        "lat": 49.5172471,\n
        "lon": 3.4152248,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959403,\n
        "lat": 49.5172572,\n
        "lon": 3.4152101,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959404,\n
        "lat": 49.5172794,\n
        "lon": 3.4152458,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959405,\n
        "lat": 49.5173022,\n
        "lon": 3.4152123,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959406,\n
        "lat": 49.5173902,\n
        "lon": 3.4153540,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959407,\n
        "lat": 49.5173779,\n
        "lon": 3.4153746,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959408,\n
        "lat": 49.5174100,\n
        "lon": 3.4154239,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959409,\n
        "lat": 49.5183958,\n
        "lon": 3.4135071,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959410,\n
        "lat": 49.5183144,\n
        "lon": 3.4135940,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959411,\n
        "lat": 49.5183532,\n
        "lon": 3.4136798,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959412,\n
        "lat": 49.5184346,\n
        "lon": 3.4135929,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959413,\n
        "lat": 49.5151115,\n
        "lon": 3.4124605,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959414,\n
        "lat": 49.5150836,\n
        "lon": 3.4123979,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959415,\n
        "lat": 49.5150588,\n
        "lon": 3.4124241,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959416,\n
        "lat": 49.5150867,\n
        "lon": 3.4124867,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959417,\n
        "lat": 49.5144218,\n
        "lon": 3.4125956,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959418,\n
        "lat": 49.5144205,\n
        "lon": 3.4125991,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959419,\n
        "lat": 49.5144963,\n
        "lon": 3.4126619,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959420,\n
        "lat": 49.5145675,\n
        "lon": 3.4124632,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959421,\n
        "lat": 49.5144915,\n
        "lon": 3.4124045,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959422,\n
        "lat": 49.5145065,\n
        "lon": 3.4121511,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959423,\n
        "lat": 49.5144952,\n
        "lon": 3.4121832,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959424,\n
        "lat": 49.5144872,\n
        "lon": 3.4121762,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959425,\n
        "lat": 49.5144669,\n
        "lon": 3.4122302,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959426,\n
        "lat": 49.5145429,\n
        "lon": 3.4122945,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959427,\n
        "lat": 49.5145876,\n
        "lon": 3.4121675,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959428,\n
        "lat": 49.5145226,\n
        "lon": 3.4121108,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959429,\n
        "lat": 49.5141386,\n
        "lon": 3.4123734,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959430,\n
        "lat": 49.5140483,\n
        "lon": 3.4124106,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959431,\n
        "lat": 49.5140056,\n
        "lon": 3.4125260,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959432,\n
        "lat": 49.5140758,\n
        "lon": 3.4125455,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959433,\n
        "lat": 49.5152360,\n
        "lon": 3.4123450,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959434,\n
        "lat": 49.5152088,\n
        "lon": 3.4123715,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959435,\n
        "lat": 49.5151946,\n
        "lon": 3.4123391,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959436,\n
        "lat": 49.5151477,\n
        "lon": 3.4123894,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959437,\n
        "lat": 49.5152020,\n
        "lon": 3.4125205,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959438,\n
        "lat": 49.5152780,\n
        "lon": 3.4124425,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959439,\n
        "lat": 49.5150728,\n
        "lon": 3.4126835,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959440,\n
        "lat": 49.5151158,\n
        "lon": 3.4126373,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959441,\n
        "lat": 49.5151224,\n
        "lon": 3.4126511,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959442,\n
        "lat": 49.5151416,\n
        "lon": 3.4126314,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959443,\n
        "lat": 49.5150957,\n
        "lon": 3.4125221,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959444,\n
        "lat": 49.5150326,\n
        "lon": 3.4125860,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959445,\n
        "lat": 49.5167880,\n
        "lon": 3.4160670,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959446,\n
        "lat": 49.5167435,\n
        "lon": 3.4161194,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959447,\n
        "lat": 49.5167821,\n
        "lon": 3.4162070,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959448,\n
        "lat": 49.5168323,\n
        "lon": 3.4161494,\n
        "timestamp": "2017-05-06T06:10:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959449,\n
        "lat": 49.5166785,\n
        "lon": 3.4162073,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959450,\n
        "lat": 49.5167118,\n
        "lon": 3.4162807,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959451,\n
        "lat": 49.5167465,\n
        "lon": 3.4162419,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959452,\n
        "lat": 49.5168278,\n
        "lon": 3.4164066,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959453,\n
        "lat": 49.5168549,\n
        "lon": 3.4163723,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959454,\n
        "lat": 49.5167490,\n
        "lon": 3.4161318,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959455,\n
        "lat": 49.5168325,\n
        "lon": 3.4165829,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959456,\n
        "lat": 49.5168686,\n
        "lon": 3.4166496,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959457,\n
        "lat": 49.5169263,\n
        "lon": 3.4165378,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959458,\n
        "lat": 49.5168933,\n
        "lon": 3.4164612,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959459,\n
        "lat": 49.5169520,\n
        "lon": 3.4164861,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959460,\n
        "lat": 49.5168710,\n
        "lon": 3.4162994,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959461,\n
        "lat": 49.5168382,\n
        "lon": 3.4163347,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959462,\n
        "lat": 49.5164348,\n
        "lon": 3.4177330,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959463,\n
        "lat": 49.5164780,\n
        "lon": 3.4178258,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959464,\n
        "lat": 49.5165681,\n
        "lon": 3.4177400,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959465,\n
        "lat": 49.5165976,\n
        "lon": 3.4177912,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959466,\n
        "lat": 49.5166236,\n
        "lon": 3.4177603,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959467,\n
        "lat": 49.5165445,\n
        "lon": 3.4176320,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959468,\n
        "lat": 49.5167286,\n
        "lon": 3.4179562,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959469,\n
        "lat": 49.5166901,\n
        "lon": 3.4178723,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959470,\n
        "lat": 49.5165680,\n
        "lon": 3.4179877,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959471,\n
        "lat": 49.5166009,\n
        "lon": 3.4180769,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959472,\n
        "lat": 49.5155448,\n
        "lon": 3.4171549,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959473,\n
        "lat": 49.5155630,\n
        "lon": 3.4172083,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959474,\n
        "lat": 49.5156599,\n
        "lon": 3.4171415,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959475,\n
        "lat": 49.5156408,\n
        "lon": 3.4170894,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959476,\n
        "lat": 49.5155337,\n
        "lon": 3.4166702,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959477,\n
        "lat": 49.5155738,\n
        "lon": 3.4168126,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959478,\n
        "lat": 49.5156456,\n
        "lon": 3.4167622,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959479,\n
        "lat": 49.5156227,\n
        "lon": 3.4166800,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959480,\n
        "lat": 49.5156574,\n
        "lon": 3.4166523,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959481,\n
        "lat": 49.5156430,\n
        "lon": 3.4165962,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959482,\n
        "lat": 49.5156610,\n
        "lon": 3.4165838,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959483,\n
        "lat": 49.5156892,\n
        "lon": 3.4166855,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959484,\n
        "lat": 49.5157628,\n
        "lon": 3.4166352,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959485,\n
        "lat": 49.5157326,\n
        "lon": 3.4165343,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959486,\n
        "lat": 49.5157823,\n
        "lon": 3.4177536,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959487,\n
        "lat": 49.5158306,\n
        "lon": 3.4178642,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959488,\n
        "lat": 49.5158909,\n
        "lon": 3.4178103,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959489,\n
        "lat": 49.5158413,\n
        "lon": 3.4177000,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959490,\n
        "lat": 49.5157953,\n
        "lon": 3.4177280,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959491,\n
        "lat": 49.5158629,\n
        "lon": 3.4176655,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959492,\n
        "lat": 49.5157875,\n
        "lon": 3.4174827,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959493,\n
        "lat": 49.5157531,\n
        "lon": 3.4175104,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959494,\n
        "lat": 49.5157720,\n
        "lon": 3.4175556,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959495,\n
        "lat": 49.5157381,\n
        "lon": 3.4175847,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959496,\n
        "lat": 49.5159888,\n
        "lon": 3.4169571,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959497,\n
        "lat": 49.5160186,\n
        "lon": 3.4170147,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959498,\n
        "lat": 49.5161193,\n
        "lon": 3.4169046,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959499,\n
        "lat": 49.5160677,\n
        "lon": 3.4167955,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959500,\n
        "lat": 49.5160169,\n
        "lon": 3.4168500,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959501,\n
        "lat": 49.5160408,\n
        "lon": 3.4168998,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959502,\n
        "lat": 49.5161580,\n
        "lon": 3.4175397,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959503,\n
        "lat": 49.5161124,\n
        "lon": 3.4175753,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959504,\n
        "lat": 49.5161556,\n
        "lon": 3.4177318,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959505,\n
        "lat": 49.5161788,\n
        "lon": 3.4177148,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959506,\n
        "lat": 49.5162052,\n
        "lon": 3.4177961,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959507,\n
        "lat": 49.5162621,\n
        "lon": 3.4177358,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959508,\n
        "lat": 49.5162098,\n
        "lon": 3.4175955,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959509,\n
        "lat": 49.5161877,\n
        "lon": 3.4176120,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959510,\n
        "lat": 49.5163390,\n
        "lon": 3.4170104,\n
        "timestamp": "2017-05-06T06:19:49Z",\n
        "version": 2,\n
        "changeset": 48444676,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959511,\n
        "lat": 49.5163641,\n
        "lon": 3.4170534,\n
        "timestamp": "2017-05-06T06:19:49Z",\n
        "version": 2,\n
        "changeset": 48444676,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959512,\n
        "lat": 49.5163980,\n
        "lon": 3.4169802,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959513,\n
        "lat": 49.5160091,\n
        "lon": 3.4179218,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959514,\n
        "lat": 49.5159694,\n
        "lon": 3.4178265,\n
        "timestamp": "2017-05-06T06:10:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959515,\n
        "lat": 49.5158750,\n
        "lon": 3.4178913,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959516,\n
        "lat": 49.5159023,\n
        "lon": 3.4179795,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959517,\n
        "lat": 49.5159237,\n
        "lon": 3.4179832,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959518,\n
        "lat": 49.5163623,\n
        "lon": 3.4173533,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959519,\n
        "lat": 49.5163743,\n
        "lon": 3.4173741,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959520,\n
        "lat": 49.5162808,\n
        "lon": 3.4174956,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959521,\n
        "lat": 49.5163257,\n
        "lon": 3.4175834,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959522,\n
        "lat": 49.5164227,\n
        "lon": 3.4174602,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959523,\n
        "lat": 49.5164183,\n
        "lon": 3.4174512,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959524,\n
        "lat": 49.5164709,\n
        "lon": 3.4173780,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959525,\n
        "lat": 49.5164158,\n
        "lon": 3.4172844,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959526,\n
        "lat": 49.5163463,\n
        "lon": 3.4168573,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959527,\n
        "lat": 49.5163325,\n
        "lon": 3.4168399,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959528,\n
        "lat": 49.5163141,\n
        "lon": 3.4168739,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959529,\n
        "lat": 49.5163264,\n
        "lon": 3.4168896,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959530,\n
        "lat": 49.5167876,\n
        "lon": 3.4167935,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959531,\n
        "lat": 49.5168260,\n
        "lon": 3.4167302,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959532,\n
        "lat": 49.5167660,\n
        "lon": 3.4165727,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959533,\n
        "lat": 49.5166906,\n
        "lon": 3.4166233,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959534,\n
        "lat": 49.5166862,\n
        "lon": 3.4166105,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959535,\n
        "lat": 49.5165395,\n
        "lon": 3.4167118,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959536,\n
        "lat": 49.5165696,\n
        "lon": 3.4168156,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959537,\n
        "lat": 49.5167536,\n
        "lon": 3.4166877,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959538,\n
        "lat": 49.5167254,\n
        "lon": 3.4164547,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959539,\n
        "lat": 49.5166740,\n
        "lon": 3.4163100,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959540,\n
        "lat": 49.5165904,\n
        "lon": 3.4164389,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959541,\n
        "lat": 49.5166254,\n
        "lon": 3.4164910,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959542,\n
        "lat": 49.5166762,\n
        "lon": 3.4164146,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959543,\n
        "lat": 49.5166992,\n
        "lon": 3.4164743,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959544,\n
        "lat": 49.5162298,\n
        "lon": 3.4163737,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959545,\n
        "lat": 49.5163472,\n
        "lon": 3.4165252,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959546,\n
        "lat": 49.5163863,\n
        "lon": 3.4164521,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959547,\n
        "lat": 49.5162689,\n
        "lon": 3.4162993,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959548,\n
        "lat": 49.5166669,\n
        "lon": 3.4162918,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959549,\n
        "lat": 49.5166437,\n
        "lon": 3.4162254,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959550,\n
        "lat": 49.5165501,\n
        "lon": 3.4163648,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959555,\n
        "lat": 49.5165146,\n
        "lon": 3.4165340,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959556,\n
        "lat": 49.5165273,\n
        "lon": 3.4163371,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959557,\n
        "lat": 49.5164507,\n
        "lon": 3.4164370,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959558,\n
        "lat": 49.5166752,\n
        "lon": 3.4177299,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959559,\n
        "lat": 49.5167403,\n
        "lon": 3.4178618,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959560,\n
        "lat": 49.5167820,\n
        "lon": 3.4178234,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959561,\n
        "lat": 49.5167002,\n
        "lon": 3.4176179,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959562,\n
        "lat": 49.5166420,\n
        "lon": 3.4176697,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959563,\n
        "lat": 49.5169175,\n
        "lon": 3.4173315,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959564,\n
        "lat": 49.5169575,\n
        "lon": 3.4173020,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959565,\n
        "lat": 49.5169205,\n
        "lon": 3.4171654,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959566,\n
        "lat": 49.5168989,\n
        "lon": 3.4171779,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959567,\n
        "lat": 49.5169213,\n
        "lon": 3.4172652,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959568,\n
        "lat": 49.5169044,\n
        "lon": 3.4172777,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959569,\n
        "lat": 49.5168703,\n
        "lon": 3.4169887,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959570,\n
        "lat": 49.5168321,\n
        "lon": 3.4170503,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959571,\n
        "lat": 49.5168033,\n
        "lon": 3.4170122,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959572,\n
        "lat": 49.5167438,\n
        "lon": 3.4171128,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959573,\n
        "lat": 49.5168205,\n
        "lon": 3.4172193,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959574,\n
        "lat": 49.5168800,\n
        "lon": 3.4171239,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959575,\n
        "lat": 49.5168662,\n
        "lon": 3.4171034,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959576,\n
        "lat": 49.5168923,\n
        "lon": 3.4170603,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959577,\n
        "lat": 49.5169895,\n
        "lon": 3.4170309,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959578,\n
        "lat": 49.5169608,\n
        "lon": 3.4170849,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959579,\n
        "lat": 49.5170447,\n
        "lon": 3.4171920,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959580,\n
        "lat": 49.5170941,\n
        "lon": 3.4171016,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959581,\n
        "lat": 49.5170328,\n
        "lon": 3.4170199,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959582,\n
        "lat": 49.5170215,\n
        "lon": 3.4170375,\n
        "timestamp": "2017-05-06T06:10:10Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959583,\n
        "lat": 49.5170092,\n
        "lon": 3.4170215,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959584,\n
        "lat": 49.5169974,\n
        "lon": 3.4170409,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959585,\n
        "lat": 49.5161286,\n
        "lon": 3.4181068,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959586,\n
        "lat": 49.5161194,\n
        "lon": 3.4180792,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959587,\n
        "lat": 49.5161085,\n
        "lon": 3.4180869,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959588,\n
        "lat": 49.5161180,\n
        "lon": 3.4181144,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959589,\n
        "lat": 49.5156263,\n
        "lon": 3.4180669,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959590,\n
        "lat": 49.5156231,\n
        "lon": 3.4180525,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959591,\n
        "lat": 49.5156322,\n
        "lon": 3.4180480,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959592,\n
        "lat": 49.5156305,\n
        "lon": 3.4180359,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959593,\n
        "lat": 49.5156402,\n
        "lon": 3.4180310,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959594,\n
        "lat": 49.5156321,\n
        "lon": 3.4179928,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959595,\n
        "lat": 49.5156212,\n
        "lon": 3.4179967,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959596,\n
        "lat": 49.5156193,\n
        "lon": 3.4179873,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959597,\n
        "lat": 49.5156096,\n
        "lon": 3.4179912,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959598,\n
        "lat": 49.5156044,\n
        "lon": 3.4179678,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959599,\n
        "lat": 49.5155856,\n
        "lon": 3.4179752,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959600,\n
        "lat": 49.5155558,\n
        "lon": 3.4178351,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959601,\n
        "lat": 49.5155808,\n
        "lon": 3.4178222,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959602,\n
        "lat": 49.5155669,\n
        "lon": 3.4177580,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959603,\n
        "lat": 49.5155411,\n
        "lon": 3.4177681,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959604,\n
        "lat": 49.5155345,\n
        "lon": 3.4177374,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959605,\n
        "lat": 49.5155224,\n
        "lon": 3.4177423,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959606,\n
        "lat": 49.5155199,\n
        "lon": 3.4177289,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959607,\n
        "lat": 49.5154526,\n
        "lon": 3.4177606,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959608,\n
        "lat": 49.5154543,\n
        "lon": 3.4177732,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959609,\n
        "lat": 49.5154423,\n
        "lon": 3.4177781,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959610,\n
        "lat": 49.5154454,\n
        "lon": 3.4178005,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959611,\n
        "lat": 49.5154232,\n
        "lon": 3.4178089,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959612,\n
        "lat": 49.5154246,\n
        "lon": 3.4178250,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959613,\n
        "lat": 49.5154140,\n
        "lon": 3.4178339,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959614,\n
        "lat": 49.5154020,\n
        "lon": 3.4178667,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959615,\n
        "lat": 49.5154059,\n
        "lon": 3.4178891,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959616,\n
        "lat": 49.5154234,\n
        "lon": 3.4179010,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959617,\n
        "lat": 49.5154519,\n
        "lon": 3.4178877,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959618,\n
        "lat": 49.5154915,\n
        "lon": 3.4180559,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959619,\n
        "lat": 49.5154775,\n
        "lon": 3.4180612,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959620,\n
        "lat": 49.5154820,\n
        "lon": 3.4181016,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959621,\n
        "lat": 49.5155104,\n
        "lon": 3.4181144,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959622,\n
        "lat": 49.5156015,\n
        "lon": 3.4180668,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959623,\n
        "lat": 49.5156046,\n
        "lon": 3.4180776,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959624,\n
        "lat": 49.5161843,\n
        "lon": 3.4173170,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959625,\n
        "lat": 49.5161243,\n
        "lon": 3.4173661,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959626,\n
        "lat": 49.5162071,\n
        "lon": 3.4175927,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959627,\n
        "lat": 49.5162660,\n
        "lon": 3.4175431,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959628,\n
        "lat": 49.5160986,\n
        "lon": 3.4178426,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959629,\n
        "lat": 49.5160687,\n
        "lon": 3.4177386,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959630,\n
        "lat": 49.5160343,\n
        "lon": 3.4177595,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959631,\n
        "lat": 49.5160644,\n
        "lon": 3.4178676,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959632,\n
        "lat": 49.5164926,\n
        "lon": 3.4172916,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959633,\n
        "lat": 49.5165406,\n
        "lon": 3.4172058,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959634,\n
        "lat": 49.5164728,\n
        "lon": 3.4171196,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959635,\n
        "lat": 49.5164278,\n
        "lon": 3.4172100,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959636,\n
        "lat": 49.5165349,\n
        "lon": 3.4165808,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959637,\n
        "lat": 49.5165728,\n
        "lon": 3.4165180,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959638,\n
        "lat": 49.5165553,\n
        "lon": 3.4164966,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959639,\n
        "lat": 49.5165180,\n
        "lon": 3.4165590,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959640,\n
        "lat": 49.5163270,\n
        "lon": 3.4156807,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959641,\n
        "lat": 49.5162609,\n
        "lon": 3.4157350,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959642,\n
        "lat": 49.5163040,\n
        "lon": 3.4158672,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959643,\n
        "lat": 49.5163729,\n
        "lon": 3.4158179,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959644,\n
        "lat": 49.5170091,\n
        "lon": 3.4162032,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959645,\n
        "lat": 49.5170653,\n
        "lon": 3.4161237,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959646,\n
        "lat": 49.5170053,\n
        "lon": 3.4160299,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959647,\n
        "lat": 49.5169754,\n
        "lon": 3.4160699,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959648,\n
        "lat": 49.5169516,\n
        "lon": 3.4160302,\n
        "timestamp": "2017-05-06T06:10:11Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959649,\n
        "lat": 49.5169137,\n
        "lon": 3.4160854,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959650,\n
        "lat": 49.5168715,\n
        "lon": 3.4160138,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959651,\n
        "lat": 49.5168184,\n
        "lon": 3.4160810,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959652,\n
        "lat": 49.5168117,\n
        "lon": 3.4160710,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959653,\n
        "lat": 49.5167982,\n
        "lon": 3.4160860,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959654,\n
        "lat": 49.5168168,\n
        "lon": 3.4161207,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959655,\n
        "lat": 49.5168495,\n
        "lon": 3.4160810,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959656,\n
        "lat": 49.5169142,\n
        "lon": 3.4161905,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959657,\n
        "lat": 49.5169471,\n
        "lon": 3.4161444,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959658,\n
        "lat": 49.5169374,\n
        "lon": 3.4161268,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959659,\n
        "lat": 49.5169507,\n
        "lon": 3.4161114,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959660,\n
        "lat": 49.5169466,\n
        "lon": 3.4160252,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959661,\n
        "lat": 49.5169376,\n
        "lon": 3.4160245,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959662,\n
        "lat": 49.5169301,\n
        "lon": 3.4160303,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959663,\n
        "lat": 49.5169028,\n
        "lon": 3.4160669,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959664,\n
        "lat": 49.5164511,\n
        "lon": 3.4170343,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959665,\n
        "lat": 49.5164070,\n
        "lon": 3.4169894,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959666,\n
        "lat": 49.5163715,\n
        "lon": 3.4170588,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959667,\n
        "lat": 49.5164208,\n
        "lon": 3.4171071,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959668,\n
        "lat": 49.5164455,\n
        "lon": 3.4170286,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959669,\n
        "lat": 49.5164613,\n
        "lon": 3.4169904,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959670,\n
        "lat": 49.5164297,\n
        "lon": 3.4169597,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959671,\n
        "lat": 49.5164144,\n
        "lon": 3.4169970,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959672,\n
        "lat": 49.5164251,\n
        "lon": 3.4168695,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959673,\n
        "lat": 49.5164614,\n
        "lon": 3.4168013,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959674,\n
        "lat": 49.5164215,\n
        "lon": 3.4167512,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959675,\n
        "lat": 49.5163551,\n
        "lon": 3.4168684,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959676,\n
        "lat": 49.5163361,\n
        "lon": 3.4169019,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959677,\n
        "lat": 49.5163045,\n
        "lon": 3.4169609,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959678,\n
        "lat": 49.5164151,\n
        "lon": 3.4169455,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959679,\n
        "lat": 49.5163950,\n
        "lon": 3.4169260,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959680,\n
        "lat": 49.5232297,\n
        "lon": 3.4228117,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959681,\n
        "lat": 49.5232530,\n
        "lon": 3.4227510,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959682,\n
        "lat": 49.5231211,\n
        "lon": 3.4226636,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959683,\n
        "lat": 49.5230932,\n
        "lon": 3.4227343,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959684,\n
        "lat": 49.5225278,\n
        "lon": 3.4103238,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959685,\n
        "lat": 49.5224766,\n
        "lon": 3.4100852,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959686,\n
        "lat": 49.5224591,\n
        "lon": 3.4101119,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959687,\n
        "lat": 49.5224752,\n
        "lon": 3.4101951,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959688,\n
        "lat": 49.5224582,\n
        "lon": 3.4102049,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959689,\n
        "lat": 49.5224788,\n
        "lon": 3.4103419,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959690,\n
        "lat": 49.5223809,\n
        "lon": 3.4105211,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959691,\n
        "lat": 49.5224602,\n
        "lon": 3.4104992,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959692,\n
        "lat": 49.5224471,\n
        "lon": 3.4103839,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959693,\n
        "lat": 49.5223667,\n
        "lon": 3.4104058,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959694,\n
        "lat": 49.5190347,\n
        "lon": 3.4172549,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959695,\n
        "lat": 49.5190226,\n
        "lon": 3.4172816,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959696,\n
        "lat": 49.5190480,\n
        "lon": 3.4173055,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959697,\n
        "lat": 49.5190600,\n
        "lon": 3.4172773,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959698,\n
        "lat": 49.5193960,\n
        "lon": 3.4168367,\n
        "timestamp": "2017-05-06T06:10:12Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959721,\n
        "lat": 49.5124055,\n
        "lon": 3.4173373,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959722,\n
        "lat": 49.5123952,\n
        "lon": 3.4173418,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959723,\n
        "lat": 49.5123949,\n
        "lon": 3.4173373,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959724,\n
        "lat": 49.5125230,\n
        "lon": 3.4162989,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959725,\n
        "lat": 49.5125488,\n
        "lon": 3.4165214,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959726,\n
        "lat": 49.5125600,\n
        "lon": 3.4165197,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959727,\n
        "lat": 49.5125720,\n
        "lon": 3.4166150,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959728,\n
        "lat": 49.5125843,\n
        "lon": 3.4166137,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959729,\n
        "lat": 49.5125902,\n
        "lon": 3.4166731,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959730,\n
        "lat": 49.5125310,\n
        "lon": 3.4166884,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959731,\n
        "lat": 49.5125425,\n
        "lon": 3.4168036,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959732,\n
        "lat": 49.5126167,\n
        "lon": 3.4167827,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959733,\n
        "lat": 49.5125686,\n
        "lon": 3.4163882,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959734,\n
        "lat": 49.5125501,\n
        "lon": 3.4162795,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959735,\n
        "lat": 49.5124874,\n
        "lon": 3.4171829,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959736,\n
        "lat": 49.5123751,\n
        "lon": 3.4172406,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959737,\n
        "lat": 49.5123871,\n
        "lon": 3.4173018,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959738,\n
        "lat": 49.5124995,\n
        "lon": 3.4172391,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959739,\n
        "lat": 49.5126338,\n
        "lon": 3.4163676,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959740,\n
        "lat": 49.5126198,\n
        "lon": 3.4162730,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959741,\n
        "lat": 49.5125309,\n
        "lon": 3.4173872,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959742,\n
        "lat": 49.5125762,\n
        "lon": 3.4173688,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959743,\n
        "lat": 49.5125673,\n
        "lon": 3.4173208,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959744,\n
        "lat": 49.5125983,\n
        "lon": 3.4173103,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959745,\n
        "lat": 49.5126104,\n
        "lon": 3.4173683,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959746,\n
        "lat": 49.5126566,\n
        "lon": 3.4173476,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959747,\n
        "lat": 49.5126457,\n
        "lon": 3.4172874,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959748,\n
        "lat": 49.5126837,\n
        "lon": 3.4172747,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959749,\n
        "lat": 49.5126582,\n
        "lon": 3.4171382,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959750,\n
        "lat": 49.5126181,\n
        "lon": 3.4171532,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959751,\n
        "lat": 49.5126235,\n
        "lon": 3.4171882,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959752,\n
        "lat": 49.5129349,\n
        "lon": 3.4174619,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959753,\n
        "lat": 49.5129241,\n
        "lon": 3.4174622,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959754,\n
        "lat": 49.5129282,\n
        "lon": 3.4175954,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959755,\n
        "lat": 49.5130199,\n
        "lon": 3.4175886,\n
        "timestamp": "2017-05-06T06:10:14Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959756,\n
        "lat": 49.5130163,\n
        "lon": 3.4174590,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959757,\n
        "lat": 49.5129048,\n
        "lon": 3.4163015,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959758,\n
        "lat": 49.5129487,\n
        "lon": 3.4162848,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959759,\n
        "lat": 49.5129235,\n
        "lon": 3.4161165,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959760,\n
        "lat": 49.5128833,\n
        "lon": 3.4161346,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959761,\n
        "lat": 49.5131642,\n
        "lon": 3.4165103,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959762,\n
        "lat": 49.5131961,\n
        "lon": 3.4164934,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959763,\n
        "lat": 49.5131916,\n
        "lon": 3.4164799,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959764,\n
        "lat": 49.5131613,\n
        "lon": 3.4164954,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959765,\n
        "lat": 49.5131347,\n
        "lon": 3.4178287,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959766,\n
        "lat": 49.5132119,\n
        "lon": 3.4178247,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959767,\n
        "lat": 49.5132098,\n
        "lon": 3.4177489,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959768,\n
        "lat": 49.5131328,\n
        "lon": 3.4177544,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959769,\n
        "lat": 49.5132074,\n
        "lon": 3.4176632,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959770,\n
        "lat": 49.5131307,\n
        "lon": 3.4176672,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959771,\n
        "lat": 49.5132875,\n
        "lon": 3.4171818,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959772,\n
        "lat": 49.5132908,\n
        "lon": 3.4172452,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959773,\n
        "lat": 49.5133451,\n
        "lon": 3.4172417,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959774,\n
        "lat": 49.5133448,\n
        "lon": 3.4172250,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959775,\n
        "lat": 49.5134051,\n
        "lon": 3.4172187,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959776,\n
        "lat": 49.5134227,\n
        "lon": 3.4172144,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959777,\n
        "lat": 49.5134213,\n
        "lon": 3.4171839,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959778,\n
        "lat": 49.5134020,\n
        "lon": 3.4171850,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959779,\n
        "lat": 49.5134025,\n
        "lon": 3.4171151,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959780,\n
        "lat": 49.5134185,\n
        "lon": 3.4171126,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959781,\n
        "lat": 49.5134185,\n
        "lon": 3.4170677,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959782,\n
        "lat": 49.5134006,\n
        "lon": 3.4170694,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959783,\n
        "lat": 49.5134003,\n
        "lon": 3.4170032,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959784,\n
        "lat": 49.5134416,\n
        "lon": 3.4169866,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959785,\n
        "lat": 49.5134397,\n
        "lon": 3.4169694,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959786,\n
        "lat": 49.5134118,\n
        "lon": 3.4169778,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959787,\n
        "lat": 49.5134046,\n
        "lon": 3.4169831,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959788,\n
        "lat": 49.5133379,\n
        "lon": 3.4169919,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959789,\n
        "lat": 49.5133404,\n
        "lon": 3.4171784,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959790,\n
        "lat": 49.5134093,\n
        "lon": 3.4168486,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959791,\n
        "lat": 49.5133904,\n
        "lon": 3.4168497,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959792,\n
        "lat": 49.5133869,\n
        "lon": 3.4167464,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959793,\n
        "lat": 49.5133349,\n
        "lon": 3.4167473,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959794,\n
        "lat": 49.5133905,\n
        "lon": 3.4179393,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959795,\n
        "lat": 49.5133934,\n
        "lon": 3.4179658,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959796,\n
        "lat": 49.5134174,\n
        "lon": 3.4179601,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959797,\n
        "lat": 49.5134172,\n
        "lon": 3.4179489,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959798,\n
        "lat": 49.5135072,\n
        "lon": 3.4179110,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959799,\n
        "lat": 49.5135038,\n
        "lon": 3.4178777,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959800,\n
        "lat": 49.5134333,\n
        "lon": 3.4178946,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959801,\n
        "lat": 49.5134354,\n
        "lon": 3.4179280,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959802,\n
        "lat": 49.5134326,\n
        "lon": 3.4169172,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959803,\n
        "lat": 49.5135026,\n
        "lon": 3.4169434,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959804,\n
        "lat": 49.5134943,\n
        "lon": 3.4168949,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959805,\n
        "lat": 49.5134114,\n
        "lon": 3.4174605,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959806,\n
        "lat": 49.5134088,\n
        "lon": 3.4173378,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959807,\n
        "lat": 49.5134284,\n
        "lon": 3.4173357,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959808,\n
        "lat": 49.5134268,\n
        "lon": 3.4172867,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959809,\n
        "lat": 49.5134081,\n
        "lon": 3.4172875,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959810,\n
        "lat": 49.5134530,\n
        "lon": 3.4178315,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959811,\n
        "lat": 49.5135402,\n
        "lon": 3.4178077,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959812,\n
        "lat": 49.5135248,\n
        "lon": 3.4176606,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959813,\n
        "lat": 49.5133198,\n
        "lon": 3.4161683,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959814,\n
        "lat": 49.5132924,\n
        "lon": 3.4159945,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959815,\n
        "lat": 49.5130932,\n
        "lon": 3.4160682,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959816,\n
        "lat": 49.5131054,\n
        "lon": 3.4161597,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959817,\n
        "lat": 49.5132016,\n
        "lon": 3.4161272,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959818,\n
        "lat": 49.5132133,\n
        "lon": 3.4162043,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959819,\n
        "lat": 49.5129979,\n
        "lon": 3.4163490,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959820,\n
        "lat": 49.5130224,\n
        "lon": 3.4164517,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959821,\n
        "lat": 49.5130875,\n
        "lon": 3.4164139,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959822,\n
        "lat": 49.5130837,\n
        "lon": 3.4164022,\n
        "timestamp": "2017-05-06T06:10:15Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959823,\n
        "lat": 49.5131170,\n
        "lon": 3.4163817,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959824,\n
        "lat": 49.5130980,\n
        "lon": 3.4162917,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959825,\n
        "lat": 49.5134233,\n
        "lon": 3.4159475,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959826,\n
        "lat": 49.5134595,\n
        "lon": 3.4161098,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959827,\n
        "lat": 49.5134954,\n
        "lon": 3.4160952,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959828,\n
        "lat": 49.5134582,\n
        "lon": 3.4159259,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959829,\n
        "lat": 49.5134510,\n
        "lon": 3.4172033,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959830,\n
        "lat": 49.5134736,\n
        "lon": 3.4171968,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959831,\n
        "lat": 49.5134702,\n
        "lon": 3.4171670,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959832,\n
        "lat": 49.5134487,\n
        "lon": 3.4171708,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959833,\n
        "lat": 49.5121901,\n
        "lon": 3.4175126,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959834,\n
        "lat": 49.5121694,\n
        "lon": 3.4174201,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959835,\n
        "lat": 49.5120763,\n
        "lon": 3.4174664,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959836,\n
        "lat": 49.5120950,\n
        "lon": 3.4175572,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959837,\n
        "lat": 49.5123411,\n
        "lon": 3.4173942,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959838,\n
        "lat": 49.5123201,\n
        "lon": 3.4172949,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959839,\n
        "lat": 49.5122710,\n
        "lon": 3.4173196,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959840,\n
        "lat": 49.5122693,\n
        "lon": 3.4173110,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959841,\n
        "lat": 49.5122321,\n
        "lon": 3.4173287,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959842,\n
        "lat": 49.5122563,\n
        "lon": 3.4174384,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959843,\n
        "lat": 49.5125142,\n
        "lon": 3.4166455,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959844,\n
        "lat": 49.5125095,\n
        "lon": 3.4165672,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959845,\n
        "lat": 49.5124802,\n
        "lon": 3.4165715,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959846,\n
        "lat": 49.5124860,\n
        "lon": 3.4166499,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959847,\n
        "lat": 49.5125822,\n
        "lon": 3.4174585,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959848,\n
        "lat": 49.5125690,\n
        "lon": 3.4173876,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959849,\n
        "lat": 49.5125464,\n
        "lon": 3.4173972,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959850,\n
        "lat": 49.5125608,\n
        "lon": 3.4174687,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959851,\n
        "lat": 49.5128495,\n
        "lon": 3.4164710,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959852,\n
        "lat": 49.5128207,\n
        "lon": 3.4163295,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959853,\n
        "lat": 49.5127335,\n
        "lon": 3.4163666,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959854,\n
        "lat": 49.5127623,\n
        "lon": 3.4165086,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959855,\n
        "lat": 49.5134056,\n
        "lon": 3.4179216,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959856,\n
        "lat": 49.5133980,\n
        "lon": 3.4178564,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959857,\n
        "lat": 49.5132992,\n
        "lon": 3.4178847,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959858,\n
        "lat": 49.5133081,\n
        "lon": 3.4179513,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959859,\n
        "lat": 49.5131034,\n
        "lon": 3.4159578,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959860,\n
        "lat": 49.5131768,\n
        "lon": 3.4159289,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959861,\n
        "lat": 49.5131675,\n
        "lon": 3.4158767,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959862,\n
        "lat": 49.5130941,\n
        "lon": 3.4159043,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959863,\n
        "lat": 49.5130973,\n
        "lon": 3.4158556,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959864,\n
        "lat": 49.5131705,\n
        "lon": 3.4158280,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959865,\n
        "lat": 49.5131375,\n
        "lon": 3.4156650,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959866,\n
        "lat": 49.5130645,\n
        "lon": 3.4156954,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959867,\n
        "lat": 49.5123658,\n
        "lon": 3.4159509,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959868,\n
        "lat": 49.5122857,\n
        "lon": 3.4159483,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959869,\n
        "lat": 49.5122781,\n
        "lon": 3.4162090,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959870,\n
        "lat": 49.5123559,\n
        "lon": 3.4162158,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959871,\n
        "lat": 49.5123762,\n
        "lon": 3.4155382,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959872,\n
        "lat": 49.5123023,\n
        "lon": 3.4155706,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959873,\n
        "lat": 49.5123142,\n
        "lon": 3.4156359,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959874,\n
        "lat": 49.5123200,\n
        "lon": 3.4156339,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959875,\n
        "lat": 49.5123248,\n
        "lon": 3.4156621,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959876,\n
        "lat": 49.5123204,\n
        "lon": 3.4156641,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959877,\n
        "lat": 49.5123304,\n
        "lon": 3.4157170,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959878,\n
        "lat": 49.5124038,\n
        "lon": 3.4156868,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959879,\n
        "lat": 49.5120145,\n
        "lon": 3.4176170,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959880,\n
        "lat": 49.5119211,\n
        "lon": 3.4177199,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959881,\n
        "lat": 49.5119798,\n
        "lon": 3.4178503,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959882,\n
        "lat": 49.5120280,\n
        "lon": 3.4177963,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959883,\n
        "lat": 49.5120122,\n
        "lon": 3.4177630,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959884,\n
        "lat": 49.5120578,\n
        "lon": 3.4177098,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959885,\n
        "lat": 49.5118923,\n
        "lon": 3.4179078,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959886,\n
        "lat": 49.5118168,\n
        "lon": 3.4180109,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959887,\n
        "lat": 49.5118625,\n
        "lon": 3.4180917,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959888,\n
        "lat": 49.5119374,\n
        "lon": 3.4179842,\n
        "timestamp": "2017-05-06T06:10:16Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959889,\n
        "lat": 49.5121774,\n
        "lon": 3.4214444,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959890,\n
        "lat": 49.5121033,\n
        "lon": 3.4214835,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959891,\n
        "lat": 49.5121262,\n
        "lon": 3.4215202,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959892,\n
        "lat": 49.5128718,\n
        "lon": 3.4140329,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959893,\n
        "lat": 49.5133214,\n
        "lon": 3.4147915,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959894,\n
        "lat": 49.5133253,\n
        "lon": 3.4149096,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959895,\n
        "lat": 49.5133501,\n
        "lon": 3.4148929,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959896,\n
        "lat": 49.5126374,\n
        "lon": 3.4147852,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959897,\n
        "lat": 49.5125961,\n
        "lon": 3.4148047,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959898,\n
        "lat": 49.5126067,\n
        "lon": 3.4148576,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959899,\n
        "lat": 49.5126481,\n
        "lon": 3.4148379,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959900,\n
        "lat": 49.5127217,\n
        "lon": 3.4154370,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959901,\n
        "lat": 49.5126827,\n
        "lon": 3.4154525,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959902,\n
        "lat": 49.5126894,\n
        "lon": 3.4154914,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959903,\n
        "lat": 49.5127283,\n
        "lon": 3.4154759,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959904,\n
        "lat": 49.5268475,\n
        "lon": 3.4151007,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959905,\n
        "lat": 49.5268817,\n
        "lon": 3.4151027,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959906,\n
        "lat": 49.5268962,\n
        "lon": 3.4144451,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959907,\n
        "lat": 49.5270969,\n
        "lon": 3.4144592,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959908,\n
        "lat": 49.5270807,\n
        "lon": 3.4151138,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959909,\n
        "lat": 49.5271216,\n
        "lon": 3.4151191,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959910,\n
        "lat": 49.5271400,\n
        "lon": 3.4144636,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959911,\n
        "lat": 49.5157460,\n
        "lon": 3.4149245,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959912,\n
        "lat": 49.5157336,\n
        "lon": 3.4148980,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959913,\n
        "lat": 49.5156925,\n
        "lon": 3.4149410,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959914,\n
        "lat": 49.5157050,\n
        "lon": 3.4149674,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959915,\n
        "lat": 49.5158081,\n
        "lon": 3.4144592,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959916,\n
        "lat": 49.5157842,\n
        "lon": 3.4144104,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959917,\n
        "lat": 49.5158649,\n
        "lon": 3.4132189,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959918,\n
        "lat": 49.5158960,\n
        "lon": 3.4131923,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959919,\n
        "lat": 49.5158698,\n
        "lon": 3.4131227,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959920,\n
        "lat": 49.5160202,\n
        "lon": 3.4154197,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959961,\n
        "lat": 49.5121493,\n
        "lon": 3.4204541,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959962,\n
        "lat": 49.5122069,\n
        "lon": 3.4203788,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959963,\n
        "lat": 49.5121910,\n
        "lon": 3.4203479,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959964,\n
        "lat": 49.5121323,\n
        "lon": 3.4204258,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959965,\n
        "lat": 49.5119806,\n
        "lon": 3.4199510,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959966,\n
        "lat": 49.5119155,\n
        "lon": 3.4200267,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959967,\n
        "lat": 49.5119424,\n
        "lon": 3.4200758,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959968,\n
        "lat": 49.5120091,\n
        "lon": 3.4199978,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959969,\n
        "lat": 49.5119022,\n
        "lon": 3.4200423,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959970,\n
        "lat": 49.5119320,\n
        "lon": 3.4200881,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959971,\n
        "lat": 49.5124760,\n
        "lon": 3.4203118,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959972,\n
        "lat": 49.5129799,\n
        "lon": 3.4204144,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959973,\n
        "lat": 49.5129992,\n
        "lon": 3.4202977,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959974,\n
        "lat": 49.5118997,\n
        "lon": 3.4197990,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959975,\n
        "lat": 49.5118379,\n
        "lon": 3.4198261,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959976,\n
        "lat": 49.5118552,\n
        "lon": 3.4198573,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959977,\n
        "lat": 49.5128820,\n
        "lon": 3.4186253,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959978,\n
        "lat": 49.5128902,\n
        "lon": 3.4187320,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959979,\n
        "lat": 49.5121254,\n
        "lon": 3.4199952,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959980,\n
        "lat": 49.5120989,\n
        "lon": 3.4200280,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959981,\n
        "lat": 49.5123782,\n
        "lon": 3.4192291,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959982,\n
        "lat": 49.5123404,\n
        "lon": 3.4191692,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959983,\n
        "lat": 49.5123149,\n
        "lon": 3.4192072,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959984,\n
        "lat": 49.5123527,\n
        "lon": 3.4192670,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959985,\n
        "lat": 49.5127333,\n
        "lon": 3.4184483,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959986,\n
        "lat": 49.5126905,\n
        "lon": 3.4185132,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959987,\n
        "lat": 49.5127149,\n
        "lon": 3.4185512,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959988,\n
        "lat": 49.5127577,\n
        "lon": 3.4184862,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959989,\n
        "lat": 49.5120194,\n
        "lon": 3.4197648,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959990,\n
        "lat": 49.5120242,\n
        "lon": 3.4198064,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959991,\n
        "lat": 49.5119320,\n
        "lon": 3.4197696,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959992,\n
        "lat": 49.5119041,\n
        "lon": 3.4198072,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959993,\n
        "lat": 49.5119881,\n
        "lon": 3.4198781,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959994,\n
        "lat": 49.5119603,\n
        "lon": 3.4199141,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959995,\n
        "lat": 49.5103037,\n
        "lon": 3.4187706,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959996,\n
        "lat": 49.5104409,\n
        "lon": 3.4185873,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959997,\n
        "lat": 49.5112345,\n
        "lon": 3.4182961,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959998,\n
        "lat": 49.5111515,\n
        "lon": 3.4183928,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837959999,\n
        "lat": 49.5115288,\n
        "lon": 3.4201296,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960000,\n
        "lat": 49.5114751,\n
        "lon": 3.4202003,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960001,\n
        "lat": 49.5114850,\n
        "lon": 3.4202179,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960002,\n
        "lat": 49.5115386,\n
        "lon": 3.4201472,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960003,\n
        "lat": 49.5173742,\n
        "lon": 3.4142759,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960004,\n
        "lat": 49.5174098,\n
        "lon": 3.4143279,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960005,\n
        "lat": 49.5177397,\n
        "lon": 3.4143297,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960006,\n
        "lat": 49.5177322,\n
        "lon": 3.4143296,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960007,\n
        "lat": 49.5176984,\n
        "lon": 3.4143781,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960008,\n
        "lat": 49.5177438,\n
        "lon": 3.4139367,\n
        "timestamp": "2017-05-06T06:10:22Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960009,\n
        "lat": 49.5178099,\n
        "lon": 3.4138755,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960010,\n
        "lat": 49.5178756,\n
        "lon": 3.4139969,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960011,\n
        "lat": 49.5180768,\n
        "lon": 3.4137995,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960012,\n
        "lat": 49.5180289,\n
        "lon": 3.4136789,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960013,\n
        "lat": 49.5182001,\n
        "lon": 3.4136618,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960014,\n
        "lat": 49.5188084,\n
        "lon": 3.4140105,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960015,\n
        "lat": 49.5188947,\n
        "lon": 3.4141921,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960016,\n
        "lat": 49.5189415,\n
        "lon": 3.4141395,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960017,\n
        "lat": 49.5174747,\n
        "lon": 3.4150219,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960018,\n
        "lat": 49.5174548,\n
        "lon": 3.4149898,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960019,\n
        "lat": 49.5174457,\n
        "lon": 3.4150031,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960020,\n
        "lat": 49.5174655,\n
        "lon": 3.4150353,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960021,\n
        "lat": 49.5159967,\n
        "lon": 3.4154387,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960022,\n
        "lat": 49.5160228,\n
        "lon": 3.4155147,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960023,\n
        "lat": 49.5160462,\n
        "lon": 3.4154957,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960024,\n
        "lat": 49.5171437,\n
        "lon": 3.4149024,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960025,\n
        "lat": 49.5171206,\n
        "lon": 3.4149394,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960026,\n
        "lat": 49.5171387,\n
        "lon": 3.4149662,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960027,\n
        "lat": 49.5171619,\n
        "lon": 3.4149292,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960028,\n
        "lat": 49.5157684,\n
        "lon": 3.4152459,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960029,\n
        "lat": 49.5157854,\n
        "lon": 3.4152273,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960030,\n
        "lat": 49.5157609,\n
        "lon": 3.4151742,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960031,\n
        "lat": 49.5157437,\n
        "lon": 3.4151928,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960032,\n
        "lat": 49.5159370,\n
        "lon": 3.4135934,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960033,\n
        "lat": 49.5159674,\n
        "lon": 3.4135599,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960034,\n
        "lat": 49.5159297,\n
        "lon": 3.4134733,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960035,\n
        "lat": 49.5161210,\n
        "lon": 3.4132120,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960036,\n
        "lat": 49.5160821,\n
        "lon": 3.4132545,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960037,\n
        "lat": 49.5161162,\n
        "lon": 3.4133285,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960038,\n
        "lat": 49.5161552,\n
        "lon": 3.4132862,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960039,\n
        "lat": 49.5161475,\n
        "lon": 3.4135376,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960040,\n
        "lat": 49.5161109,\n
        "lon": 3.4135758,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960041,\n
        "lat": 49.5161409,\n
        "lon": 3.4136437,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960042,\n
        "lat": 49.5161776,\n
        "lon": 3.4136055,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960043,\n
        "lat": 49.5156167,\n
        "lon": 3.4119997,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960044,\n
        "lat": 49.5155465,\n
        "lon": 3.4120733,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960045,\n
        "lat": 49.5155662,\n
        "lon": 3.4121177,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960046,\n
        "lat": 49.5156238,\n
        "lon": 3.4116769,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960047,\n
        "lat": 49.5156054,\n
        "lon": 3.4116969,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960048,\n
        "lat": 49.5156181,\n
        "lon": 3.4117256,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960049,\n
        "lat": 49.5156364,\n
        "lon": 3.4117056,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960050,\n
        "lat": 49.5158202,\n
        "lon": 3.4121247,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960051,\n
        "lat": 49.5158072,\n
        "lon": 3.4120948,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960052,\n
        "lat": 49.5157713,\n
        "lon": 3.4121318,\n
        "timestamp": "2017-05-06T06:10:17Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960053,\n
        "lat": 49.5157756,\n
        "lon": 3.4121417,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960054,\n
        "lat": 49.5157540,\n
        "lon": 3.4121650,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960055,\n
        "lat": 49.5157629,\n
        "lon": 3.4121848,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960056,\n
        "lat": 49.5154458,\n
        "lon": 3.4119557,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960057,\n
        "lat": 49.5154310,\n
        "lon": 3.4119212,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960058,\n
        "lat": 49.5156964,\n
        "lon": 3.4121095,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960059,\n
        "lat": 49.5156773,\n
        "lon": 3.4121287,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960060,\n
        "lat": 49.5156967,\n
        "lon": 3.4121744,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960061,\n
        "lat": 49.5157159,\n
        "lon": 3.4121553,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960062,\n
        "lat": 49.5153787,\n
        "lon": 3.4119826,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960063,\n
        "lat": 49.5153652,\n
        "lon": 3.4119963,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960064,\n
        "lat": 49.5153789,\n
        "lon": 3.4120280,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960065,\n
        "lat": 49.5153924,\n
        "lon": 3.4120143,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960066,\n
        "lat": 49.5154015,\n
        "lon": 3.4121177,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960067,\n
        "lat": 49.5154334,\n
        "lon": 3.4121919,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960068,\n
        "lat": 49.5154417,\n
        "lon": 3.4121835,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960069,\n
        "lat": 49.5154099,\n
        "lon": 3.4121094,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960070,\n
        "lat": 49.5155069,\n
        "lon": 3.4118921,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960071,\n
        "lat": 49.5154927,\n
        "lon": 3.4118590,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960072,\n
        "lat": 49.5141667,\n
        "lon": 3.4153174,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960073,\n
        "lat": 49.5142280,\n
        "lon": 3.4152856,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960074,\n
        "lat": 49.5142180,\n
        "lon": 3.4152417,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960075,\n
        "lat": 49.5145488,\n
        "lon": 3.4154811,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960076,\n
        "lat": 49.5145049,\n
        "lon": 3.4155065,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960077,\n
        "lat": 49.5145127,\n
        "lon": 3.4155430,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960078,\n
        "lat": 49.5136874,\n
        "lon": 3.4150021,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960079,\n
        "lat": 49.5136670,\n
        "lon": 3.4150149,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960080,\n
        "lat": 49.5136794,\n
        "lon": 3.4150613,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960081,\n
        "lat": 49.5136998,\n
        "lon": 3.4150485,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960082,\n
        "lat": 49.5110799,\n
        "lon": 3.4182070,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960083,\n
        "lat": 49.5110581,\n
        "lon": 3.4182335,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960084,\n
        "lat": 49.5110766,\n
        "lon": 3.4182699,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960085,\n
        "lat": 49.5110984,\n
        "lon": 3.4182406,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960086,\n
        "lat": 49.5146272,\n
        "lon": 3.4202904,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960087,\n
        "lat": 49.5145829,\n
        "lon": 3.4203041,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960088,\n
        "lat": 49.5145880,\n
        "lon": 3.4203434,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960089,\n
        "lat": 49.5146324,\n
        "lon": 3.4203297,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960090,\n
        "lat": 49.5147212,\n
        "lon": 3.4201758,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960091,\n
        "lat": 49.5146468,\n
        "lon": 3.4202006,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960092,\n
        "lat": 49.5146545,\n
        "lon": 3.4202552,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960093,\n
        "lat": 49.5147289,\n
        "lon": 3.4202304,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960094,\n
        "lat": 49.5134785,\n
        "lon": 3.4200487,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960095,\n
        "lat": 49.5135717,\n
        "lon": 3.4200374,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960096,\n
        "lat": 49.5135701,\n
        "lon": 3.4199908,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960097,\n
        "lat": 49.5135248,\n
        "lon": 3.4199935,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960098,\n
        "lat": 49.5135238,\n
        "lon": 3.4198904,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960099,\n
        "lat": 49.5135086,\n
        "lon": 3.4198907,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960100,\n
        "lat": 49.5137843,\n
        "lon": 3.4197481,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960101,\n
        "lat": 49.5137993,\n
        "lon": 3.4198754,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960102,\n
        "lat": 49.5143075,\n
        "lon": 3.4207265,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960103,\n
        "lat": 49.5142809,\n
        "lon": 3.4206543,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960104,\n
        "lat": 49.5142893,\n
        "lon": 3.4207313,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960105,\n
        "lat": 49.5150691,\n
        "lon": 3.4195298,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960106,\n
        "lat": 49.5150500,\n
        "lon": 3.4194518,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960107,\n
        "lat": 49.5153761,\n
        "lon": 3.4190468,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960108,\n
        "lat": 49.5152396,\n
        "lon": 3.4189426,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960109,\n
        "lat": 49.5152858,\n
        "lon": 3.4191068,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960110,\n
        "lat": 49.5151047,\n
        "lon": 3.4195108,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960111,\n
        "lat": 49.5150879,\n
        "lon": 3.4194354,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960112,\n
        "lat": 49.5139174,\n
        "lon": 3.4192902,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960113,\n
        "lat": 49.5139346,\n
        "lon": 3.4192854,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960114,\n
        "lat": 49.5140020,\n
        "lon": 3.4192103,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960115,\n
        "lat": 49.5139665,\n
        "lon": 3.4192216,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960116,\n
        "lat": 49.5139766,\n
        "lon": 3.4192835,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960117,\n
        "lat": 49.5145399,\n
        "lon": 3.4186452,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960118,\n
        "lat": 49.5146172,\n
        "lon": 3.4186834,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960119,\n
        "lat": 49.5145996,\n
        "lon": 3.4186150,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960120,\n
        "lat": 49.5148611,\n
        "lon": 3.4203051,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960121,\n
        "lat": 49.5151753,\n
        "lon": 3.4199646,\n
        "timestamp": "2017-05-06T06:10:18Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960122,\n
        "lat": 49.5150650,\n
        "lon": 3.4200166,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960123,\n
        "lat": 49.5150759,\n
        "lon": 3.4200715,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960124,\n
        "lat": 49.5151862,\n
        "lon": 3.4200194,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960125,\n
        "lat": 49.5177409,\n
        "lon": 3.4180776,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960126,\n
        "lat": 49.5174299,\n
        "lon": 3.4174538,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960127,\n
        "lat": 49.5174093,\n
        "lon": 3.4174001,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960128,\n
        "lat": 49.5173971,\n
        "lon": 3.4174114,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960129,\n
        "lat": 49.5174877,\n
        "lon": 3.4174973,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960130,\n
        "lat": 49.5175111,\n
        "lon": 3.4174732,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960131,\n
        "lat": 49.5174901,\n
        "lon": 3.4174219,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960132,\n
        "lat": 49.5174662,\n
        "lon": 3.4174448,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960133,\n
        "lat": 49.5177386,\n
        "lon": 3.4170680,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960134,\n
        "lat": 49.5177924,\n
        "lon": 3.4171705,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960135,\n
        "lat": 49.5178240,\n
        "lon": 3.4166912,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960136,\n
        "lat": 49.5177853,\n
        "lon": 3.4166275,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960137,\n
        "lat": 49.5175102,\n
        "lon": 3.4161986,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960138,\n
        "lat": 49.5175327,\n
        "lon": 3.4161576,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960139,\n
        "lat": 49.5170782,\n
        "lon": 3.4164455,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960140,\n
        "lat": 49.5170566,\n
        "lon": 3.4164819,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960141,\n
        "lat": 49.5142367,\n
        "lon": 3.4212009,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960142,\n
        "lat": 49.5142280,\n
        "lon": 3.4211160,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960143,\n
        "lat": 49.5138404,\n
        "lon": 3.4212822,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960144,\n
        "lat": 49.5138429,\n
        "lon": 3.4213859,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960145,\n
        "lat": 49.5162569,\n
        "lon": 3.4195933,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960146,\n
        "lat": 49.5162470,\n
        "lon": 3.4195700,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960147,\n
        "lat": 49.5162385,\n
        "lon": 3.4195781,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960148,\n
        "lat": 49.5162464,\n
        "lon": 3.4196012,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960149,\n
        "lat": 49.5166900,\n
        "lon": 3.4183707,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960150,\n
        "lat": 49.5166768,\n
        "lon": 3.4183378,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960151,\n
        "lat": 49.5166417,\n
        "lon": 3.4183703,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960152,\n
        "lat": 49.5166546,\n
        "lon": 3.4184021,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960153,\n
        "lat": 49.5167443,\n
        "lon": 3.4185611,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960154,\n
        "lat": 49.5167293,\n
        "lon": 3.4185727,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960155,\n
        "lat": 49.5157796,\n
        "lon": 3.4194253,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960156,\n
        "lat": 49.5157372,\n
        "lon": 3.4194530,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960157,\n
        "lat": 49.5158043,\n
        "lon": 3.4187565,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960158,\n
        "lat": 49.5158265,\n
        "lon": 3.4187389,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960159,\n
        "lat": 49.5158208,\n
        "lon": 3.4187238,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960160,\n
        "lat": 49.5156988,\n
        "lon": 3.4188387,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960161,\n
        "lat": 49.5157372,\n
        "lon": 3.4189156,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960162,\n
        "lat": 49.5157106,\n
        "lon": 3.4188299,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960163,\n
        "lat": 49.5154593,\n
        "lon": 3.4182975,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960164,\n
        "lat": 49.5154634,\n
        "lon": 3.4183223,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960165,\n
        "lat": 49.5154905,\n
        "lon": 3.4183121,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960166,\n
        "lat": 49.5154854,\n
        "lon": 3.4182851,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960167,\n
        "lat": 49.5149900,\n
        "lon": 3.4163913,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960168,\n
        "lat": 49.5149365,\n
        "lon": 3.4164302,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960169,\n
        "lat": 49.5149595,\n
        "lon": 3.4165050,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960170,\n
        "lat": 49.5150130,\n
        "lon": 3.4164661,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960171,\n
        "lat": 49.5146763,\n
        "lon": 3.4161245,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960172,\n
        "lat": 49.5146842,\n
        "lon": 3.4161496,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960173,\n
        "lat": 49.5143458,\n
        "lon": 3.4156012,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960174,\n
        "lat": 49.5142850,\n
        "lon": 3.4156326,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960175,\n
        "lat": 49.5145838,\n
        "lon": 3.4156390,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960176,\n
        "lat": 49.5145808,\n
        "lon": 3.4156406,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960177,\n
        "lat": 49.5146039,\n
        "lon": 3.4157373,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960178,\n
        "lat": 49.5146280,\n
        "lon": 3.4157271,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960179,\n
        "lat": 49.5146055,\n
        "lon": 3.4156288,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960180,\n
        "lat": 49.5144787,\n
        "lon": 3.4168325,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960181,\n
        "lat": 49.5144406,\n
        "lon": 3.4168587,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960182,\n
        "lat": 49.5145291,\n
        "lon": 3.4170027,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960183,\n
        "lat": 49.5137594,\n
        "lon": 3.4166297,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960184,\n
        "lat": 49.5137396,\n
        "lon": 3.4165118,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960185,\n
        "lat": 49.5142799,\n
        "lon": 3.4173025,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960186,\n
        "lat": 49.5142867,\n
        "lon": 3.4172988,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960187,\n
        "lat": 49.5142798,\n
        "lon": 3.4172658,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960188,\n
        "lat": 49.5142730,\n
        "lon": 3.4172685,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960189,\n
        "lat": 49.5143694,\n
        "lon": 3.4172540,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960190,\n
        "lat": 49.5144095,\n
        "lon": 3.4171946,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960191,\n
        "lat": 49.5143614,\n
        "lon": 3.4172203,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960192,\n
        "lat": 49.5150295,\n
        "lon": 3.4181346,\n
        "timestamp": "2017-05-06T06:10:19Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960193,\n
        "lat": 49.5151728,\n
        "lon": 3.4182139,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960194,\n
        "lat": 49.5152940,\n
        "lon": 3.4181432,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960195,\n
        "lat": 49.5152870,\n
        "lon": 3.4180622,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960196,\n
        "lat": 49.5151532,\n
        "lon": 3.4181299,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960197,\n
        "lat": 49.5138200,\n
        "lon": 3.4157209,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960198,\n
        "lat": 49.5137920,\n
        "lon": 3.4157356,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960199,\n
        "lat": 49.5137980,\n
        "lon": 3.4157590,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960200,\n
        "lat": 49.5139829,\n
        "lon": 3.4163316,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960201,\n
        "lat": 49.5139869,\n
        "lon": 3.4163435,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960202,\n
        "lat": 49.5142214,\n
        "lon": 3.4169431,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960203,\n
        "lat": 49.5141662,\n
        "lon": 3.4170543,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960204,\n
        "lat": 49.5142361,\n
        "lon": 3.4170205,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960205,\n
        "lat": 49.5149264,\n
        "lon": 3.4165401,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960206,\n
        "lat": 49.5148959,\n
        "lon": 3.4165622,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960207,\n
        "lat": 49.5149071,\n
        "lon": 3.4165987,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960208,\n
        "lat": 49.5149377,\n
        "lon": 3.4165766,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960209,\n
        "lat": 49.5136951,\n
        "lon": 3.4180130,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960210,\n
        "lat": 49.5136695,\n
        "lon": 3.4180456,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960211,\n
        "lat": 49.5136860,\n
        "lon": 3.4180763,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960212,\n
        "lat": 49.5137117,\n
        "lon": 3.4180436,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960213,\n
        "lat": 49.5129849,\n
        "lon": 3.4183390,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960214,\n
        "lat": 49.5129842,\n
        "lon": 3.4182943,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960215,\n
        "lat": 49.5129440,\n
        "lon": 3.4182859,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960216,\n
        "lat": 49.5128824,\n
        "lon": 3.4182871,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960217,\n
        "lat": 49.5130521,\n
        "lon": 3.4191658,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960218,\n
        "lat": 49.5130625,\n
        "lon": 3.4192248,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960219,\n
        "lat": 49.5130598,\n
        "lon": 3.4191675,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960220,\n
        "lat": 49.5131892,\n
        "lon": 3.4197649,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960221,\n
        "lat": 49.5131842,\n
        "lon": 3.4199405,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960222,\n
        "lat": 49.5132363,\n
        "lon": 3.4199421,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960223,\n
        "lat": 49.5130472,\n
        "lon": 3.4198409,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960224,\n
        "lat": 49.5130505,\n
        "lon": 3.4195635,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960225,\n
        "lat": 49.5130732,\n
        "lon": 3.4184994,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960226,\n
        "lat": 49.5131320,\n
        "lon": 3.4184971,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960227,\n
        "lat": 49.5131971,\n
        "lon": 3.4187513,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960228,\n
        "lat": 49.5131784,\n
        "lon": 3.4187516,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960229,\n
        "lat": 49.5133917,\n
        "lon": 3.4204063,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960230,\n
        "lat": 49.5133939,\n
        "lon": 3.4201290,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960231,\n
        "lat": 49.5132976,\n
        "lon": 3.4201286,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960232,\n
        "lat": 49.5132950,\n
        "lon": 3.4204064,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960233,\n
        "lat": 49.5130664,\n
        "lon": 3.4188144,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960234,\n
        "lat": 49.5130455,\n
        "lon": 3.4188159,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960235,\n
        "lat": 49.5130467,\n
        "lon": 3.4188578,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960236,\n
        "lat": 49.5130676,\n
        "lon": 3.4188564,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960237,\n
        "lat": 49.5130572,\n
        "lon": 3.4186417,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960238,\n
        "lat": 49.5130373,\n
        "lon": 3.4186438,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960239,\n
        "lat": 49.5130385,\n
        "lon": 3.4186733,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960240,\n
        "lat": 49.5130584,\n
        "lon": 3.4186715,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960241,\n
        "lat": 49.5124280,\n
        "lon": 3.4208506,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960242,\n
        "lat": 49.5124110,\n
        "lon": 3.4208184,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960243,\n
        "lat": 49.5123759,\n
        "lon": 3.4208621,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960244,\n
        "lat": 49.5123929,\n
        "lon": 3.4208942,\n
        "timestamp": "2017-05-06T06:10:20Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960321,\n
        "lat": 49.5153294,\n
        "lon": 3.4126757,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960322,\n
        "lat": 49.5153016,\n
        "lon": 3.4127059,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960323,\n
        "lat": 49.5153170,\n
        "lon": 3.4127392,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960324,\n
        "lat": 49.5153447,\n
        "lon": 3.4127090,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960325,\n
        "lat": 49.5151595,\n
        "lon": 3.4121796,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960326,\n
        "lat": 49.5151904,\n
        "lon": 3.4122475,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960327,\n
        "lat": 49.5152199,\n
        "lon": 3.4122159,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960328,\n
        "lat": 49.5151891,\n
        "lon": 3.4121480,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960329,\n
        "lat": 49.5151200,\n
        "lon": 3.4124797,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960330,\n
        "lat": 49.5151384,\n
        "lon": 3.4124602,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960331,\n
        "lat": 49.5151072,\n
        "lon": 3.4123905,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960332,\n
        "lat": 49.5151223,\n
        "lon": 3.4123745,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960333,\n
        "lat": 49.5150998,\n
        "lon": 3.4123238,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960334,\n
        "lat": 49.5150663,\n
        "lon": 3.4123591,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960335,\n
        "lat": 49.5151662,\n
        "lon": 3.4125831,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960336,\n
        "lat": 49.5151414,\n
        "lon": 3.4125275,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960337,\n
        "lat": 49.5151113,\n
        "lon": 3.4125593,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960338,\n
        "lat": 49.5151353,\n
        "lon": 3.4126163,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960339,\n
        "lat": 49.5151166,\n
        "lon": 3.4125537,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960340,\n
        "lat": 49.5146618,\n
        "lon": 3.4113999,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960341,\n
        "lat": 49.5146167,\n
        "lon": 3.4113450,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960342,\n
        "lat": 49.5145946,\n
        "lon": 3.4113873,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960343,\n
        "lat": 49.5146397,\n
        "lon": 3.4114423,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960344,\n
        "lat": 49.5144984,\n
        "lon": 3.4121441,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960345,\n
        "lat": 49.5158628,\n
        "lon": 3.4178501,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960346,\n
        "lat": 49.5159451,\n
        "lon": 3.4178432,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960347,\n
        "lat": 49.5159323,\n
        "lon": 3.4178025,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960348,\n
        "lat": 49.5159038,\n
        "lon": 3.4178230,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960349,\n
        "lat": 49.5159002,\n
        "lon": 3.4178136,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960350,\n
        "lat": 49.5165940,\n
        "lon": 3.4166741,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960351,\n
        "lat": 49.5165691,\n
        "lon": 3.4165888,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960352,\n
        "lat": 49.5165142,\n
        "lon": 3.4166244,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960353,\n
        "lat": 49.5170366,\n
        "lon": 3.4175638,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960354,\n
        "lat": 49.5170516,\n
        "lon": 3.4175532,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960355,\n
        "lat": 49.5170429,\n
        "lon": 3.4175291,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960356,\n
        "lat": 49.5170278,\n
        "lon": 3.4175407,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960357,\n
        "lat": 49.5171019,\n
        "lon": 3.4174622,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960358,\n
        "lat": 49.5163220,\n
        "lon": 3.4156657,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960359,\n
        "lat": 49.5162625,\n
        "lon": 3.4157138,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960360,\n
        "lat": 49.5162679,\n
        "lon": 3.4157292,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960361,\n
        "lat": 49.5171569,\n
        "lon": 3.4166224,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960362,\n
        "lat": 49.5164920,\n
        "lon": 3.4170743,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960363,\n
        "lat": 49.5164329,\n
        "lon": 3.4170779,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960364,\n
        "lat": 49.5168759,\n
        "lon": 3.4162303,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960365,\n
        "lat": 49.5169111,\n
        "lon": 3.4161853,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960366,\n
        "lat": 49.5164421,\n
        "lon": 3.4168908,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960367,\n
        "lat": 49.5164205,\n
        "lon": 3.4172534,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960368,\n
        "lat": 49.5163963,\n
        "lon": 3.4172120,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960369,\n
        "lat": 49.5163836,\n
        "lon": 3.4172296,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960370,\n
        "lat": 49.5164078,\n
        "lon": 3.4172710,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960371,\n
        "lat": 49.5287399,\n
        "lon": 3.4126854,\n
        "timestamp": "2017-05-06T06:10:23Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960372,\n
        "lat": 49.5286855,\n
        "lon": 3.4126857,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960373,\n
        "lat": 49.5285672,\n
        "lon": 3.4130655,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960374,\n
        "lat": 49.5125092,\n
        "lon": 3.4172846,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960375,\n
        "lat": 49.5128603,\n
        "lon": 3.4161458,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960376,\n
        "lat": 49.5128766,\n
        "lon": 3.4162496,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960377,\n
        "lat": 49.5128974,\n
        "lon": 3.4162440,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960378,\n
        "lat": 49.5132011,\n
        "lon": 3.4165232,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960379,\n
        "lat": 49.5132277,\n
        "lon": 3.4165107,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960380,\n
        "lat": 49.5132217,\n
        "lon": 3.4164797,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960381,\n
        "lat": 49.5131207,\n
        "lon": 3.4163949,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960382,\n
        "lat": 49.5130867,\n
        "lon": 3.4158596,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960383,\n
        "lat": 49.5131610,\n
        "lon": 3.4158316,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960384,\n
        "lat": 49.5126714,\n
        "lon": 3.4156144,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960385,\n
        "lat": 49.5126201,\n
        "lon": 3.4156349,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960386,\n
        "lat": 49.5126270,\n
        "lon": 3.4156755,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4837960387,\n
        "lat": 49.5126783,\n
        "lon": 3.4156552,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064674,\n
        "lat": 49.5136321,\n
        "lon": 3.4187327,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064675,\n
        "lat": 49.5136994,\n
        "lon": 3.4190351,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064676,\n
        "lat": 49.5133267,\n
        "lon": 3.4191063,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064677,\n
        "lat": 49.5124434,\n
        "lon": 3.4188581,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064678,\n
        "lat": 49.5125550,\n
        "lon": 3.4190313,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064679,\n
        "lat": 49.5135947,\n
        "lon": 3.4206164,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064680,\n
        "lat": 49.5135231,\n
        "lon": 3.4206234,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064681,\n
        "lat": 49.5135175,\n
        "lon": 3.4204551,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064682,\n
        "lat": 49.5134915,\n
        "lon": 3.4203643,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064683,\n
        "lat": 49.5135574,\n
        "lon": 3.4203203,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064684,\n
        "lat": 49.5135873,\n
        "lon": 3.4204259,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064685,\n
        "lat": 49.5139729,\n
        "lon": 3.4208540,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064686,\n
        "lat": 49.5138882,\n
        "lon": 3.4208598,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064687,\n
        "lat": 49.5138816,\n
        "lon": 3.4206566,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064688,\n
        "lat": 49.5139664,\n
        "lon": 3.4206505,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064690,\n
        "lat": 49.5155978,\n
        "lon": 3.4163934,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064691,\n
        "lat": 49.5155133,\n
        "lon": 3.4164805,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064692,\n
        "lat": 49.5154691,\n
        "lon": 3.4163752,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064693,\n
        "lat": 49.5155541,\n
        "lon": 3.4162886,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064694,\n
        "lat": 49.5185557,\n
        "lon": 3.4133217,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064695,\n
        "lat": 49.5184716,\n
        "lon": 3.4134163,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064696,\n
        "lat": 49.5184260,\n
        "lon": 3.4133210,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064697,\n
        "lat": 49.5185097,\n
        "lon": 3.4132264,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064698,\n
        "lat": 49.5186690,\n
        "lon": 3.4132036,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064699,\n
        "lat": 49.5186513,\n
        "lon": 3.4132203,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064700,\n
        "lat": 49.5186769,\n
        "lon": 3.4132848,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064701,\n
        "lat": 49.5186243,\n
        "lon": 3.4133339,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064702,\n
        "lat": 49.5185589,\n
        "lon": 3.4131696,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064703,\n
        "lat": 49.5186640,\n
        "lon": 3.4130707,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064704,\n
        "lat": 49.5186994,\n
        "lon": 3.4131587,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064705,\n
        "lat": 49.5186640,\n
        "lon": 3.4131919,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064706,\n
        "lat": 49.5175240,\n
        "lon": 3.4173070,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064707,\n
        "lat": 49.5174423,\n
        "lon": 3.4173889,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064708,\n
        "lat": 49.5174044,\n
        "lon": 3.4172998,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064709,\n
        "lat": 49.5174861,\n
        "lon": 3.4172180,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064710,\n
        "lat": 49.5127271,\n
        "lon": 3.4209071,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064711,\n
        "lat": 49.5126517,\n
        "lon": 3.4209766,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064712,\n
        "lat": 49.5126191,\n
        "lon": 3.4208925,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8617064713,\n
        "lat": 49.5126942,\n
        "lon": 3.4208228,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185030,\n
        "lat": 49.5105087,\n
        "lon": 3.4187213,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185031,\n
        "lat": 49.5105836,\n
        "lon": 3.4186315,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185032,\n
        "lat": 49.5105158,\n
        "lon": 3.4184975,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185033,\n
        "lat": 49.5111557,\n
        "lon": 3.4163461,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185034,\n
        "lat": 49.5113477,\n
        "lon": 3.4167212,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185035,\n
        "lat": 49.5114077,\n
        "lon": 3.4166483,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185036,\n
        "lat": 49.5113857,\n
        "lon": 3.4166053,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185037,\n
        "lat": 49.5114484,\n
        "lon": 3.4165292,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185038,\n
        "lat": 49.5112784,\n
        "lon": 3.4161971,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185039,\n
        "lat": 49.5128110,\n
        "lon": 3.4153475,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185040,\n
        "lat": 49.5128297,\n
        "lon": 3.4154443,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185041,\n
        "lat": 49.5129640,\n
        "lon": 3.4153826,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185042,\n
        "lat": 49.5129453,\n
        "lon": 3.4152858,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185055,\n
        "lat": 49.5186881,\n
        "lon": 3.4150004,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185056,\n
        "lat": 49.5185648,\n
        "lon": 3.4151934,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185057,\n
        "lat": 49.5187612,\n
        "lon": 3.4154910,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185058,\n
        "lat": 49.5188845,\n
        "lon": 3.4152980,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185059,\n
        "lat": 49.5184495,\n
        "lon": 3.4129790,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185060,\n
        "lat": 49.5185001,\n
        "lon": 3.4131116,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185061,\n
        "lat": 49.5185612,\n
        "lon": 3.4130562,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185062,\n
        "lat": 49.5185106,\n
        "lon": 3.4129236,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185063,\n
        "lat": 49.5185375,\n
        "lon": 3.4131177,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185064,\n
        "lat": 49.5186432,\n
        "lon": 3.4130171,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185065,\n
        "lat": 49.5187549,\n
        "lon": 3.4128008,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185066,\n
        "lat": 49.5187699,\n
        "lon": 3.4128393,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185067,\n
        "lat": 49.5187186,\n
        "lon": 3.4128868,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185068,\n
        "lat": 49.5187011,\n
        "lon": 3.4128420,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185069,\n
        "lat": 49.5186578,\n
        "lon": 3.4128822,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185070,\n
        "lat": 49.5187168,\n
        "lon": 3.4130334,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185071,\n
        "lat": 49.5187496,\n
        "lon": 3.4130029,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185072,\n
        "lat": 49.5187626,\n
        "lon": 3.4130360,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185073,\n
        "lat": 49.5188331,\n
        "lon": 3.4129707,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185074,\n
        "lat": 49.5188254,\n
        "lon": 3.4129511,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185075,\n
        "lat": 49.5188495,\n
        "lon": 3.4129287,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185076,\n
        "lat": 49.5187877,\n
        "lon": 3.4127704,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185077,\n
        "lat": 49.5187653,\n
        "lon": 3.4126277,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185078,\n
        "lat": 49.5188059,\n
        "lon": 3.4127468,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185079,\n
        "lat": 49.5188728,\n
        "lon": 3.4126926,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185080,\n
        "lat": 49.5188696,\n
        "lon": 3.4126832,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185081,\n
        "lat": 49.5189134,\n
        "lon": 3.4126477,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 13125185082,\n
        "lat": 49.5188760,\n
        "lon": 3.4125381,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "way",\n
        "id": 491715995,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960361,\n
          4837958413,\n
          4837960139,\n
          4837960140,\n
          4837960361\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": 491715996,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958843,\n
          4837960215,\n
          4837958844,\n
          4837960214,\n
          4837958845,\n
          4837958846,\n
          4837958847,\n
          4837958848,\n
          4837958849,\n
          4837958850,\n
          4837958851,\n
          4837958843\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491715997,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960149,\n
          4837960150,\n
          4837958570,\n
          4837960151,\n
          4837960152,\n
          4837960149\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": 491715998,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960110,\n
          4837960111,\n
          4837960106,\n
          4837960105,\n
          4837960110\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": 491715999,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958430,\n
          4837958431,\n
          4837958428,\n
          4837958429,\n
          4837958430\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716000,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960118,\n
          4837960119,\n
          4837960117,\n
          4837958068,\n
          4837958067,\n
          4837960118\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": 491716001,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958681,\n
          4837958682,\n
          4837958679,\n
          4837958680,\n
          4837958675,\n
          4837958676,\n
          4837958677,\n
          4837958678,\n
          4837958681\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716002,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958639,\n
          4837958640,\n
          4837958641,\n
          4837958642,\n
          4837958643,\n
          4837958644,\n
          4837958639\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716003,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958696,\n
          4837958697,\n
          4837958698,\n
          4837957445,\n
          4837958696\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716004,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958947,\n
          4837958949,\n
          4837958950,\n
          4837958948,\n
          4837958945,\n
          4837958946,\n
          4837958947\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716005,\n
        "timestamp": "2017-05-06T06:10:24Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957632,\n
          4837957633,\n
          4837957634,\n
          4837957635,\n
          4837957636,\n
          4837957637,\n
          4837957638,\n
          4837957639,\n
          4837957632\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716006,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957644,\n
          4837957645,\n
          4837957646,\n
          4837957647,\n
          4837957644\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716007,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959214,\n
          4837959215,\n
          4837959216,\n
          4837959217,\n
          4837959214\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716008,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957121,\n
          4837957122,\n
          4837957123,\n
          4837957124,\n
          4837957125,\n
          4837957126,\n
          4837957127,\n
          4837957128,\n
          4837957121\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716009,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957024,\n
          4837957025,\n
          4837957132,\n
          4837957133,\n
          4837957134,\n
          4837957135,\n
          4837957136,\n
          4837957137,\n
          4837957129,\n
          4837957130,\n
          4837957131,\n
          4837957024\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716010,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959192,\n
          4837959193,\n
          4837959194,\n
          4837959195,\n
          4837959192\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716011,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956844,\n
          4837956845,\n
          4837956846,\n
          4837956847,\n
          4837956848,\n
          4837956849,\n
          4837956844\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716012,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960056,\n
          4837957319,\n
          4837957318,\n
          4837957317,\n
          4837960057,\n
          4837960056\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": 491716013,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956850,\n
          4837956851,\n
          4837956852,\n
          4837956853,\n
          4837956854,\n
          4837956855,\n
          4837956856,\n
          4837956857,\n
          4837956858,\n
          4837956859,\n
          4837956860,\n
          4837956861,\n
          4837956862,\n
          4837956850\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716014,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958841,\n
          4837958842,\n
          4837958839,\n
          4837960216,\n
          4837958840,\n
          4837958841\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716015,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960017,\n
          4837960018,\n
          4837960019,\n
          4837960020,\n
          4837960017\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": 491716016,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956863,\n
          4837956864,\n
          4837956865,\n
          4837956866,\n
          4837956863\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716017,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958852,\n
          4837958853,\n
          4837958854,\n
          4837958855,\n
          4837960218,\n
          4837958852\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716018,\n
        "timestamp": "2017-05-06T06:10:25Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956867,\n
          4837956868,\n
          4837956869,\n
          4837956870,\n
          4837956871,\n
          4837956872,\n
          4837956873,\n
          4837959890,\n
          4837956867\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716019,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958856,\n
          4837958857,\n
          4837958858,\n
          4837958859,\n
          4837958860,\n
          4837959801,\n
          4837958861,\n
          4837958862,\n
          4837958856\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716020,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956874,\n
          4837956875,\n
          4837956876,\n
          4837956877,\n
          4837956874\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716021,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958863,\n
          4837958864,\n
          4837958865,\n
          4837958866,\n
          4837958867,\n
          4837958868,\n
          4837958869,\n
          4837958870,\n
          4837958871,\n
          4837958872,\n
          4837958873,\n
          4837958863\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716022,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956878,\n
          4837956879,\n
          4837956880,\n
          4837956881,\n
          4837956878\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716023,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959340,\n
          4837959341,\n
          4837959342,\n
          4837959343,\n
          4837959344,\n
          4837959345,\n
          4837959340\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716024,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956882,\n
          4837956883,\n
          4837956884,\n
          4837956885,\n
          4837956882\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716025,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958874,\n
          4837958875,\n
          4837958876,\n
          4837958877,\n
          4837958874\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716026,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956886,\n
          4837956887,\n
          4837956888,\n
          4837956905,\n
          4837956889,\n
          4837956886\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716027,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958878,\n
          4837958879,\n
          4837958880,\n
          4837958881,\n
          4837958882,\n
          4837958883,\n
          4837958884,\n
          4837958885,\n
          4837958878\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716028,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956890,\n
          4837956891,\n
          4837956892,\n
          4837956893,\n
          4837956890\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716029,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956894,\n
          4837956895,\n
          4837956902,\n
          4837956896,\n
          4837956897,\n
          4837956894\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716030,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958881,\n
          4837958886,\n
          4837958887,\n
          4837958888,\n
          4837958882,\n
          4837958881\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716031,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956898,\n
          4837956899,\n
          4837956900,\n
          4837956901,\n
          4837956898\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716032,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958889,\n
          4837958890,\n
          4837958891,\n
          4837958892,\n
          4837960221,\n
          4837958889\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716033,\n
        "timestamp": "2017-05-06T06:10:26Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956902,\n
          4837956903,\n
          4837956904,\n
          4837956896,\n
          4837956902\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716034,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958893,\n
          4837958894,\n
          4837958895,\n
          4837958896,\n
          4837958897,\n
          4837958898,\n
          4837958899,\n
          4837958900,\n
          4837958893\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716035,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956905,\n
          4837956888,\n
          4837956906,\n
          4837956907,\n
          4837956905\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716036,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956908,\n
          4837956909,\n
          4837956910,\n
          4837956911,\n
          4837956908\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716037,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958901,\n
          4837958902,\n
          4837960099,\n
          4837958903,\n
          4837958904,\n
          4837958905,\n
          4837958906,\n
          4837958907,\n
          4837958908,\n
          4837958901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716038,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837956912,\n
          4837956913,\n
          4837956914,\n
          4837956915,\n
          4837956916,\n
          4837956917,\n
          4837956912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716039,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958909,\n
          4837958910,\n
          4837960226,\n
          4837958911,\n
          4837958912,\n
          4837958913,\n
          4837958914,\n
          4837958909\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716040,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4837957021,\n
          4837957022,\n
          4837957023,\n
          4837956918,\n
          4837956919,\n
          4837956920,\n
          4837957021\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716041,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958915,\n
          4837958916,\n
          4837960228,\n
          4837958917,\n
          4837958918,\n
          4837958919,\n
          4837958920,\n
          4837958921,\n
          4837958922,\n
          4837958915\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716042,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959468,\n
          4837959469,\n
          4837959470,\n
          4837959471,\n
          4837959468\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716043,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957026,\n
          4837957027,\n
          4837957028,\n
          4837957029,\n
          4837957026\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716044,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958923,\n
          4837958924,\n
          4837958925,\n
          4837958926,\n
          4837958927,\n
          4837958928,\n
          4837958923\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716045,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957150,\n
          4837957030,\n
          4837957031,\n
          4837957146,\n
          4837957147,\n
          4837957148,\n
          4837957149,\n
          4837957150\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716046,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960070,\n
          4837960071,\n
          4837957316,\n
          4837957315,\n
          4837957314,\n
          4837960070\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": 491716047,\n
        "timestamp": "2017-05-06T06:10:27Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958929,\n
          4837958930,\n
          4837958931,\n
          4837958932,\n
          4837958929\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716048,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957032,\n
          4837957033,\n
          4837957034,\n
          4837957035,\n
          4837957032\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716049,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959670,\n
          4837959678,\n
          4837959512,\n
          4837959665,\n
          4837959671,\n
          4837959670\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": 491716050,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958933,\n
          4837958934,\n
          4837958935,\n
          4837958936,\n
          4837958933\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716051,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957036,\n
          4837957037,\n
          4837957038,\n
          4837957039,\n
          4837957040,\n
          4837957041,\n
          4837957042,\n
          4837957036\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716052,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958937,\n
          4837958938,\n
          4837958939,\n
          4837958940,\n
          4837958937\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716053,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957043,\n
          4837957044,\n
          4837957045,\n
          4837957046,\n
          4837959901,\n
          4837959900,\n
          4837957043\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716054,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957047,\n
          4837957048,\n
          4837957049,\n
          4837957050,\n
          4837957047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716055,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958951,\n
          4837958952,\n
          4837958953,\n
          4837958954,\n
          4837958951\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716056,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958955,\n
          4837958956,\n
          4837958957,\n
          4837958958,\n
          4837958959,\n
          4837958955\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716057,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957059,\n
          4837957060,\n
          4837957061,\n
          4837957062,\n
          4837957059\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716058,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958959,\n
          4837958958,\n
          4837958960,\n
          4837958961,\n
          4837958962,\n
          4837958959\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716059,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957063,\n
          4837957064,\n
          4837957065,\n
          4837957066,\n
          4837957063\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716060,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958963,\n
          4837958964,\n
          4837958965,\n
          4837958966,\n
          4837958963\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716061,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957067,\n
          4837957068,\n
          4837957069,\n
          4837957070,\n
          4837957067\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716062,\n
        "timestamp": "2017-05-06T06:10:28Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958967,\n
          4837959965,\n
          4837958968,\n
          4837958969,\n
          4837958970,\n
          4837958967\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716063,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957071,\n
          4837957072,\n
          4837957073,\n
          4837957074,\n
          4837957075,\n
          4837957076,\n
          4837957077,\n
          4837957078,\n
          4837957079,\n
          4837957080,\n
          4837957081,\n
          4837957082,\n
          4837957071\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716064,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959476,\n
          4837959477,\n
          4837959478,\n
          4837959479,\n
          4837959480,\n
          4837959481,\n
          4837959476\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716065,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958964,\n
          4837958971,\n
          4837958972,\n
          4837958973,\n
          4837958974,\n
          4837958975,\n
          4837958964\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716066,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958976,\n
          4837958977,\n
          4837958978,\n
          4837958979,\n
          4837958980,\n
          4837958981,\n
          4837958976\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716067,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957083,\n
          4837957084,\n
          4837957085,\n
          4837957086,\n
          4837957083\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716068,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960078,\n
          4837960079,\n
          4837960080,\n
          4837960081,\n
          4837960078\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": 491716069,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958982,\n
          4837958983,\n
          4837958984,\n
          4837958985,\n
          4837958982\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716070,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957087,\n
          4837957088,\n
          4837957089,\n
          4837957090,\n
          4837957087\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716071,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958986,\n
          4837958987,\n
          4837958988,\n
          4837958989,\n
          4837958986\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716072,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957091,\n
          4837957092,\n
          4837957093,\n
          4837957094,\n
          4837957091\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716073,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958990,\n
          4837958991,\n
          4837958992,\n
          4837958993,\n
          4837958990\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716074,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957095,\n
          4837957096,\n
          4837957097,\n
          4837957098,\n
          4837957099,\n
          4837957100,\n
          4837957101,\n
          4837957102,\n
          4837957095\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716075,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958994,\n
          4837958995,\n
          4837958996,\n
          4837958997,\n
          4837958994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716076,\n
        "timestamp": "2023-11-21T16:58:08Z",\n
        "version": 5,\n
        "changeset": 144296005,\n
        "user": "user_5589",\n
        "uid": 5589,\n
        "nodes": [\n
          4837959210,\n
          4837959211,\n
          4837959212,\n
          4837959213,\n
          4837959210\n
        ],\n
        "tags": {\n
          "building": "transformer_tower",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "substation",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "source:power": "Enedis",\n
          "substation": "minor_distribution",\n
          "voltage": "20000"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716078,\n
        "timestamp": "2017-05-06T06:10:29Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958998,\n
          4837958999,\n
          4837959000,\n
          4837959001,\n
          4837958998\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716080,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959002,\n
          4837959003,\n
          4837959004,\n
          4837959005,\n
          4837959002\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716081,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957109,\n
          4837957110,\n
          4837957111,\n
          4837957112,\n
          4837959894,\n
          4837957113,\n
          4837957114,\n
          4837957115,\n
          4837957116,\n
          4837957117,\n
          4837957118,\n
          4837957119,\n
          4837957120,\n
          4837957109\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716082,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960082,\n
          4837960083,\n
          4837960084,\n
          4837960085,\n
          4837960082\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": 491716083,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959006,\n
          4837959007,\n
          4837959008,\n
          4837959009,\n
          4837959006\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716084,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4837959010,\n
          4837959011,\n
          4837959012,\n
          4837959013,\n
          4837959010\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716085,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959014,\n
          4837959015,\n
          4837959016,\n
          4837959017,\n
          4837959014\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716086,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959018,\n
          4837959019,\n
          4837959020,\n
          4837959021,\n
          4837959022,\n
          4837959023,\n
          4837959018\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716087,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959024,\n
          4837959025,\n
          4837959026,\n
          4837959027,\n
          4837959024\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716088,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960345,\n
          4837959515,\n
          4837960346,\n
          4837960347,\n
          4837960348,\n
          4837960349,\n
          4837960345\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": 491716089,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959028,\n
          4837959029,\n
          4837959030,\n
          4837959031,\n
          4837959028\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716090,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960086,\n
          4837960087,\n
          4837960088,\n
          4837960089,\n
          4837960086\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": 491716091,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959032,\n
          4837959033,\n
          4837959034,\n
          4837959035,\n
          4837959032\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716092,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959036,\n
          4837959037,\n
          4837959038,\n
          4837959039,\n
          4837959979,\n
          4837959040,\n
          4837959041,\n
          4837959036\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716093,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959042,\n
          4837959043,\n
          4837959044,\n
          4837959045,\n
          4837959042\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716094,\n
        "timestamp": "2017-05-06T06:10:30Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957151,\n
          4837957152,\n
          4837957153,\n
          4837957154,\n
          4837957151\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716095,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959046,\n
          4837959047,\n
          4837959048,\n
          4837959049,\n
          4837959050,\n
          4837959051,\n
          4837959052,\n
          4837959053,\n
          4837959054,\n
          4837959055,\n
          4837959986,\n
          4837959985,\n
          4837959056,\n
          4837959046\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716096,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957155,\n
          4837959906,\n
          4837959907,\n
          4837957156,\n
          4837957157,\n
          4837957158,\n
          4837957159,\n
          4837957160,\n
          4837957161,\n
          4837957162,\n
          4837957163,\n
          4837957164,\n
          4837957165,\n
          4837957166,\n
          4837957167,\n
          4837957168,\n
          4837957155\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716097,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960090,\n
          4837960091,\n
          4837960092,\n
          4837960093,\n
          4837960090\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": 491716098,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959057,\n
          4837959058,\n
          4837959059,\n
          4837959060,\n
          4837959061,\n
          4837959057\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716099,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959062,\n
          4837959063,\n
          4837959064,\n
          4837959065,\n
          4837959062\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716100,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959066,\n
          4837959067,\n
          4837959068,\n
          4837959069,\n
          4837959982,\n
          4837959981,\n
          4837959070,\n
          4837959071,\n
          4837959072,\n
          4837959073,\n
          4837959066\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716101,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957177,\n
          4837957178,\n
          4837957179,\n
          4837957180,\n
          4837957177\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716102,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959074,\n
          4837959075,\n
          4837959076,\n
          4837959077,\n
          4837959078,\n
          4837959074\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716103,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957181,\n
          4837957182,\n
          4837957183,\n
          4837957184,\n
          4837957181\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716104,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959079,\n
          4837959080,\n
          4837959081,\n
          4837959082,\n
          4837959083,\n
          4837959084,\n
          4837959085,\n
          4837959989,\n
          4837959086,\n
          4837959079\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716105,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957189,\n
          4837957190,\n
          4837957191,\n
          4837957192,\n
          4837957193,\n
          4837957194,\n
          4837957189\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716106,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959087,\n
          4837959088,\n
          4837959057,\n
          4837959061,\n
          4837959089,\n
          4837959087\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716107,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957195,\n
          4837957196,\n
          4837957197,\n
          4837957198,\n
          4837957195\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716108,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959090,\n
          4837959091,\n
          4837959092,\n
          4837959093,\n
          4837959090\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716109,\n
        "timestamp": "2017-05-06T06:10:31Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957199,\n
          4837957200,\n
          4837957201,\n
          4837957202,\n
          4837957199\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716110,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959094,\n
          4837959095,\n
          4837959096,\n
          4837959097,\n
          4837959098,\n
          4837959099,\n
          4837959094\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716111,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957203,\n
          4837957204,\n
          4837957205,\n
          4837957206,\n
          4837957207,\n
          4837957208,\n
          4837957203\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716112,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4837959100,\n
          4837959101,\n
          4837959102,\n
          13125185030,\n
          4837959103,\n
          4837959100\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716113,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957209,\n
          4837957210,\n
          4837957211,\n
          4837957212,\n
          4837957213,\n
          4837957214,\n
          4837957215,\n
          4837957216,\n
          4837957209\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716114,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959096,\n
          4837959104,\n
          4837959105,\n
          4837959106,\n
          4837959107,\n
          4837959108,\n
          4837959109,\n
          4837959110,\n
          4837959111,\n
          4837959097,\n
          4837959096\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716115,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957217,\n
          4837957218,\n
          4837957219,\n
          4837957220,\n
          4837957221,\n
          4837957222,\n
          4837957223,\n
          4837957224,\n
          4837957217\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716116,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959112,\n
          4837959107,\n
          4837959113,\n
          4837959114,\n
          4837959112\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716117,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959115,\n
          4837959116,\n
          4837959117,\n
          4837959118,\n
          4837959119,\n
          4837959120,\n
          4837959115\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716118,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957225,\n
          4837957226,\n
          4837957227,\n
          4837957228,\n
          4837957225\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716119,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959121,\n
          4837959122,\n
          4837959123,\n
          4837959124,\n
          4837959121\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716120,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957229,\n
          4837957230,\n
          4837957231,\n
          4837957232,\n
          4837957229\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716121,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959125,\n
          4837959126,\n
          4837959127,\n
          4837959128,\n
          4837959125\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716122,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957233,\n
          4837957234,\n
          4837957235,\n
          4837957236,\n
          4837957237,\n
          4837957238,\n
          4837957239,\n
          4837957240,\n
          4837957241,\n
          4837957242,\n
          4837957243,\n
          4837957244,\n
          4837957233\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716123,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959129,\n
          4837959130,\n
          4837959131,\n
          4837959132,\n
          4837959129\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716124,\n
        "timestamp": "2017-05-06T06:10:32Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959133,\n
          4837959134,\n
          4837959135,\n
          4837959136,\n
          4837959137,\n
          4837959138,\n
          4837959139,\n
          4837959140,\n
          4837959133\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716125,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957245,\n
          4837957246,\n
          4837957247,\n
          4837957248,\n
          4837957245\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716126,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959141,\n
          4837959142,\n
          4837959143,\n
          4837959144,\n
          4837959141\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716127,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957249,\n
          4837957250,\n
          4837957251,\n
          4837957252,\n
          4837957253,\n
          4837957254,\n
          4837957255,\n
          4837957256,\n
          4837957257,\n
          4837957258,\n
          4837957249\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716128,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958699,\n
          4837958700,\n
          4837958701,\n
          4837958702,\n
          4837958699\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716129,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958703,\n
          4837958704,\n
          4837958705,\n
          4837958706,\n
          4837958703\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716130,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957259,\n
          4837957260,\n
          4837957261,\n
          4837957262,\n
          4837957259\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716131,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958707,\n
          4837958708,\n
          4837958709,\n
          4837958710,\n
          4837958707\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716132,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957263,\n
          4837957264,\n
          4837957265,\n
          4837957266,\n
          4837960032,\n
          4837957263\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716133,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959735,\n
          4837959736,\n
          4837959737,\n
          4837959738,\n
          4837959735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716134,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958711,\n
          4837958712,\n
          4837958713,\n
          4837958714,\n
          4837958715,\n
          4837958716,\n
          4837958717,\n
          4837958718,\n
          4837958711\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716135,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957267,\n
          4837957268,\n
          4837957269,\n
          4837957270,\n
          4837957267\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716136,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957271,\n
          4837957272,\n
          4837957273,\n
          4837957274,\n
          4837957271\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716137,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958719,\n
          4837958720,\n
          4837959221,\n
          4837959222,\n
          4837959223,\n
          4837959224,\n
          4837958719\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716138,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957275,\n
          4837957276,\n
          4837957277,\n
          4837957278,\n
          4837957279,\n
          4837957280,\n
          4837957275\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716139,\n
        "timestamp": "2017-05-06T06:10:33Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959225,\n
          4837959226,\n
          4837959227,\n
          4837959228,\n
          4837959225\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716140,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957281,\n
          4837957282,\n
          4837957283,\n
          4837957284,\n
          4837957285,\n
          4837959917,\n
          4837957281\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716141,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959229,\n
          4837959230,\n
          4837959231,\n
          4837959232,\n
          4837959229\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716142,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957286,\n
          4837957287,\n
          4837957288,\n
          4837957289,\n
          4837957286\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716143,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959233,\n
          4837959234,\n
          4837959235,\n
          4837959236,\n
          4837959233\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716144,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957290,\n
          4837957291,\n
          4837957292,\n
          4837957293,\n
          4837957290\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716145,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959237,\n
          4837959238,\n
          4837959239,\n
          4837959240,\n
          4837959241,\n
          4837959242,\n
          4837959237\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716146,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957294,\n
          4837957295,\n
          4837957296,\n
          4837957297,\n
          4837957298,\n
          4837957299,\n
          4837957300,\n
          4837957301,\n
          4837957302,\n
          4837957294\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716147,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959243,\n
          4837959244,\n
          4837959245,\n
          4837959246,\n
          4837959243\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716148,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959247,\n
          4837959248,\n
          4837959249,\n
          4837959250,\n
          4837959247\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716149,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957303,\n
          4837957304,\n
          4837957305,\n
          4837957306,\n
          4837957307,\n
          4837957308,\n
          4837957309,\n
          4837957310,\n
          4837957311,\n
          4837957312,\n
          4837957303\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716150,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959251,\n
          4837959252,\n
          4837959253,\n
          4837959254,\n
          4837959251\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716151,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959255,\n
          4837959256,\n
          4837959257,\n
          4837959258,\n
          4837959255\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716152,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957313,\n
          4837960070,\n
          4837957314,\n
          4837957315,\n
          4837957316,\n
          4837957317,\n
          4837957318,\n
          4837957319,\n
          4837960056,\n
          4837957320,\n
          4837957321,\n
          4837957322,\n
          4837957313\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716153,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959259,\n
          4837959260,\n
          4837959261,\n
          4837959262,\n
          4837959259\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716154,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959263,\n
          4837959264,\n
          4837959265,\n
          4837959266,\n
          4837959263\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716155,\n
        "timestamp": "2017-05-06T06:10:34Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957323,\n
          4837957324,\n
          4837957325,\n
          4837957326,\n
          4837957323\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716156,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959267,\n
          4837959268,\n
          4837959269,\n
          4837959270,\n
          4837959271,\n
          4837959272,\n
          4837960000,\n
          4837959999,\n
          4837959273,\n
          4837959267\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716157,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959352,\n
          4837959353,\n
          4837959354,\n
          4837959355,\n
          4837959356,\n
          4837959352\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716158,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957331,\n
          4837957332,\n
          4837957333,\n
          4837957334,\n
          4837957331\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716159,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959274,\n
          4837959275,\n
          4837959276,\n
          4837959277,\n
          4837959274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716160,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959278,\n
          4837959279,\n
          4837959280,\n
          4837959281,\n
          4837959282,\n
          4837959283,\n
          4837959284,\n
          4837959285,\n
          4837959278\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716161,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957341,\n
          4837957342,\n
          4837957343,\n
          4837960074,\n
          4837957344,\n
          4837957345,\n
          4837957346,\n
          4837957341\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716162,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959278,\n
          4837959285,\n
          4837959286,\n
          4837959287,\n
          4837959278\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716163,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959288,\n
          4837959289,\n
          4837959290,\n
          4837959291,\n
          4837959292,\n
          4837959293,\n
          4837959288\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716164,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957342,\n
          4837957347,\n
          4837957348,\n
          4837957349,\n
          4837957343,\n
          4837957342\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716165,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957350,\n
          4837957351,\n
          4837957352,\n
          4837957353,\n
          4837957350\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716166,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959294,\n
          4837959295,\n
          4837959296,\n
          4837959297,\n
          4837959294\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716167,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957354,\n
          4837957355,\n
          4837957356,\n
          4837957357,\n
          4837957358,\n
          4837957359,\n
          4837957360,\n
          4837957361,\n
          4837957362,\n
          4837957363,\n
          4837957364,\n
          4837957365,\n
          4837957354\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716168,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959298,\n
          4837959299,\n
          4837959300,\n
          4837959301,\n
          4837959302,\n
          4837959303,\n
          4837959304,\n
          4837959305,\n
          4837959306,\n
          4837959307,\n
          4837959308,\n
          4837959309,\n
          4837959298\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716169,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957366,\n
          4837957367,\n
          4837957368,\n
          4837957369,\n
          4837957370,\n
          4837957366\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716170,\n
        "timestamp": "2017-05-06T06:10:35Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959310,\n
          4837959311,\n
          4837959312,\n
          4837959313,\n
          4837959310\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716171,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957370,\n
          4837957369,\n
          4837957371,\n
          4837957372,\n
          4837957373,\n
          4837957370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716172,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959314,\n
          4837959315,\n
          4837959316,\n
          4837959317,\n
          4837959318,\n
          4837960018,\n
          4837960017,\n
          4837959319,\n
          4837959320,\n
          4837959321,\n
          4837959314\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716173,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957374,\n
          4837957375,\n
          4837957376,\n
          4837957377,\n
          4837957374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716174,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959322,\n
          4837959323,\n
          4837959324,\n
          4837959325,\n
          4837959326,\n
          4837959327,\n
          4837959322\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716175,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957380,\n
          4837957381,\n
          4837957382,\n
          4837957383,\n
          4837957384,\n
          4837957385,\n
          4837957380\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716176,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959328,\n
          4837959329,\n
          4837959330,\n
          4837959331,\n
          4837959328\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716177,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957386,\n
          4837957387,\n
          4837957388,\n
          4837957389,\n
          4837957386\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716178,\n
        "timestamp": "2017-10-12T13:28:49Z",\n
        "version": 2,\n
        "changeset": 52858499,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4837959332,\n
          4837959333,\n
          4837959334,\n
          4837959335,\n
          4837959332\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716179,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957390,\n
          4837957391,\n
          4837957392,\n
          4837957393,\n
          4837957394,\n
          4837957395,\n
          4837957390\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716180,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959336,\n
          4837959337,\n
          4837959338,\n
          4837959339,\n
          4837959336\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716181,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959757,\n
          4837959758,\n
          4837959759,\n
          4837959760,\n
          4837960377,\n
          4837959757\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716182,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957400,\n
          4837957401,\n
          4837957402,\n
          4837957403,\n
          4837957400\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716183,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959346,\n
          4837959347,\n
          4837959348,\n
          4837959349,\n
          4837959350,\n
          4837959351,\n
          4837959346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716184,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957404,\n
          4837957405,\n
          4837957406,\n
          4837957407,\n
          4837957408,\n
          4837957409,\n
          4837957410,\n
          4837957411,\n
          4837957404\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716185,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960382,\n
          4837959862,\n
          4837959861,\n
          4837960383,\n
          4837959863,\n
          4837960382\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": 491716186,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957412,\n
          4837957413,\n
          4837957414,\n
          4837957415,\n
          4837957412\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716187,\n
        "timestamp": "2017-05-06T06:10:36Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959357,\n
          4837959358,\n
          4837959359,\n
          4837959360,\n
          4837959361,\n
          4837959362,\n
          4837960013,\n
          4837959363,\n
          4837959364,\n
          4837959357\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716188,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957416,\n
          4837957417,\n
          4837957418,\n
          4837957419,\n
          4837957416\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716189,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959365,\n
          4837959366,\n
          4837959367,\n
          4837959368,\n
          4837959365\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716190,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959063,\n
          4837959977,\n
          4837959978,\n
          4837959064,\n
          4837959063\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": 491716191,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959369,\n
          4837959370,\n
          4837959371,\n
          4837959372,\n
          4837959369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716192,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957428,\n
          4837957429,\n
          4837957430,\n
          4837957431,\n
          4837957428\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716193,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959375,\n
          4837959376,\n
          4837959373,\n
          4837959374,\n
          4837959375\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716194,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957432,\n
          4837957433,\n
          4837957434,\n
          4837957435,\n
          4837957436,\n
          4837957437,\n
          4837957438,\n
          4837957439,\n
          4837957432\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716195,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959377,\n
          4837959378,\n
          4837959379,\n
          4837959380,\n
          4837959381,\n
          4837959382,\n
          4837959377\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716196,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957440,\n
          4837957441,\n
          4837957442,\n
          4837957443,\n
          4837957440\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716197,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959383,\n
          4837959384,\n
          4837959385,\n
          4837959386,\n
          4837959383\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716198,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954638,\n
          4837954639,\n
          4837954640,\n
          4837954641,\n
          4837954638\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716199,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959387,\n
          4837959388,\n
          4837959389,\n
          4837959390,\n
          4837959391,\n
          4837959392,\n
          4837959387\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716200,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954642,\n
          4837954643,\n
          4837954644,\n
          4837954645,\n
          4837954642\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716201,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959393,\n
          4837959394,\n
          4837959395,\n
          4837959396,\n
          4837959393\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716202,\n
        "timestamp": "2017-05-06T06:10:37Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954646,\n
          4837954647,\n
          4837954648,\n
          4837954649,\n
          4837954650,\n
          4837954651,\n
          4837954652,\n
          4837954653,\n
          4837954646\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716203,\n
        "timestamp": "2017-10-12T13:28:49Z",\n
        "version": 2,\n
        "changeset": 52858499,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4837959397,\n
          4837959335,\n
          4837959334,\n
          4837959399,\n
          4837959400,\n
          4837959401,\n
          4837959402,\n
          4837959403,\n
          4837959404,\n
          4837959405,\n
          4837959406,\n
          4837959407,\n
          4837959408,\n
          4837959397\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716204,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954654,\n
          4837954655,\n
          4837954656,\n
          4837954657,\n
          4837954654\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716205,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954658,\n
          4837954659,\n
          4837954660,\n
          4837954661,\n
          4837954658\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716206,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959409,\n
          4837959410,\n
          4837959411,\n
          4837959412,\n
          4837959409\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716208,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954662,\n
          4837954663,\n
          4837954664,\n
          4837954665,\n
          4837954666,\n
          4837954667,\n
          4837954668,\n
          4837954669,\n
          4837954662\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716209,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959413,\n
          4837959414,\n
          4837959415,\n
          4837959416,\n
          4837959413\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716210,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959417,\n
          4837959418,\n
          4837959419,\n
          4837959420,\n
          4837959421,\n
          4837959417\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716211,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954670,\n
          4837954671,\n
          4837954672,\n
          4837954673,\n
          4837954670\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716212,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959422,\n
          4837959423,\n
          4837959424,\n
          4837959425,\n
          4837959426,\n
          4837959427,\n
          4837959428,\n
          4837959422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716213,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954678,\n
          4837954679,\n
          4837954680,\n
          4837954681,\n
          4837954682,\n
          4837954683,\n
          4837954678\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716214,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959429,\n
          4837959430,\n
          4837959431,\n
          4837959432,\n
          4837959429\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716215,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954684,\n
          4837954685,\n
          4837954686,\n
          4837954687,\n
          4837954684\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716216,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959433,\n
          4837959434,\n
          4837959435,\n
          4837959436,\n
          4837959437,\n
          4837959438,\n
          4837959433\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716217,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954688,\n
          4837954689,\n
          4837954690,\n
          4837954691,\n
          4837954692,\n
          4837954693,\n
          4837954694,\n
          4837954695,\n
          4837954688\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716218,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959439,\n
          4837959440,\n
          4837959441,\n
          4837959442,\n
          4837960338,\n
          4837960337,\n
          4837959443,\n
          4837959444,\n
          4837959439\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716219,\n
        "timestamp": "2017-05-06T06:10:38Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954696,\n
          4837954697,\n
          4837954698,\n
          4837954699,\n
          4837954696\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716220,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959445,\n
          4837959446,\n
          4837959454,\n
          4837959447,\n
          4837959448,\n
          4837959654,\n
          4837959653,\n
          4837959445\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716221,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954700,\n
          4837954701,\n
          4837954702,\n
          4837954703,\n
          4837954700\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716222,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959449,\n
          4837959450,\n
          4837959451,\n
          4837959452,\n
          4837959453,\n
          4837959461,\n
          4837959447,\n
          4837959454,\n
          4837959449\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716223,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960137,\n
          4837960138,\n
          4837958344,\n
          4837958331,\n
          4837960137\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": 491716224,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959455,\n
          4837959456,\n
          4837959457,\n
          4837959458,\n
          4837959455\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716225,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957624,\n
          4837957625,\n
          4837957626,\n
          4837957627,\n
          4837957624\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716226,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959453,\n
          4837959458,\n
          4837959457,\n
          4837959459,\n
          4837959460,\n
          4837959461,\n
          4837959453\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716227,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954712,\n
          4837954713,\n
          4837954714,\n
          4837954715,\n
          4837954712\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716228,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957185,\n
          4837957186,\n
          4837957187,\n
          4837957188,\n
          4837957185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716229,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959462,\n
          4837959463,\n
          4837959464,\n
          4837959465,\n
          4837959466,\n
          4837959467,\n
          4837959462\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716230,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954716,\n
          4837954717,\n
          4837954718,\n
          4837954719,\n
          4837954716\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716231,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954720,\n
          4837957621,\n
          4837957622,\n
          4837957623,\n
          4837954720\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716232,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959472,\n
          4837959473,\n
          4837959474,\n
          4837959475,\n
          4837959472\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716233,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957628,\n
          4837957629,\n
          4837957630,\n
          4837957631,\n
          4837957628\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716234,\n
        "timestamp": "2017-05-06T06:10:39Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959482,\n
          4837959483,\n
          4837959484,\n
          4837959485,\n
          4837959482\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716235,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959486,\n
          4837959487,\n
          4837959488,\n
          4837959489,\n
          4837959486\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716236,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957327,\n
          4837957328,\n
          4837957329,\n
          4837957330,\n
          4837957327\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716237,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957640,\n
          4837957641,\n
          4837957642,\n
          4837957643,\n
          4837957640\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716238,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959490,\n
          4837959491,\n
          4837959492,\n
          4837959493,\n
          4837959494,\n
          4837959495,\n
          4837959490\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716239,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959496,\n
          4837959497,\n
          4837959498,\n
          4837959499,\n
          4837959500,\n
          4837959501,\n
          4837959496\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716241,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957648,\n
          4837957649,\n
          4837957650,\n
          4837957651,\n
          4837957648\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716242,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959502,\n
          4837959503,\n
          4837959504,\n
          4837959505,\n
          4837959506,\n
          4837959507,\n
          4837959508,\n
          4837959509,\n
          4837959502\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716244,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957652,\n
          4837957653,\n
          4837957654,\n
          4837957655,\n
          4837957652\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716246,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957656,\n
          4837957657,\n
          4837957658,\n
          4837957659,\n
          4837957660,\n
          4837957661,\n
          4837957656\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716249,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958435,\n
          4837958436,\n
          4837958437,\n
          4837958438,\n
          4837958439,\n
          4837958440,\n
          4837958441,\n
          4837958435\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716251,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959513,\n
          4837959514,\n
          4837960346,\n
          4837959515,\n
          4837959516,\n
          4837959517,\n
          4837959513\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716253,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957662,\n
          4837957663,\n
          4837957664,\n
          4837957665,\n
          4837957666,\n
          4837957667,\n
          4837957668,\n
          4837957669,\n
          4837957662\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716255,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959981,\n
          4837959982,\n
          4837959983,\n
          4837959984,\n
          4837959981\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": 491716256,\n
        "timestamp": "2017-05-06T06:10:40Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959518,\n
          4837959519,\n
          4837959520,\n
          4837959521,\n
          4837959522,\n
          4837959523,\n
          4837959524,\n
          4837959525,\n
          4837959518\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716257,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957670,\n
          4837957671,\n
          4837957672,\n
          4837957673,\n
          4837957670\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716258,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958941,\n
          4837958942,\n
          4837958943,\n
          4837958944,\n
          4837958941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716259,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957674,\n
          4837957675,\n
          4837957676,\n
          4837957677,\n
          4837957678,\n
          4837957673,\n
          4837957672,\n
          4837957679,\n
          4837957696,\n
          4837957690,\n
          4837957680,\n
          4837957674\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716260,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959530,\n
          4837959531,\n
          4837959532,\n
          4837959533,\n
          4837959534,\n
          4837960350,\n
          4837959535,\n
          4837959536,\n
          4837959537,\n
          4837959530\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716261,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957681,\n
          4837957682,\n
          4837957683,\n
          4837957684,\n
          4837957685,\n
          4837957686,\n
          4837957687,\n
          4837957688,\n
          4837957689,\n
          4837957681\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716262,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957335,\n
          4837960045,\n
          4837957336,\n
          4837957337,\n
          4837957338,\n
          4837957339,\n
          4837957340,\n
          4837957335\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716263,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959538,\n
          4837959539,\n
          4837959540,\n
          4837959541,\n
          4837959542,\n
          4837959543,\n
          4837959538\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716264,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957691,\n
          4837957690,\n
          4837957696,\n
          4837957693,\n
          4837957697,\n
          4837957698,\n
          4837957699,\n
          4837960100,\n
          4837957700,\n
          4837957701,\n
          4837957691\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716265,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959544,\n
          4837959545,\n
          4837959546,\n
          4837959547,\n
          4837959544\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716266,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957689,\n
          4837957688,\n
          4837957692,\n
          4837957693,\n
          4837957694,\n
          4837957695,\n
          4837957689\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716267,\n
        "timestamp": "2017-05-06T06:19:49Z",\n
        "version": 2,\n
        "changeset": 48444676,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959555,\n
          4837959548,\n
          4837959549,\n
          4837959550,\n
          4837959556,\n
          4837959557,\n
          4837959555\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716269,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957702,\n
          4837957703,\n
          4837957704,\n
          4837957705,\n
          4837957702\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716270,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959558,\n
          4837959559,\n
          4837959560,\n
          4837959561,\n
          4837959562,\n
          4837959558\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716271,\n
        "timestamp": "2017-05-06T06:10:41Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957706,\n
          4837957707,\n
          4837957708,\n
          4837957709,\n
          4837960103,\n
          4837957706\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716272,\n
        "timestamp": "2017-05-06T06:10:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959563,\n
          4837959564,\n
          4837959565,\n
          4837959566,\n
          4837959567,\n
          4837959568,\n
          4837959563\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716273,\n
        "timestamp": "2017-05-06T06:10:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957710,\n
          4837957711,\n
          4837957712,\n
          4837957713,\n
          4837957714,\n
          4837957715,\n
          4837957710\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716274,\n
        "timestamp": "2017-05-06T06:10:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959569,\n
          4837959570,\n
          4837959571,\n
          4837959572,\n
          4837959573,\n
          4837959574,\n
          4837959575,\n
          4837959576,\n
          4837959569\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716275,\n
        "timestamp": "2017-05-06T06:10:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957716,\n
          4837957717,\n
          4837957718,\n
          4837957719,\n
          4837957716\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716276,\n
        "timestamp": "2017-05-06T06:10:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957051,\n
          4837957052,\n
          4837957053,\n
          4837957054,\n
          4837957055,\n
          4837957056,\n
          4837957057,\n
          4837957058,\n
          4837957051\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716277,\n
        "timestamp": "2017-05-06T06:10:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957720,\n
          4837957721,\n
          4837957722,\n
          4837957723,\n
          4837957720\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716278,\n
        "timestamp": "2017-05-06T06:10:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959577,\n
          4837959578,\n
          4837959579,\n
          4837959580,\n
          4837959581,\n
          4837959582,\n
          4837959583,\n
          4837959584,\n
          4837959577\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716279,\n
        "timestamp": "2017-05-06T06:10:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957724,\n
          4837957725,\n
          4837957726,\n
          4837957727,\n
          4837957728,\n
          4837957729,\n
          4837957730,\n
          4837957731,\n
          4837957732,\n
          4837957733,\n
          4837957734,\n
          4837957735,\n
          4837957724\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716280,\n
        "timestamp": "2017-05-06T06:10:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959585,\n
          4837959586,\n
          4837959587,\n
          4837959588,\n
          4837959585\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716281,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 3,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4837959589,\n
          4837959590,\n
          4837959591,\n
          4837959592,\n
          4837959593,\n
          4837959594,\n
          4837959595,\n
          4837959596,\n
          4837959597,\n
          4837959598,\n
          4837959599,\n
          4837959600,\n
          4837959601,\n
          4837959602,\n
          4837959603,\n
          4837959604,\n
          4837959605,\n
          4837959606,\n
          4837959607,\n
          4837959608,\n
          4837959609,\n
          4837959610,\n
          4837959611,\n
          4837959612,\n
          4837959613,\n
          4837959614,\n
          4837959615,\n
          4837959616,\n
          4837959617,\n
          4837959618,\n
          4837959619,\n
          4837959620,\n
          4837959621,\n
          4837959622,\n
          4837959623,\n
          4837959589\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Maurice",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wikidata": "Q38225839"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716282,\n
        "timestamp": "2017-05-06T06:10:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957724,\n
          4837957736,\n
          4837957737,\n
          4837957726,\n
          4837957725,\n
          4837957724\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716283,\n
        "timestamp": "2017-05-06T06:10:42Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957420,\n
          4837957421,\n
          4837957422,\n
          4837957423,\n
          4837957424,\n
          4837957425,\n
          4837957426,\n
          4837957427,\n
          4837957420\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716284,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957738,\n
          4837957739,\n
          4837957740,\n
          4837957741,\n
          4837957742,\n
          4837957743,\n
          4837957738\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716285,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957744,\n
          4837957745,\n
          4837957746,\n
          4837957747,\n
          4837957748,\n
          4837957749,\n
          4837957744\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716286,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957726,\n
          4837957737,\n
          4837957750,\n
          4837957751,\n
          4837957764,\n
          4837957752,\n
          4837957753,\n
          4837957727,\n
          4837957726\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716287,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957754,\n
          4837957755,\n
          4837957756,\n
          4837957757,\n
          4837957754\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716288,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957758,\n
          4837957759,\n
          4837957760,\n
          4837957761,\n
          4837957758\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716289,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957762,\n
          4837957763,\n
          4837957764,\n
          4837957751,\n
          4837957750,\n
          4837957762\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716290,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959624,\n
          4837959625,\n
          4837959626,\n
          4837959627,\n
          4837959624\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716291,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957762,\n
          4837957765,\n
          4837957766,\n
          4837957767,\n
          4837957763,\n
          4837957762\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716292,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959628,\n
          4837959629,\n
          4837959630,\n
          4837959631,\n
          4837959628\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716293,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957765,\n
          4837957768,\n
          4837957769,\n
          4837957770,\n
          4837957771,\n
          4837957766,\n
          4837957765\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716294,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959632,\n
          4837959633,\n
          4837959634,\n
          4837959635,\n
          4837959632\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716295,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957772,\n
          4837957773,\n
          4837957774,\n
          4837957775,\n
          4837957776,\n
          4837957777,\n
          4837957772\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716296,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959636,\n
          4837959637,\n
          4837959638,\n
          4837959639,\n
          4837959636\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716297,\n
        "timestamp": "2017-05-06T06:10:43Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957778,\n
          4837957779,\n
          4837957780,\n
          4837957781,\n
          4837957778\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716298,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959640,\n
          4837960360,\n
          4837959641,\n
          4837959642,\n
          4837959643,\n
          4837959640\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716299,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957782,\n
          4837957783,\n
          4837957784,\n
          4837957785,\n
          4837957786,\n
          4837957787,\n
          4837957788,\n
          4837957789,\n
          4837957782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716300,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959644,\n
          4837959645,\n
          4837959646,\n
          4837959647,\n
          4837959648,\n
          4837959649,\n
          4837959663,\n
          4837959650,\n
          4837959651,\n
          4837959652,\n
          4837959653,\n
          4837959654,\n
          4837959655,\n
          4837960365,\n
          4837959656,\n
          4837959657,\n
          4837959658,\n
          4837959659,\n
          4837959644\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716301,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957790,\n
          4837957791,\n
          4837957792,\n
          4837957813,\n
          4837957793,\n
          4837957790\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716302,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957794,\n
          4837957795,\n
          4837957796,\n
          4837957814,\n
          4837957797,\n
          4837957798,\n
          4837957799,\n
          4837957800,\n
          4837957801,\n
          4837957794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716303,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959648,\n
          4837959660,\n
          4837959661,\n
          4837959662,\n
          4837959663,\n
          4837959649,\n
          4837959648\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716304,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959664,\n
          4837959668,\n
          4837959671,\n
          4837959665,\n
          4837959666,\n
          4837959667,\n
          4837960363,\n
          4837959664\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716305,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959668,\n
          4837959669,\n
          4837959670,\n
          4837959671,\n
          4837959668\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716306,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957792,\n
          4837957819,\n
          4837957822,\n
          4837957810,\n
          4837957811,\n
          4837957812,\n
          4837957813,\n
          4837957792\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716307,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959672,\n
          4837959673,\n
          4837959674,\n
          4837959675,\n
          4837959526,\n
          4837959527,\n
          4837959528,\n
          4837959529,\n
          4837959676,\n
          4837959677,\n
          4837959510,\n
          4837959511,\n
          4837959512,\n
          4837959678,\n
          4837959679,\n
          4837959672\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716308,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957814,\n
          4837957815,\n
          4837957816,\n
          4837957817,\n
          4837957818,\n
          4837957797,\n
          4837957814\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716309,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959680,\n
          4837959681,\n
          4837959682,\n
          4837959683,\n
          4837959680\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716310,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957819,\n
          4837957820,\n
          4837957821,\n
          4837957822,\n
          4837957819\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716311,\n
        "timestamp": "2017-05-06T06:10:44Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959684,\n
          4837959685,\n
          4837959686,\n
          4837959687,\n
          4837959688,\n
          4837959689,\n
          4837959684\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716312,\n
        "timestamp": "2017-05-06T06:10:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957817,\n
          4837957823,\n
          4837957824,\n
          4837957825,\n
          4837957826,\n
          4837957827,\n
          4837957818,\n
          4837957817\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716313,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4837959690,\n
          4837959691,\n
          4837959692,\n
          4837959693,\n
          4837959690\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716314,\n
        "timestamp": "2025-05-08T17:25:20Z",\n
        "version": 4,\n
        "changeset": 165995145,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4837957831,\n
          4837957832,\n
          4837957833,\n
          4837957834,\n
          4837957835,\n
          4837957836,\n
          4837957837,\n
          4837957838,\n
          4837957839,\n
          4837957840,\n
          4837957841,\n
          4837957842,\n
          4837957843,\n
          4837957844,\n
          4837957845,\n
          4837957846,\n
          4837957847,\n
          4837957848,\n
          8617064676,\n
          4837957831\n
        ],\n
        "tags": {\n
          "addr:housenumber": "42",\n
          "addr:street": "Rue de la Croix Blanche",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairie@brancourt-en-laonnois.fr",\n
          "contact:phone": "+33 3 23 80 21 59",\n
          "name": "Mairie de Brancourt-en-Laonnois",\n
          "opening_hours": "Mo-Tu 13:30-17:00; We 08:30-12:00; Th 13:30-17:00; Fr 08:50-12:00,16:30-18:00",\n
          "ref:FR:SIRET": "21020108300016",\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": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716315,\n
        "timestamp": "2017-05-06T06:10:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959694,\n
          4837959695,\n
          4837959696,\n
          4837959697,\n
          4837959694\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716316,\n
        "timestamp": "2017-05-06T06:10:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959698,\n
          4837959145,\n
          4837959146,\n
          4837959147,\n
          4837959698\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716317,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4837959148,\n
          4837959149,\n
          4837959150,\n
          4837959151,\n
          4837959152,\n
          4837959148\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716318,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4837959153,\n
          4837959154,\n
          4837959155,\n
          4837959156,\n
          4837959157,\n
          4837959158,\n
          4837959159,\n
          4837959160,\n
          4837959153\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716319,\n
        "timestamp": "2017-05-06T06:10:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957849,\n
          4837957850,\n
          4837957851,\n
          4837957852,\n
          4837957849\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716320,\n
        "timestamp": "2017-05-06T06:10:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957853,\n
          4837957854,\n
          4837957855,\n
          4837957856,\n
          4837957857,\n
          4837957858,\n
          4837957859,\n
          4837957860,\n
          4837957853\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716321,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4837959153,\n
          4837959160,\n
          4837959161,\n
          4837959162,\n
          4837959153\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716322,\n
        "timestamp": "2017-05-06T06:10:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959163,\n
          4837959164,\n
          4837959165,\n
          4837959166,\n
          4837959163\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716323,\n
        "timestamp": "2017-05-06T06:10:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957855,\n
          4837957861,\n
          4837957862,\n
          4837957863,\n
          4837957855\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716324,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4837959167,\n
          4837959168,\n
          4837959169,\n
          4837959170,\n
          4837959167\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716325,\n
        "timestamp": "2017-05-06T06:10:45Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957864,\n
          4837957865,\n
          4837957866,\n
          4837960116,\n
          4837957867,\n
          4837957868,\n
          4837960112,\n
          4837957869,\n
          4837957870,\n
          4837957871,\n
          4837957872,\n
          4837957864\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716327,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959175,\n
          4837959180,\n
          4837959176,\n
          4837959177,\n
          4837959178,\n
          4837959175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716328,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957873,\n
          4837957874,\n
          4837957875,\n
          4837957876,\n
          4837957873\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716330,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959179,\n
          4837959205,\n
          4837959176,\n
          4837959180,\n
          4837959181,\n
          4837959179\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716333,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957877,\n
          4837957878,\n
          4837957879,\n
          4837957880,\n
          4837957881,\n
          4837957882,\n
          4837957883,\n
          4837957884,\n
          4837957877\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716335,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959182,\n
          4837959183,\n
          4837959184,\n
          4837959196,\n
          4837959185,\n
          4837959186,\n
          4837959187,\n
          4837959182\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716336,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959188,\n
          4837959189,\n
          4837959190,\n
          4837959191,\n
          4837959188\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716337,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957891,\n
          4837957892,\n
          4837957893,\n
          4837957894,\n
          4837957891\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716338,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957895,\n
          4837957896,\n
          4837957897,\n
          4837957898,\n
          4837957899,\n
          4837957900,\n
          4837957901,\n
          4837957902,\n
          4837957895\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716339,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959185,\n
          4837959196,\n
          4837959197,\n
          4837959198,\n
          4837959185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716340,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959199,\n
          4837959200,\n
          4837959201,\n
          4837959202,\n
          4837959203,\n
          4837959204,\n
          4837959205,\n
          4837959179,\n
          4837959199\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716341,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957903,\n
          4837957904,\n
          4837957905,\n
          4837957906,\n
          4837957903\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716342,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957907,\n
          4837957908,\n
          4837957909,\n
          4837957910,\n
          4837957911,\n
          4837957912,\n
          4837957913,\n
          4837957915,\n
          4837957907\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716343,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959206,\n
          4837959207,\n
          4837959208,\n
          4837959209,\n
          4837959206\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716344,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957914,\n
          4837957915,\n
          4837957913,\n
          4837957916,\n
          4837957917,\n
          4837957918,\n
          4837957919,\n
          4837957920,\n
          4837958021,\n
          4837958041,\n
          4837958022,\n
          4837960193,\n
          4837958023,\n
          4837957914\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716345,\n
        "timestamp": "2017-05-06T06:10:46Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957913,\n
          4837957912,\n
          4837958036,\n
          4837958037,\n
          4837958024,\n
          4837958025,\n
          4837957913\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716346,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959218,\n
          4837959219,\n
          4837959220,\n
          4837959721,\n
          4837959722,\n
          4837959723,\n
          4837959218\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716347,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958026,\n
          4837958027,\n
          4837958028,\n
          4837958029,\n
          4837958030,\n
          4837958031,\n
          4837958022,\n
          4837958032,\n
          4837958033,\n
          4837958026\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716348,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959724,\n
          4837959725,\n
          4837959726,\n
          4837959727,\n
          4837959728,\n
          4837959729,\n
          4837959730,\n
          4837959731,\n
          4837959732,\n
          4837959733,\n
          4837959734,\n
          4837959724\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716349,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957912,\n
          4837958034,\n
          4837958035,\n
          4837958036,\n
          4837957912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716350,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958024,\n
          4837958037,\n
          4837958038,\n
          4837958039,\n
          4837958040,\n
          4837958045,\n
          4837958024\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716351,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958041,\n
          4837958042,\n
          4837958043,\n
          4837958044,\n
          4837958045,\n
          4837958040,\n
          4837958046,\n
          4837958032,\n
          4837958022,\n
          4837958041\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716352,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959734,\n
          4837959733,\n
          4837959739,\n
          4837959740,\n
          4837959734\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716353,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958047,\n
          4837958048,\n
          4837958049,\n
          4837958050,\n
          4837958051,\n
          4837958047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716354,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959741,\n
          4837959742,\n
          4837959743,\n
          4837959744,\n
          4837959745,\n
          4837959746,\n
          4837959747,\n
          4837959748,\n
          4837959749,\n
          4837959750,\n
          4837959751,\n
          4837959738,\n
          4837960374,\n
          4837959741\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716355,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958052,\n
          4837958053,\n
          4837958054,\n
          4837958055,\n
          4837958056,\n
          4837958057,\n
          4837958058,\n
          4837958064,\n
          4837958059,\n
          4837958069,\n
          4837958060,\n
          4837958061,\n
          4837958062,\n
          4837958063,\n
          4837958052\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716356,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959752,\n
          4837959753,\n
          4837959754,\n
          4837959755,\n
          4837959756,\n
          4837959752\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716357,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958064,\n
          4837958087,\n
          4837958065,\n
          4837958066,\n
          4837958067,\n
          4837958068,\n
          4837958069,\n
          4837958059,\n
          4837958064\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716358,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959761,\n
          4837959762,\n
          4837959763,\n
          4837959764,\n
          4837959761\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716359,\n
        "timestamp": "2017-05-06T06:10:47Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958070,\n
          4837958071,\n
          4837958072,\n
          4837958073,\n
          4837958074,\n
          4837958075,\n
          4837958070\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716360,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959765,\n
          4837959766,\n
          4837959767,\n
          4837959768,\n
          4837959765\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716361,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958076,\n
          4837958077,\n
          4837958078,\n
          4837958079,\n
          4837958080,\n
          4837958081,\n
          4837958082,\n
          4837958083,\n
          4837958084,\n
          4837958085,\n
          4837958076\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716362,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959769,\n
          4837959770,\n
          4837959768,\n
          4837959767,\n
          4837959769\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716363,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959771,\n
          4837959772,\n
          4837959773,\n
          4837959774,\n
          4837959775,\n
          4837959776,\n
          4837959777,\n
          4837959778,\n
          4837959779,\n
          4837959780,\n
          4837959781,\n
          4837959782,\n
          4837959783,\n
          4837959784,\n
          4837959785,\n
          4837959786,\n
          4837959787,\n
          4837959788,\n
          4837959789,\n
          4837959771\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716364,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958086,\n
          4837958065,\n
          4837958087,\n
          4837958088,\n
          4837958089,\n
          4837958090,\n
          4837958091,\n
          4837958086\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716365,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958092,\n
          4837958093,\n
          4837958094,\n
          4837958095,\n
          4837958096,\n
          4837958097,\n
          4837958098,\n
          4837958099,\n
          4837958092\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716366,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959837,\n
          4837959838,\n
          4837959839,\n
          4837959840,\n
          4837959841,\n
          4837959842,\n
          4837959837\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716367,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959788,\n
          4837959787,\n
          4837959786,\n
          4837959790,\n
          4837959791,\n
          4837959792,\n
          4837959793,\n
          4837959788\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716368,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958100,\n
          4837958101,\n
          4837958102,\n
          4837958103,\n
          4837958100\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716369,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959794,\n
          4837959795,\n
          4837959796,\n
          4837959797,\n
          4837958862,\n
          4837958861,\n
          4837959794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716370,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958104,\n
          4837958105,\n
          4837958106,\n
          4837958107,\n
          4837958108,\n
          4837958109,\n
          4837958110,\n
          4837958111,\n
          4837958104\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716371,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958860,\n
          4837959798,\n
          4837959799,\n
          4837959800,\n
          4837959801,\n
          4837958860\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716372,\n
        "timestamp": "2017-05-06T06:10:48Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959802,\n
          4837959785,\n
          4837959803,\n
          4837959804,\n
          4837959802\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716373,\n
        "timestamp": "2017-05-06T06:10:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958112,\n
          4837958113,\n
          4837958114,\n
          4837958115,\n
          4837958116,\n
          4837958117,\n
          4837958112\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716375,\n
        "timestamp": "2017-05-06T06:10:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958611,\n
          4837959805,\n
          4837959806,\n
          4837959807,\n
          4837959808,\n
          4837959809,\n
          4837959775,\n
          4837959774,\n
          4837959773,\n
          4837958611\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716377,\n
        "timestamp": "2017-05-06T06:10:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958118,\n
          4837958119,\n
          4837958120,\n
          4837958121,\n
          4837958122,\n
          4837958123,\n
          4837958118\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716378,\n
        "timestamp": "2017-05-06T06:10:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958603,\n
          4837959810,\n
          4837959811,\n
          4837959812,\n
          4837958603\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716380,\n
        "timestamp": "2017-05-06T06:10:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959813,\n
          4837959814,\n
          4837959815,\n
          4837959816,\n
          4837959817,\n
          4837959818,\n
          4837959813\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716381,\n
        "timestamp": "2017-05-06T06:10:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958124,\n
          4837958125,\n
          4837958126,\n
          4837958127,\n
          4837958124\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716382,\n
        "timestamp": "2017-05-06T06:10:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958132,\n
          4837958136,\n
          4837958137,\n
          4837956999,\n
          4837958132\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716384,\n
        "timestamp": "2017-05-06T06:10:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959824,\n
          4837959819,\n
          4837959820,\n
          4837959821,\n
          4837959822,\n
          4837959823,\n
          4837959824\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716385,\n
        "timestamp": "2017-05-06T06:10:49Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957103,\n
          4837957104,\n
          4837957105,\n
          4837957106,\n
          4837957107,\n
          4837957108,\n
          4837957103\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716386,\n
        "timestamp": "2017-05-06T06:10:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958132,\n
          4837958133,\n
          4837958134,\n
          4837958135,\n
          4837958132\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716387,\n
        "timestamp": "2017-05-06T06:10:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959825,\n
          4837959826,\n
          4837959827,\n
          4837959828,\n
          4837959825\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716388,\n
        "timestamp": "2017-05-06T06:10:50Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957000,\n
          4837957001,\n
          4837957002,\n
          4837957003,\n
          4837957000\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716389,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957173,\n
          4837957174,\n
          4837957175,\n
          4837957176,\n
          4837957173\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716390,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959829,\n
          4837959830,\n
          4837959831,\n
          4837959832,\n
          4837959829\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716391,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957004,\n
          4837957005,\n
          4837957006,\n
          4837957007,\n
          4837957789,\n
          4837957788,\n
          4837957008,\n
          4837957009,\n
          4837957010,\n
          4837957004\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716392,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959833,\n
          4837959834,\n
          4837959835,\n
          4837959836,\n
          4837959833\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716393,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957011,\n
          4837957012,\n
          4837957013,\n
          4837957014,\n
          4837957011\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716394,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957015,\n
          4837957016,\n
          4837957017,\n
          4837957018,\n
          4837957015\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716395,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959843,\n
          4837959844,\n
          4837959845,\n
          4837959846,\n
          4837959843\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716396,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957019,\n
          4837957020,\n
          4837958221,\n
          4837958222,\n
          4837957019\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716397,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959847,\n
          4837959848,\n
          4837959849,\n
          4837959850,\n
          4837959847\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716398,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958223,\n
          4837958224,\n
          4837958225,\n
          4837958226,\n
          4837958223\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716399,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959851,\n
          4837959852,\n
          4837959853,\n
          4837959854,\n
          4837959851\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716400,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958227,\n
          4837958228,\n
          4837958229,\n
          4837958230,\n
          4837958227\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716401,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959855,\n
          4837959856,\n
          4837959857,\n
          4837959858,\n
          4837959855\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716402,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958231,\n
          4837958232,\n
          4837958233,\n
          4837958234,\n
          4837958235,\n
          4837958236,\n
          4837958231\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716403,\n
        "timestamp": "2017-05-06T06:10:51Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959859,\n
          4837959860,\n
          4837959861,\n
          4837959862,\n
          4837959859\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716404,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958237,\n
          4837958238,\n
          4837958239,\n
          4837958240,\n
          4837958237\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716405,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959867,\n
          4837959868,\n
          4837959869,\n
          4837959870,\n
          4837959867\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716406,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958245,\n
          4837958246,\n
          4837958247,\n
          4837958248,\n
          4837958249,\n
          4837958250,\n
          4837958251,\n
          4837958245\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716407,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958252,\n
          4837958253,\n
          4837958254,\n
          4837958255,\n
          4837958256,\n
          4837958257,\n
          4837958258,\n
          4837958259,\n
          4837958260,\n
          4837958261,\n
          4837958252\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716408,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959879,\n
          4837959880,\n
          4837959881,\n
          4837959882,\n
          4837959883,\n
          4837959884,\n
          4837959879\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716409,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959885,\n
          4837959886,\n
          4837959887,\n
          4837959888,\n
          4837959885\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716410,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958262,\n
          4837958263,\n
          4837958264,\n
          4837958265,\n
          4837958255,\n
          4837958254,\n
          4837958262\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716411,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959889,\n
          4837956867,\n
          4837959890,\n
          4837959891,\n
          4837959889\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": 491716412,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958508,\n
          4837958509,\n
          4837958510,\n
          4837958511,\n
          4837958512,\n
          4837958513,\n
          4837958514,\n
          4837958515,\n
          4837958516,\n
          4837958517,\n
          4837958491,\n
          4837958508\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716413,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958266,\n
          4837958267,\n
          4837958268,\n
          4837960126,\n
          4837958269,\n
          4837958270,\n
          4837958266\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716414,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957095,\n
          4837959892,\n
          4837957097,\n
          4837957096,\n
          4837957095\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": 491716415,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959893,\n
          4837957113,\n
          4837959894,\n
          4837959895,\n
          4837959893\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": 491716416,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958270,\n
          4837958269,\n
          4837960128,\n
          4837958271,\n
          4837958272,\n
          4837958273,\n
          4837958270\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716417,\n
        "timestamp": "2017-05-06T06:10:52Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959896,\n
          4837959897,\n
          4837959898,\n
          4837959899,\n
          4837959896\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": 491716418,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958274,\n
          4837958275,\n
          4837958276,\n
          4837958277,\n
          4837958278,\n
          4837958279,\n
          4837958280,\n
          4837958281,\n
          4837958282,\n
          4837958283,\n
          4837958284,\n
          4837958285,\n
          4837958274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716419,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959900,\n
          4837959901,\n
          4837959902,\n
          4837959903,\n
          4837959900\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": 491716420,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957155,\n
          4837959904,\n
          4837959905,\n
          4837959906,\n
          4837957155\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": 491716421,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957156,\n
          4837959907,\n
          4837959908,\n
          4837959909,\n
          4837959910,\n
          4837957156\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": 491716422,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958277,\n
          4837958286,\n
          4837958287,\n
          4837958288,\n
          4837958279,\n
          4837958278,\n
          4837958277\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716423,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959905,\n
          4837959908,\n
          4837959907,\n
          4837959906,\n
          4837959905\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": 491716424,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959911,\n
          4837959912,\n
          4837959913,\n
          4837959914,\n
          4837959911\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": 491716425,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958292,\n
          4837958293,\n
          4837958294,\n
          4837958295,\n
          4837958292\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716426,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957249,\n
          4837957258,\n
          4837959915,\n
          4837959916,\n
          4837957249\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": 491716427,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957281,\n
          4837959917,\n
          4837959918,\n
          4837959919,\n
          4837957281\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": 491716428,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958296,\n
          4837958297,\n
          4837958298,\n
          4837958299,\n
          4837958296\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716429,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959920,\n
          4837960021,\n
          4837960022,\n
          4837960023,\n
          4837959920\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": 491716430,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958300,\n
          4837958301,\n
          4837958302,\n
          4837958303,\n
          4837958304,\n
          4837958305,\n
          4837958300\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716431,\n
        "timestamp": "2017-05-06T06:10:53Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960024,\n
          4837960025,\n
          4837960026,\n
          4837960027,\n
          4837960024\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": 491716432,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958306,\n
          4837958307,\n
          4837958308,\n
          4837958309,\n
          4837958306\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716433,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960028,\n
          4837960029,\n
          4837960030,\n
          4837960031,\n
          4837960028\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": 491716434,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958306,\n
          4837958309,\n
          4837958310,\n
          4837958311,\n
          4837958312,\n
          4837958313,\n
          4837958314,\n
          4837958315,\n
          4837958316,\n
          4837958317,\n
          4837958318,\n
          4837958306\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716435,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957263,\n
          4837960032,\n
          4837960033,\n
          4837960034,\n
          4837957263\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": 491716436,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960035,\n
          4837960036,\n
          4837960037,\n
          4837960038,\n
          4837960035\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": 491716437,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959863,\n
          4837960383,\n
          4837959864,\n
          4837959865,\n
          4837959866,\n
          4837959863\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716438,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958319,\n
          4837958327,\n
          4837958320,\n
          4837958321,\n
          4837958322,\n
          4837958319\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716439,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958518,\n
          4837958519,\n
          4837958520,\n
          4837958521,\n
          4837958522,\n
          4837958523,\n
          4837958518\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716440,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958323,\n
          4837958324,\n
          4837958325,\n
          4837958326,\n
          4837958323\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716441,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960046,\n
          4837960047,\n
          4837960048,\n
          4837960049,\n
          4837960046\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": 491716442,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958327,\n
          4837958328,\n
          4837958329,\n
          4837958320,\n
          4837958327\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716443,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958330,\n
          4837958331,\n
          4837958332,\n
          4837958333,\n
          4837958334,\n
          4837958335,\n
          4837958330\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716444,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957374,\n
          4837957378,\n
          4837957379,\n
          4837957375,\n
          4837957374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716445,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958336,\n
          4837958337,\n
          4837958338,\n
          4837958339,\n
          4837958340,\n
          4837958341,\n
          4837958342,\n
          4837958343,\n
          4837958336\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716446,\n
        "timestamp": "2017-05-06T06:10:54Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960058,\n
          4837960059,\n
          4837960060,\n
          4837960061,\n
          4837960058\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": 491716447,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958241,\n
          4837958242,\n
          4837958243,\n
          4837958244,\n
          4837958241\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716448,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960062,\n
          4837960063,\n
          4837960064,\n
          4837960065,\n
          4837960062\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": 491716449,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958331,\n
          4837958344,\n
          4837958345,\n
          4837958332,\n
          4837958331\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716450,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958346,\n
          4837958347,\n
          4837958348,\n
          4837958349,\n
          4837958350,\n
          4837958346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716451,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960066,\n
          4837960067,\n
          4837960068,\n
          4837960069,\n
          4837960066\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": 491716452,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958356,\n
          4837958351,\n
          4837958352,\n
          4837958353,\n
          4837958354,\n
          4837958355,\n
          4837958356\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716453,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957343,\n
          4837957349,\n
          4837960072,\n
          4837960073,\n
          4837960074,\n
          4837957343\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": 491716454,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959762,\n
          4837960378,\n
          4837960379,\n
          4837960380,\n
          4837959762\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": 491716455,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960075,\n
          4837960076,\n
          4837960077,\n
          4837958669,\n
          4837960075\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": 491716456,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958357,\n
          4837958358,\n
          4837958359,\n
          4837958360,\n
          4837958357\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716457,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958361,\n
          4837958362,\n
          4837958363,\n
          4837958364,\n
          4837958361\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716458,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959871,\n
          4837959872,\n
          4837959873,\n
          4837959874,\n
          4837959875,\n
          4837959876,\n
          4837959877,\n
          4837959878,\n
          4837959871\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716459,\n
        "timestamp": "2017-05-06T06:10:55Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958365,\n
          4837958366,\n
          4837958367,\n
          4837958368,\n
          4837958365\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716460,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958369,\n
          4837958370,\n
          4837958371,\n
          4837958372,\n
          4837958373,\n
          4837958374,\n
          4837958375,\n
          4837958376,\n
          4837958369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716461,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960094,\n
          4837960095,\n
          4837960096,\n
          4837960097,\n
          4837960098,\n
          4837960099,\n
          4837958902,\n
          4837958901,\n
          4837960094\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": 491716462,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958377,\n
          4837958378,\n
          4837958379,\n
          4837958380,\n
          4837958381,\n
          4837958382,\n
          4837958383,\n
          4837958377\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716463,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960100,\n
          4837957699,\n
          4837957698,\n
          4837960101,\n
          4837960100\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": 491716464,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960102,\n
          4837957706,\n
          4837960103,\n
          4837960104,\n
          4837960102\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": 491716465,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958384,\n
          4837958385,\n
          4837958386,\n
          4837958387,\n
          4837958384\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716466,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958388,\n
          4837958389,\n
          4837958390,\n
          4837958391,\n
          4837958388\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716467,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960107,\n
          4837957802,\n
          4837957809,\n
          4837960108,\n
          4837960109,\n
          4837960107\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": 491716468,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958392,\n
          4837958393,\n
          4837958394,\n
          4837958395,\n
          4837958392\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716469,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960112,\n
          4837957868,\n
          4837957867,\n
          4837960113,\n
          4837960112\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": 491716470,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958396,\n
          4837958397,\n
          4837958398,\n
          4837958399,\n
          4837958400,\n
          4837958401,\n
          4837958396\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716471,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957866,\n
          4837960114,\n
          4837960115,\n
          4837960116,\n
          4837957866\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": 491716472,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957138,\n
          4837957139,\n
          4837957140,\n
          4837957141,\n
          4837957142,\n
          4837957143,\n
          4837957144,\n
          4837957145,\n
          4837957138\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716473,\n
        "timestamp": "2017-05-06T06:10:56Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958402,\n
          4837958403,\n
          4837958404,\n
          4837958405,\n
          4837958402\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716474,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958406,\n
          4837958407,\n
          4837958408,\n
          4837958409,\n
          4837958410,\n
          4837958411,\n
          4837958406\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716475,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958104,\n
          4837960120,\n
          4837958106,\n
          4837958105,\n
          4837958104\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": 491716476,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960121,\n
          4837960122,\n
          4837960123,\n
          4837960124,\n
          4837960121\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": 491716477,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958412,\n
          4837960139,\n
          4837958413,\n
          4837958414,\n
          4837958415,\n
          4837958416,\n
          4837958417,\n
          4837958418,\n
          4837958419,\n
          4837958412\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716478,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958232,\n
          4837960125,\n
          4837958234,\n
          4837958233,\n
          4837958232\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": 491716479,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958269,\n
          4837960126,\n
          4837960127,\n
          4837960128,\n
          4837958269\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": 491716480,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957802,\n
          4837957803,\n
          4837957804,\n
          4837957805,\n
          4837957806,\n
          4837957807,\n
          4837957808,\n
          4837957809,\n
          4837957802\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716481,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960129,\n
          4837960130,\n
          4837960131,\n
          4837960132,\n
          4837960129\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": 491716482,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958420,\n
          4837958421,\n
          4837958422,\n
          4837958423,\n
          4837958424,\n
          4837958425,\n
          4837958426,\n
          4837958427,\n
          4837958420\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716483,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958292,\n
          4837958295,\n
          4837960133,\n
          4837960134,\n
          4837958292\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": 491716484,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958323,\n
          4837958326,\n
          4837960135,\n
          4837960136,\n
          4837958323\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": 491716485,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958430,\n
          4837958432,\n
          4837958433,\n
          4837958434,\n
          4837958431,\n
          4837958430\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716486,\n
        "timestamp": "2017-05-06T06:10:57Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960141,\n
          4837960142,\n
          4837958433,\n
          4837958432,\n
          4837960141\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": 491716488,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958435,\n
          4837958441,\n
          4837960143,\n
          4837960144,\n
          4837958435\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": 491716490,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960145,\n
          4837960146,\n
          4837960147,\n
          4837960148,\n
          4837960145\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": 491716491,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958442,\n
          4837958443,\n
          4837958444,\n
          4837958445,\n
          4837958446,\n
          4837958442\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716493,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958447,\n
          4837958448,\n
          4837958449,\n
          4837958450,\n
          4837958447\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716494,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958494,\n
          4837960153,\n
          4837960154,\n
          4837958495,\n
          4837958494\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": 491716496,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958502,\n
          4837958501,\n
          4837960155,\n
          4837960156,\n
          4837958502\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": 491716499,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958451,\n
          4837958452,\n
          4837958453,\n
          4837958454,\n
          4837958451\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716500,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960157,\n
          4837960158,\n
          4837960159,\n
          4837958525,\n
          4837960157\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": 491716503,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958455,\n
          4837958456,\n
          4837958457,\n
          4837958458,\n
          4837958459,\n
          4837958460,\n
          4837958461,\n
          4837958462,\n
          4837958455\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716505,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960160,\n
          4837958533,\n
          4837960161,\n
          4837960162,\n
          4837960160\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": 491716507,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960163,\n
          4837960164,\n
          4837960165,\n
          4837960166,\n
          4837960163\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": 491716509,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958463,\n
          4837958464,\n
          4837958465,\n
          4837958466,\n
          4837960146,\n
          4837960145,\n
          4837958463\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716511,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960167,\n
          4837960168,\n
          4837960169,\n
          4837960170,\n
          4837960167\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": 491716513,\n
        "timestamp": "2017-05-06T06:10:58Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958467,\n
          4837958468,\n
          4837958469,\n
          4837958470,\n
          4837958471,\n
          4837958472,\n
          4837958473,\n
          4837958474,\n
          4837958475,\n
          4837958476,\n
          4837958467\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716515,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960171,\n
          4837958828,\n
          4837958827,\n
          4837960172,\n
          4837960171\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": 491716516,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958650,\n
          4837958653,\n
          4837958652,\n
          4837958651,\n
          4837958650\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": 491716519,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960173,\n
          4837960174,\n
          4837958663,\n
          4837958662,\n
          4837960173\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": 491716520,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958674,\n
          4837958673,\n
          4837958672,\n
          4837960176,\n
          4837960175,\n
          4837958674\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": 491716522,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960175,\n
          4837960176,\n
          4837960177,\n
          4837960178,\n
          4837960179,\n
          4837960175\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": 491716523,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958477,\n
          4837958478,\n
          4837958479,\n
          4837958480,\n
          4837958477\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716525,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960180,\n
          4837960181,\n
          4837957486,\n
          4837957489,\n
          4837960182,\n
          4837960180\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": 491716527,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958481,\n
          4837958482,\n
          4837958483,\n
          4837958484,\n
          4837958485,\n
          4837958486,\n
          4837958487,\n
          4837958488,\n
          4837958489,\n
          4837958481\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716529,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957463,\n
          4837957462,\n
          4837960183,\n
          4837960184,\n
          4837957463\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": 491716532,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960185,\n
          4837960186,\n
          4837960187,\n
          4837960188,\n
          4837960185\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": 491716535,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958498,\n
          4837958499,\n
          4837958490,\n
          4837958508,\n
          4837958491,\n
          4837958492,\n
          4837958493,\n
          4837958494,\n
          4837958495,\n
          4837960154,\n
          4837958496,\n
          4837958497,\n
          4837958542,\n
          4837958498\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716538,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960189,\n
          4837957482,\n
          4837960190,\n
          4837960191,\n
          4837960189\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": 491716540,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960192,\n
          4837957907,\n
          4837957915,\n
          4837957914,\n
          4837960192\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": 491716542,\n
        "timestamp": "2017-05-06T06:10:59Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958023,\n
          4837960193,\n
          4837960194,\n
          4837960195,\n
          4837960196,\n
          4837958023\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": 491716545,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958779,\n
          4837960197,\n
          4837960198,\n
          4837960199,\n
          4837958779\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": 491716548,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958500,\n
          4837958501,\n
          4837958502,\n
          4837958503,\n
          4837958500\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716549,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958787,\n
          4837960200,\n
          4837960201,\n
          4837958788,\n
          4837958787\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": 491716551,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958504,\n
          4837958505,\n
          4837958506,\n
          4837958507,\n
          4837958504\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716554,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960202,\n
          4837958801,\n
          4837960203,\n
          4837960204,\n
          4837960202\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": 491716557,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958797,\n
          4837958800,\n
          4837958799,\n
          4837958798,\n
          4837958797\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": 491716559,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960205,\n
          4837960206,\n
          4837960207,\n
          4837960208,\n
          4837960205\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": 491716562,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960209,\n
          4837960210,\n
          4837960211,\n
          4837960212,\n
          4837960209\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": 491716565,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958839,\n
          4837960213,\n
          4837960214,\n
          4837958844,\n
          4837960215,\n
          4837960216,\n
          4837958839\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": 491716568,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960217,\n
          4837958852,\n
          4837960218,\n
          4837960219,\n
          4837960217\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": 491716570,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958524,\n
          4837960157,\n
          4837958525,\n
          4837958526,\n
          4837958527,\n
          4837958528,\n
          4837958529,\n
          4837958530,\n
          4837958531,\n
          4837958532,\n
          4837960161,\n
          4837958533,\n
          4837960160,\n
          4837958534,\n
          4837958535,\n
          4837958536,\n
          4837958537,\n
          4837958538,\n
          4837958539,\n
          4837958540,\n
          4837958541,\n
          4837958524\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716572,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958876,\n
          4837960220,\n
          4837958889,\n
          4837960221,\n
          4837960222,\n
          4837958877,\n
          4837958876\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": 491716574,\n
        "timestamp": "2017-05-06T06:11:00Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958884,\n
          4837958883,\n
          4837958882,\n
          4837960223,\n
          4837960224,\n
          4837958884\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": 491716576,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958909,\n
          4837960225,\n
          4837960226,\n
          4837958910,\n
          4837958909\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": 491716578,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958915,\n
          4837960227,\n
          4837960228,\n
          4837958916,\n
          4837958915\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": 491716581,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 2,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4837960229,\n
          4837960230,\n
          4837960231,\n
          4837960232,\n
          4837960229\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716582,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960233,\n
          4837960234,\n
          4837960235,\n
          4837960236,\n
          4837960233\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": 491716583,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958543,\n
          4837958544,\n
          4837958545,\n
          4837958546,\n
          4837958547,\n
          4837958548,\n
          4837958543\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716585,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960237,\n
          4837960238,\n
          4837960239,\n
          4837960240,\n
          4837960237\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": 491716586,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958551,\n
          4837958552,\n
          4837958549,\n
          4837958550,\n
          4837958551\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716587,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960241,\n
          4837960242,\n
          4837960243,\n
          4837960244,\n
          4837960241\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": 491716588,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959961,\n
          4837959962,\n
          4837959963,\n
          4837959964,\n
          4837959961\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": 491716590,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958538,\n
          4837958537,\n
          4837958553,\n
          4837958554,\n
          4837958538\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716591,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958555,\n
          4837958556,\n
          4837958557,\n
          4837958558,\n
          4837958559,\n
          4837958560,\n
          4837958555\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716592,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959965,\n
          4837959966,\n
          4837959967,\n
          4837959968,\n
          4837958968,\n
          4837959965\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": 491716594,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959966,\n
          4837959969,\n
          4837959970,\n
          4837959967,\n
          4837959966\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": 491716597,\n
        "timestamp": "2017-05-06T06:11:01Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958561,\n
          4837958562,\n
          4837958563,\n
          4837958569,\n
          4837958564,\n
          4837958561\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716599,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959018,\n
          4837959023,\n
          4837959022,\n
          4837959971,\n
          4837959018\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": 491716602,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959042,\n
          4837959045,\n
          4837959972,\n
          4837959973,\n
          4837959042\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": 491716604,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958525,\n
          4837960159,\n
          4837958565,\n
          4837958566,\n
          4837958567,\n
          4837958568,\n
          4837958564,\n
          4837958569,\n
          4837958527,\n
          4837958526,\n
          4837958525\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716607,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959974,\n
          4837959089,\n
          4837959061,\n
          4837959060,\n
          4837959975,\n
          4837959976,\n
          4837959974\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": 491716610,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957810,\n
          4837957828,\n
          4837957829,\n
          4837957830,\n
          4837957824,\n
          4837957823,\n
          4837957810\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716612,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958570,\n
          4837960150,\n
          4837958571,\n
          4837958572,\n
          4837958573,\n
          4837958570\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716614,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957169,\n
          4837957170,\n
          4837957171,\n
          4837957172,\n
          4837957169\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716615,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959979,\n
          4837959039,\n
          4837959038,\n
          4837959980,\n
          4837959979\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": 491716616,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958574,\n
          4837958575,\n
          4837958576,\n
          4837958577,\n
          4837958574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716617,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958578,\n
          4837958579,\n
          4837958580,\n
          4837958581,\n
          4837958582,\n
          4837958583,\n
          4837958578\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716618,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959989,\n
          4837959085,\n
          4837959084,\n
          4837959990,\n
          4837959989\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": 491716619,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958584,\n
          4837958585,\n
          4837958586,\n
          4837958587,\n
          4837958584\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716620,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959991,\n
          4837959087,\n
          4837959089,\n
          4837959974,\n
          4837959992,\n
          4837959991\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": 491716621,\n
        "timestamp": "2017-05-06T06:11:02Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959993,\n
          4837959994,\n
          4837958967,\n
          4837958970,\n
          4837959993\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": 491716622,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958588,\n
          4837958589,\n
          4837958590,\n
          4837958591,\n
          4837958588\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716623,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959995,\n
          4837959100,\n
          4837959103,\n
          4837959996,\n
          4837959995\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": 491716624,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958592,\n
          4837958593,\n
          4837958594,\n
          4837958595,\n
          4837958596,\n
          4837958597,\n
          4837958592\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716625,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959999,\n
          4837960000,\n
          4837960001,\n
          4837960002,\n
          4837959999\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": 491716626,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958598,\n
          4837958599,\n
          4837958600,\n
          4837958601,\n
          4837958598\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716627,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960003,\n
          4837959310,\n
          4837959313,\n
          4837960004,\n
          4837960003\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": 491716628,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959347,\n
          4837960005,\n
          4837960006,\n
          4837960007,\n
          4837959349,\n
          4837959348,\n
          4837959347\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": 491716629,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958602,\n
          4837958603,\n
          4837958604,\n
          4837958605,\n
          4837958606,\n
          4837958607,\n
          4837958608,\n
          4837958609,\n
          4837958610,\n
          4837959805,\n
          4837958611,\n
          4837958602\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716630,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960008,\n
          4837959356,\n
          4837959355,\n
          4837960010,\n
          4837960009,\n
          4837960008\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": 491716631,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960009,\n
          4837960010,\n
          4837960011,\n
          4837960012,\n
          4837960009\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": 491716632,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959360,\n
          4837960013,\n
          4837959362,\n
          4837959361,\n
          4837959360\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": 491716633,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958612,\n
          4837958613,\n
          4837958837,\n
          4837958614,\n
          4837958615,\n
          4837958612\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716634,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959393,\n
          4837959396,\n
          4837960014,\n
          4837960015,\n
          4837960016,\n
          4837959393\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": 491716635,\n
        "timestamp": "2017-05-06T06:11:03Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958282,\n
          4837958281,\n
          4837958280,\n
          4837958289,\n
          4837958290,\n
          4837958291,\n
          4837958282\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716636,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958616,\n
          4837958617,\n
          4837958618,\n
          4837958619,\n
          4837958620,\n
          4837958621,\n
          4837958622,\n
          4837958623,\n
          4837958624,\n
          4837958625,\n
          4837958626,\n
          4837958627,\n
          4837958628,\n
          4837958616\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716637,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960321,\n
          4837960322,\n
          4837960323,\n
          4837960324,\n
          4837960321\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": 491716638,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960325,\n
          4837960326,\n
          4837960327,\n
          4837960328,\n
          4837960325\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": 491716639,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958629,\n
          4837958630,\n
          4837958631,\n
          4837958632,\n
          4837958633,\n
          4837958634,\n
          4837958629\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716640,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960329,\n
          4837960330,\n
          4837960331,\n
          4837960332,\n
          4837960333,\n
          4837960334,\n
          4837959414,\n
          4837959413,\n
          4837960329\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": 491716641,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958635,\n
          4837958636,\n
          4837958637,\n
          4837958638,\n
          4837958635\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716642,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960335,\n
          4837960336,\n
          4837960339,\n
          4837960337,\n
          4837960338,\n
          4837960335\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": 491716643,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959413,\n
          4837959416,\n
          4837960339,\n
          4837960336,\n
          4837960329,\n
          4837959413\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": 491716644,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960340,\n
          4837960341,\n
          4837960342,\n
          4837960343,\n
          4837960340\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": 491716645,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959422,\n
          4837960344,\n
          4837959424,\n
          4837959423,\n
          4837959422\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": 491716646,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958645,\n
          4837958646,\n
          4837958647,\n
          4837958648,\n
          4837958645\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716647,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958649,\n
          4837958650,\n
          4837958651,\n
          4837958652,\n
          4837958653,\n
          4837958654,\n
          4837958655,\n
          4837958656,\n
          4837958649\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716648,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959535,\n
          4837960350,\n
          4837960351,\n
          4837960352,\n
          4837959535\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": 491716649,\n
        "timestamp": "2017-05-06T06:11:04Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960353,\n
          4837960354,\n
          4837960355,\n
          4837960356,\n
          4837960353\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": 491716650,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958657,\n
          4837958658,\n
          4837958659,\n
          4837958660,\n
          4837958657\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716651,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958377,\n
          4837960357,\n
          4837958379,\n
          4837958378,\n
          4837958377\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": 491716653,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959640,\n
          4837960358,\n
          4837960359,\n
          4837960360,\n
          4837959640\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": 491716655,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958661,\n
          4837960173,\n
          4837958662,\n
          4837958663,\n
          4837958664,\n
          4837958665,\n
          4837958666,\n
          4837958667,\n
          4837958668,\n
          4837958661\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716657,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960362,\n
          4837959664,\n
          4837960363,\n
          4837959634,\n
          4837960362\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": 491716659,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959655,\n
          4837959654,\n
          4837959448,\n
          4837960364,\n
          4837960365,\n
          4837959655\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": 491716660,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958669,\n
          4837960077,\n
          4837958670,\n
          4837958671,\n
          4837958672,\n
          4837958673,\n
          4837958674,\n
          4837958669\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716661,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959678,\n
          4837960366,\n
          4837959672,\n
          4837959679,\n
          4837959678\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": 491716662,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960367,\n
          4837960368,\n
          4837960369,\n
          4837960370,\n
          4837960367\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": 491716663,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960371,\n
          4837960372,\n
          4837959183,\n
          4837959182,\n
          4837960371\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": 491716664,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959184,\n
          4837960373,\n
          4837959197,\n
          4837959196,\n
          4837959184\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": 491716665,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959723,\n
          4837959722,\n
          4837959721,\n
          4837960374,\n
          4837959738,\n
          4837959737,\n
          4837959723\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": 491716666,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960375,\n
          4837960376,\n
          4837960377,\n
          4837959760,\n
          4837960375\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": 491716667,\n
        "timestamp": "2017-05-06T06:11:05Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958683,\n
          4837958684,\n
          4837958685,\n
          4837958686,\n
          4837958687,\n
          4837958683\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716668,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959985,\n
          4837959986,\n
          4837959987,\n
          4837959988,\n
          4837959985\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": 491716669,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959821,\n
          4837960381,\n
          4837959823,\n
          4837959822,\n
          4837959821\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": 491716670,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958688,\n
          4837958689,\n
          4837958690,\n
          4837958691,\n
          4837958688\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716671,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960384,\n
          4837960385,\n
          4837960386,\n
          4837960387,\n
          4837960384\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": 491716672,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958692,\n
          4837958693,\n
          4837958694,\n
          4837958695,\n
          4837958692\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716673,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957446,\n
          4837957447,\n
          4837957448,\n
          4837957449,\n
          4837957446\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716674,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954674,\n
          4837954675,\n
          4837954676,\n
          4837954677,\n
          4837954674\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716675,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957450,\n
          4837957451,\n
          4837957452,\n
          4837957453,\n
          4837957450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716676,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957454,\n
          4837957453,\n
          4837957452,\n
          4837957455,\n
          4837957456,\n
          4837957457,\n
          4837957458,\n
          4837957459,\n
          4837957454\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716677,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957460,\n
          4837957461,\n
          4837957462,\n
          4837957463,\n
          4837957464,\n
          4837957465,\n
          4837957460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716678,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957466,\n
          4837957467,\n
          4837957468,\n
          4837957469,\n
          4837957466\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716679,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958618,\n
          4837957470,\n
          4837957471,\n
          4837957472,\n
          4837957473,\n
          4837957474,\n
          4837957475,\n
          4837957476,\n
          4837957477,\n
          4837957478,\n
          4837958619,\n
          4837958618\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716680,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957479,\n
          4837957480,\n
          4837957481,\n
          4837957485,\n
          4837957482,\n
          4837960189,\n
          4837960186,\n
          4837960185,\n
          4837957483,\n
          4837957484,\n
          4837957479\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716681,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957486,\n
          4837957487,\n
          4837957488,\n
          4837957489,\n
          4837957486\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716682,\n
        "timestamp": "2017-05-06T06:11:06Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957490,\n
          4837957491,\n
          4837957492,\n
          4837957493,\n
          4837957494,\n
          4837957495,\n
          4837957490\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716683,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957496,\n
          4837957497,\n
          4837957498,\n
          4837957499,\n
          4837957496\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716684,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957500,\n
          4837957501,\n
          4837957502,\n
          4837957503,\n
          4837957500\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716685,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957504,\n
          4837957505,\n
          4837957506,\n
          4837957507,\n
          4837957504\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716686,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957508,\n
          4837957509,\n
          4837957510,\n
          4837957511,\n
          4837957512,\n
          4837957513,\n
          4837957514,\n
          4837957508\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716687,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837959133,\n
          4837959997,\n
          4837959998,\n
          4837959134,\n
          4837959133\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": 491716688,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957515,\n
          4837957516,\n
          4837957517,\n
          4837957518,\n
          4837957519,\n
          4837957520,\n
          4837958721,\n
          4837958722,\n
          4837957515\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716689,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958723,\n
          4837958724,\n
          4837958725,\n
          4837958726,\n
          4837958727,\n
          4837958728,\n
          4837958729,\n
          4837958730,\n
          4837958723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716690,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958731,\n
          4837958732,\n
          4837958733,\n
          4837958734,\n
          4837958735,\n
          4837958736,\n
          4837958731\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716691,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960039,\n
          4837960040,\n
          4837960041,\n
          4837960042,\n
          4837960039\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": 491716692,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958737,\n
          4837958738,\n
          4837958027,\n
          4837958026,\n
          4837958737\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716693,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958739,\n
          4837958740,\n
          4837958741,\n
          4837958742,\n
          4837958743,\n
          4837958744,\n
          4837958739\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716694,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957396,\n
          4837957397,\n
          4837957398,\n
          4837957399,\n
          4837957396\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716695,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958745,\n
          4837958746,\n
          4837958747,\n
          4837958748,\n
          4837958745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716696,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958749,\n
          4837958750,\n
          4837958751,\n
          4837958752,\n
          4837958753,\n
          4837958754,\n
          4837958755,\n
          4837958756,\n
          4837958749\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716697,\n
        "timestamp": "2017-05-06T06:11:07Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958757,\n
          4837958758,\n
          4837958759,\n
          4837958760,\n
          4837958761,\n
          4837958762,\n
          4837958763,\n
          4837958768,\n
          4837958764,\n
          4837958757\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716698,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960043,\n
          4837960044,\n
          4837960045,\n
          4837957335,\n
          4837960043\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": 491716699,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837960050,\n
          4837960051,\n
          4837960052,\n
          4837960053,\n
          4837960054,\n
          4837960055,\n
          4837960050\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": 491716700,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958763,\n
          4837958769,\n
          4837958765,\n
          4837958766,\n
          4837958767,\n
          4837958768,\n
          4837958763\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716701,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958769,\n
          4837958770,\n
          4837958771,\n
          4837958772,\n
          4837958773,\n
          4837958774,\n
          4837958765,\n
          4837958769\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716702,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958775,\n
          4837958776,\n
          4837958777,\n
          4837958778,\n
          4837958775\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716703,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958779,\n
          4837960199,\n
          4837958780,\n
          4837958781,\n
          4837958782,\n
          4837958779\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716704,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958783,\n
          4837958784,\n
          4837958785,\n
          4837958786,\n
          4837958783\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716705,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958787,\n
          4837958788,\n
          4837960201,\n
          4837958789,\n
          4837958790,\n
          4837958791,\n
          4837958792,\n
          4837958793,\n
          4837958794,\n
          4837958787\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716706,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958795,\n
          4837958796,\n
          4837958797,\n
          4837958798,\n
          4837958799,\n
          4837958800,\n
          4837958801,\n
          4837960202,\n
          4837958802,\n
          4837958803,\n
          4837958804,\n
          4837958795\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716707,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958805,\n
          4837958806,\n
          4837958807,\n
          4837958808,\n
          4837958805\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716708,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958809,\n
          4837958810,\n
          4837958811,\n
          4837958812,\n
          4837958809\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716709,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958813,\n
          4837958814,\n
          4837958815,\n
          4837958816,\n
          4837958817,\n
          4837958818,\n
          4837958813\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716710,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958819,\n
          4837958820,\n
          4837958821,\n
          4837958822,\n
          4837958823,\n
          4837958824,\n
          4837958819\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716711,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958825,\n
          4837958826,\n
          4837960172,\n
          4837958827,\n
          4837958828,\n
          4837958829,\n
          4837958830,\n
          4837958825\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716712,\n
        "timestamp": "2017-05-06T06:11:08Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837954704,\n
          4837954705,\n
          4837954706,\n
          4837954707,\n
          4837954708,\n
          4837954709,\n
          4837954710,\n
          4837954711,\n
          4837954704\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716713,\n
        "timestamp": "2017-05-06T06:11:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958831,\n
          4837958832,\n
          4837958833,\n
          4837958834,\n
          4837958831\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716714,\n
        "timestamp": "2017-05-06T06:11:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837957885,\n
          4837957886,\n
          4837957887,\n
          4837957888,\n
          4837957889,\n
          4837957890,\n
          4837957885\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716715,\n
        "timestamp": "2017-05-06T06:11:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958795,\n
          4837958835,\n
          4837958836,\n
          4837958796,\n
          4837958795\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 491716716,\n
        "timestamp": "2017-05-06T06:11:09Z",\n
        "version": 1,\n
        "changeset": 48444529,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4837958628,\n
          4837958627,\n
          4837958614,\n
          4837958837,\n
          4837958838,\n
          4837958616,\n
          4837958628\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 929141470,\n
        "timestamp": "2021-06-29T18:30:25Z",\n
        "version": 5,\n
        "changeset": 107165037,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          4837958928,\n
          4837958927,\n
          8617064674,\n
          8617064675,\n
          4837957837,\n
          8617064676,\n
          4837958928\n
        ]\n
      },\n
      {\n
        "type": "way",\n
        "id": 929141471,\n
        "timestamp": "2022-03-27T07:45:42Z",\n
        "version": 2,\n
        "changeset": 118971190,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8617064677,\n
          4837959066,\n
          4837959073,\n
          8617064678,\n
          2265573543,\n
          2265573573,\n
          2265573667,\n
          8617064677\n
        ]\n
      },\n
      {\n
        "type": "way",\n
        "id": 929141472,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8617064679,\n
          8617064680,\n
          8617064681,\n
          8617064682,\n
          8617064683,\n
          8617064684,\n
          8617064679\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 929141473,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8617064685,\n
          8617064686,\n
          8617064687,\n
          8617064688,\n
          8617064685\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 929141474,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8617064690,\n
          8617064691,\n
          8617064692,\n
          8617064693,\n
          8617064690\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 929141475,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8617064694,\n
          8617064695,\n
          8617064696,\n
          8617064697,\n
          8617064694\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 929141476,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8617064698,\n
          8617064699,\n
          8617064700,\n
          8617064701,\n
          8617064702,\n
          8617064703,\n
          8617064704,\n
          8617064705,\n
          8617064698\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 929141477,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8617064706,\n
          8617064707,\n
          8617064708,\n
          8617064709,\n
          8617064706\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 929141478,\n
        "timestamp": "2021-04-11T09:04:07Z",\n
        "version": 1,\n
        "changeset": 102728591,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8617064710,\n
          8617064711,\n
          8617064712,\n
          8617064713,\n
          8617064710\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1427720627,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4837959996,\n
          13125185032,\n
          13125185031,\n
          13125185030,\n
          4837959103,\n
          4837959996\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1427720628,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          13125185038,\n
          13125185037,\n
          13125185036,\n
          13125185035,\n
          13125185034,\n
          13125185033,\n
          13125185038\n
        ],\n
        "tags": {\n
          "building": "greenhouse"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1427720629,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          13125185042,\n
          13125185041,\n
          13125185040,\n
          13125185039,\n
          13125185042\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1427720632,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          13125185058,\n
          13125185057,\n
          13125185056,\n
          13125185055,\n
          13125185058\n
        ],\n
        "tags": {\n
          "building": "greenhouse"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1427720633,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          13125185062,\n
          13125185061,\n
          13125185060,\n
          13125185059,\n
          13125185062\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1427720634,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          8617064703,\n
          13125185064,\n
          13125185063,\n
          8617064702,\n
          8617064703\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1427720635,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          13125185076,\n
          13125185075,\n
          13125185074,\n
          13125185073,\n
          13125185072,\n
          13125185071,\n
          13125185070,\n
          13125185069,\n
          13125185068,\n
          13125185067,\n
          13125185066,\n
          13125185065,\n
          13125185076\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1427720636,\n
        "timestamp": "2025-09-07T16:02:19Z",\n
        "version": 1,\n
        "changeset": 171592904,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          13125185082,\n
          13125185081,\n
          13125185080,\n
          13125185079,\n
          13125185078,\n
          13125185077,\n
          13125185082\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "relation",\n
        "id": 12565529,\n
        "timestamp": "2023-12-16T16:02:07Z",\n
        "version": 9,\n
        "changeset": 145189260,\n
        "user": "joost schouppe",\n
        "uid": 67832,\n
        "members": [\n
          {\n
            "type": "way",\n
            "ref": 929141471,\n
            "role": "outer"\n
          },\n
          {\n
            "type": "way",\n
            "ref": 929141470,\n
            "role": "outer"\n
          }\n
        ],\n
        "tags": {\n
          "addr:city": "Brancourt-en-Laonnois",\n
          "addr:housenumber": "42",\n
          "addr:postcode": "02320",\n
          "addr:street": "rue de la Croix Blanche",\n
          "amenity": "school",\n
          "contact:email": "ce.0020151D@ac-amiens.fr",\n
          "contact:phone": "+33 323203395",\n
          "operator:type": "public",\n
          "ref:FR:SIRET": "21020108300024",\n
          "ref:UAI": "0020151D",\n
          "school:FR": "primaire",\n
          "type": "multipolygon",\n
          "website": "https://www.education.gouv.fr/annuaire/02320/brancourt-en-laonnois/ecole/0020151d/ecole-primaire.html"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]