GET https://osm-labo.cipherbliss.com/admin/stats/02283/followup-graph/little_free_library

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"="02283"]->.searchArea;\n
      (\n
        nwr["emergency"="fire_hydrant"](area.searchArea);\n
        nwr["amenity"="charging_station"](area.searchArea);\n
        nwr["amenity"="toilets"](area.searchArea);\n
        nwr["highway"="bus_stop"](area.searchArea);\n
        nwr["emergency"="defibrillator"](area.searchArea);\n
        nwr["man_made"="surveillance"](area.searchArea);\n
        nwr["amenity"="recycling"](area.searchArea);\n
        nwr["power"="substation"](area.searchArea);\n
        nwr["healthcare"](area.searchArea);\n
        nwr["amenity"="doctors"](area.searchArea);\n
        nwr["amenity"="pharmacy"](area.searchArea);\n
        nwr["amenity"="hospital"](area.searchArea);\n
        nwr["amenity"="clinic"](area.searchArea);\n
        nwr["amenity"="social_facility"](area.searchArea);\n
        nwr["healthcare"="laboratory"](area.searchArea);\n
        nwr["amenity"="school"](area.searchArea);\n
        nwr["amenity"="police"](area.searchArea);\n
        nwr["amenity"="bicycle_parking"](area.searchArea);\n
        nwr["advertising"="board"]["message"="political"](area.searchArea);\n
        way["building"](area.searchArea);\n
        nwr["email"](area.searchArea);\n
        nwr["contact:email"](area.searchArea);\n
        nwr["amenity"="bench"](area.searchArea);\n
        nwr["amenity"="waste_basket"](area.searchArea);\n
        nwr["highway"="street_lamp"](area.searchArea);\n
        nwr["amenity"="drinking_water"](area.searchArea);\n
        nwr["natural"="tree"](area.searchArea);\n
        nw["power"="pole"](area.searchArea);\n
        nwr["manhole"](area.searchArea);\n
        nwr["amenity"="public_bookcase"](area.searchArea);\n
        nwr["leisure"="playground"](area.searchArea);\n
        nwr["amenity"="restaurant"](area.searchArea);\n
        nwr["ref:FR:RNB"](area.searchArea);\n
      );\n
      (._;>;);\n
      out meta;\n
      >;
      """
  ]
  "timeout" => 60
]
Response 200
[
  "info" => [
    "header_size" => 190
    "request_size" => 2613
    "total_time" => 5.337874
    "namelookup_time" => 0.000917
    "connect_time" => 0.020425
    "pretransfer_time" => 0.042762
    "size_upload" => 2410.0
    "size_download" => 32314.0
    "speed_download" => 6053.0
    "speed_upload" => 451.0
    "download_content_length" => 32314.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 5.318606
    "primary_ip" => "2a01:4f8:261:3c4f::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:88e4:cc06:423a:2464"
    "local_port" => 54464
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 42692
    "connect_time_us" => 20425
    "namelookup_time_us" => 917
    "pretransfer_time_us" => 42762
    "starttransfer_time_us" => 5318606
    "posttransfer_time_us" => 42761
    "total_time_us" => 5337874
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770192059.1821
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1100
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1119 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#980 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n
      * IPv4: 162.55.144.139, 65.109.112.52\n
      *   Trying [2a01:4f8:261:3c4f::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=gall.openstreetmap.de\n
      *  start date: Jan 21 16:56:04 2026 GMT\n
      *  expire date: Apr 21 16:56:03 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f8:261:3c4f::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Wed, 04 Feb 2026 08:00:59 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 32314\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Wed, 04 Feb 2026 08:00:59 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 32314"
    "Content-Type: application/json"
  ]
  "response_content" => [
    """
      {\n
        "version": 0.6,\n
        "generator": "Overpass API 0.7.62.10 2d4cfc48",\n
        "osm3s": {\n
          "timestamp_osm_base": "2026-02-04T07:59:44Z",\n
          "timestamp_areas_base": "2026-01-22T23:45:51Z",\n
          "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n
        },\n
        "elements": [\n
      \n
      {\n
        "type": "node",\n
        "id": 2644990437,\n
        "lat": 49.7217594,\n
        "lon": 3.6969889,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990442,\n
        "lat": 49.7224275,\n
        "lon": 3.6981081,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990444,\n
        "lat": 49.7231638,\n
        "lon": 3.6993923,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990446,\n
        "lat": 49.7239044,\n
        "lon": 3.7006270,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990449,\n
        "lat": 49.7245574,\n
        "lon": 3.7017231,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990452,\n
        "lat": 49.7264986,\n
        "lon": 3.7049277,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990457,\n
        "lat": 49.7272290,\n
        "lon": 3.7061696,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990461,\n
        "lat": 49.7279533,\n
        "lon": 3.7074162,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990465,\n
        "lat": 49.7286897,\n
        "lon": 3.7086347,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990467,\n
        "lat": 49.7294261,\n
        "lon": 3.7098626,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990469,\n
        "lat": 49.7303676,\n
        "lon": 3.7114734,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990471,\n
        "lat": 49.7311157,\n
        "lon": 3.7127170,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990473,\n
        "lat": 49.7318242,\n
        "lon": 3.7138890,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990475,\n
        "lat": 49.7326649,\n
        "lon": 3.7153383,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990477,\n
        "lat": 49.7336572,\n
        "lon": 3.7169791,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990481,\n
        "lat": 49.7345832,\n
        "lon": 3.7185340,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990483,\n
        "lat": 49.7359509,\n
        "lon": 3.7208284,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990485,\n
        "lat": 49.7363947,\n
        "lon": 3.7221853,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990487,\n
        "lat": 49.7368962,\n
        "lon": 3.7236379,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990489,\n
        "lat": 49.7373464,\n
        "lon": 3.7250971,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2644990494,\n
        "lat": 49.7377944,\n
        "lon": 3.7266818,\n
        "timestamp": "2024-03-06T21:15:17Z",\n
        "version": 2,\n
        "changeset": 148315901,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "pole",\n
          "source": "bing"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 3955492962,\n
        "lat": 49.7304196,\n
        "lon": 3.7141249,\n
        "timestamp": "2016-01-19T17:06:45Z",\n
        "version": 1,\n
        "changeset": 36684065,\n
        "user": "Alexandre148025",\n
        "uid": 191786,\n
        "tags": {\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050719,\n
        "lat": 49.7337932,\n
        "lon": 3.7165130,\n
        "timestamp": "2017-03-04T07:02:56Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050720,\n
        "lat": 49.7337584,\n
        "lon": 3.7164874,\n
        "timestamp": "2017-03-04T07:02:56Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050721,\n
        "lat": 49.7337374,\n
        "lon": 3.7165549,\n
        "timestamp": "2017-03-04T07:02:56Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050722,\n
        "lat": 49.7337712,\n
        "lon": 3.7165814,\n
        "timestamp": "2017-03-04T07:02:56Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050723,\n
        "lat": 49.7302295,\n
        "lon": 3.7107999,\n
        "timestamp": "2017-03-04T07:02:56Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050724,\n
        "lat": 49.7301642,\n
        "lon": 3.7107679,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050725,\n
        "lat": 49.7301274,\n
        "lon": 3.7109218,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050726,\n
        "lat": 49.7301927,\n
        "lon": 3.7109560,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050727,\n
        "lat": 49.7305371,\n
        "lon": 3.7110545,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050728,\n
        "lat": 49.7304700,\n
        "lon": 3.7109579,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050729,\n
        "lat": 49.7304551,\n
        "lon": 3.7109805,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050730,\n
        "lat": 49.7304235,\n
        "lon": 3.7109333,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050731,\n
        "lat": 49.7303700,\n
        "lon": 3.7110227,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050732,\n
        "lat": 49.7304015,\n
        "lon": 3.7110739,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050733,\n
        "lat": 49.7303826,\n
        "lon": 3.7111011,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050734,\n
        "lat": 49.7304500,\n
        "lon": 3.7111934,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050735,\n
        "lat": 49.7252826,\n
        "lon": 3.7090896,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050736,\n
        "lat": 49.7250195,\n
        "lon": 3.7087556,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050737,\n
        "lat": 49.7247912,\n
        "lon": 3.7091806,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050738,\n
        "lat": 49.7250543,\n
        "lon": 3.7095173,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050739,\n
        "lat": 49.7248049,\n
        "lon": 3.7114759,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050740,\n
        "lat": 49.7247634,\n
        "lon": 3.7115781,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050741,\n
        "lat": 49.7248892,\n
        "lon": 3.7116999,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050742,\n
        "lat": 49.7249291,\n
        "lon": 3.7116052,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050743,\n
        "lat": 49.7248290,\n
        "lon": 3.7115087,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050744,\n
        "lat": 49.7248291,\n
        "lon": 3.7114995,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050745,\n
        "lat": 49.7245294,\n
        "lon": 3.7108426,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050746,\n
        "lat": 49.7244506,\n
        "lon": 3.7109932,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050747,\n
        "lat": 49.7245065,\n
        "lon": 3.7110629,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050748,\n
        "lat": 49.7245321,\n
        "lon": 3.7110140,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050749,\n
        "lat": 49.7245287,\n
        "lon": 3.7110098,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050750,\n
        "lat": 49.7245402,\n
        "lon": 3.7109878,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050751,\n
        "lat": 49.7245435,\n
        "lon": 3.7109922,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050752,\n
        "lat": 49.7245854,\n
        "lon": 3.7109123,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050753,\n
        "lat": 49.7247184,\n
        "lon": 3.7091421,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050754,\n
        "lat": 49.7247017,\n
        "lon": 3.7091355,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050755,\n
        "lat": 49.7246914,\n
        "lon": 3.7091359,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050756,\n
        "lat": 49.7246814,\n
        "lon": 3.7091396,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050757,\n
        "lat": 49.7246720,\n
        "lon": 3.7091464,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050758,\n
        "lat": 49.7246638,\n
        "lon": 3.7091562,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050759,\n
        "lat": 49.7246535,\n
        "lon": 3.7091775,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050760,\n
        "lat": 49.7246500,\n
        "lon": 3.7091925,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050761,\n
        "lat": 49.7246484,\n
        "lon": 3.7092082,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050762,\n
        "lat": 49.7246490,\n
        "lon": 3.7092242,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050763,\n
        "lat": 49.7246518,\n
        "lon": 3.7092395,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050764,\n
        "lat": 49.7246608,\n
        "lon": 3.7092621,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050765,\n
        "lat": 49.7246684,\n
        "lon": 3.7092729,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050766,\n
        "lat": 49.7246773,\n
        "lon": 3.7092811,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050767,\n
        "lat": 49.7246940,\n
        "lon": 3.7092877,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050768,\n
        "lat": 49.7247043,\n
        "lon": 3.7092873,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050769,\n
        "lat": 49.7247143,\n
        "lon": 3.7092835,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050770,\n
        "lat": 49.7247237,\n
        "lon": 3.7092767,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050771,\n
        "lat": 49.7247319,\n
        "lon": 3.7092670,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050772,\n
        "lat": 49.7247421,\n
        "lon": 3.7092457,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050773,\n
        "lat": 49.7247457,\n
        "lon": 3.7092307,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050774,\n
        "lat": 49.7247473,\n
        "lon": 3.7092149,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050775,\n
        "lat": 49.7247467,\n
        "lon": 3.7091990,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050776,\n
        "lat": 49.7247439,\n
        "lon": 3.7091837,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050777,\n
        "lat": 49.7247349,\n
        "lon": 3.7091611,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050778,\n
        "lat": 49.7247273,\n
        "lon": 3.7091503,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050779,\n
        "lat": 49.7247712,\n
        "lon": 3.7089820,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050780,\n
        "lat": 49.7247551,\n
        "lon": 3.7089916,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050781,\n
        "lat": 49.7247470,\n
        "lon": 3.7090013,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050782,\n
        "lat": 49.7247402,\n
        "lon": 3.7090135,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050783,\n
        "lat": 49.7247353,\n
        "lon": 3.7090275,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050784,\n
        "lat": 49.7247323,\n
        "lon": 3.7090427,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050785,\n
        "lat": 49.7247322,\n
        "lon": 3.7090694,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050786,\n
        "lat": 49.7247349,\n
        "lon": 3.7090847,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050787,\n
        "lat": 49.7247397,\n
        "lon": 3.7090989,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050788,\n
        "lat": 49.7247463,\n
        "lon": 3.7091112,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050789,\n
        "lat": 49.7247543,\n
        "lon": 3.7091212,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050790,\n
        "lat": 49.7247636,\n
        "lon": 3.7091282,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050791,\n
        "lat": 49.7247736,\n
        "lon": 3.7091322,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050792,\n
        "lat": 49.7247908,\n
        "lon": 3.7091315,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050793,\n
        "lat": 49.7248068,\n
        "lon": 3.7091219,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050794,\n
        "lat": 49.7248150,\n
        "lon": 3.7091122,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050795,\n
        "lat": 49.7248217,\n
        "lon": 3.7091001,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050796,\n
        "lat": 49.7248266,\n
        "lon": 3.7090860,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050797,\n
        "lat": 49.7248296,\n
        "lon": 3.7090708,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050798,\n
        "lat": 49.7248298,\n
        "lon": 3.7090441,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050799,\n
        "lat": 49.7248270,\n
        "lon": 3.7090289,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050800,\n
        "lat": 49.7248222,\n
        "lon": 3.7090146,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050801,\n
        "lat": 49.7248156,\n
        "lon": 3.7090023,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050802,\n
        "lat": 49.7248076,\n
        "lon": 3.7089924,\n
        "timestamp": "2017-03-04T07:02:57Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050803,\n
        "lat": 49.7247983,\n
        "lon": 3.7089853,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050804,\n
        "lat": 49.7247883,\n
        "lon": 3.7089813,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050805,\n
        "lat": 49.7246155,\n
        "lon": 3.7113951,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050806,\n
        "lat": 49.7246024,\n
        "lon": 3.7113830,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050807,\n
        "lat": 49.7245941,\n
        "lon": 3.7114044,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050808,\n
        "lat": 49.7246072,\n
        "lon": 3.7114164,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050809,\n
        "lat": 49.7246593,\n
        "lon": 3.7114245,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050810,\n
        "lat": 49.7246207,\n
        "lon": 3.7115224,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050811,\n
        "lat": 49.7247050,\n
        "lon": 3.7115893,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050812,\n
        "lat": 49.7247437,\n
        "lon": 3.7114914,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050813,\n
        "lat": 49.7249665,\n
        "lon": 3.7103239,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050814,\n
        "lat": 49.7249120,\n
        "lon": 3.7102452,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050815,\n
        "lat": 49.7248313,\n
        "lon": 3.7103780,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050816,\n
        "lat": 49.7248346,\n
        "lon": 3.7103828,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050817,\n
        "lat": 49.7247837,\n
        "lon": 3.7104666,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050818,\n
        "lat": 49.7248353,\n
        "lon": 3.7105305,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050819,\n
        "lat": 49.7248827,\n
        "lon": 3.7104522,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050820,\n
        "lat": 49.7248859,\n
        "lon": 3.7104567,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050821,\n
        "lat": 49.7305773,\n
        "lon": 3.7145171,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050822,\n
        "lat": 49.7305281,\n
        "lon": 3.7145771,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050823,\n
        "lat": 49.7306130,\n
        "lon": 3.7147246,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050824,\n
        "lat": 49.7306214,\n
        "lon": 3.7147109,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050825,\n
        "lat": 49.7306462,\n
        "lon": 3.7147549,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050826,\n
        "lat": 49.7305825,\n
        "lon": 3.7148832,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050827,\n
        "lat": 49.7306263,\n
        "lon": 3.7149369,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050828,\n
        "lat": 49.7306960,\n
        "lon": 3.7147992,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050829,\n
        "lat": 49.7306936,\n
        "lon": 3.7147964,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050830,\n
        "lat": 49.7307059,\n
        "lon": 3.7147716,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050831,\n
        "lat": 49.7307090,\n
        "lon": 3.7147502,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050832,\n
        "lat": 49.7307059,\n
        "lon": 3.7147347,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050833,\n
        "lat": 49.7306829,\n
        "lon": 3.7147051,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050834,\n
        "lat": 49.7305926,\n
        "lon": 3.7145473,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050835,\n
        "lat": 49.7248429,\n
        "lon": 3.7124267,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050836,\n
        "lat": 49.7249100,\n
        "lon": 3.7124890,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050837,\n
        "lat": 49.7249292,\n
        "lon": 3.7124397,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050838,\n
        "lat": 49.7249253,\n
        "lon": 3.7124361,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050839,\n
        "lat": 49.7249715,\n
        "lon": 3.7123175,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050840,\n
        "lat": 49.7249083,\n
        "lon": 3.7122588,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050841,\n
        "lat": 49.7265412,\n
        "lon": 3.7130846,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050842,\n
        "lat": 49.7264881,\n
        "lon": 3.7131736,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050843,\n
        "lat": 49.7265748,\n
        "lon": 3.7132994,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050844,\n
        "lat": 49.7266268,\n
        "lon": 3.7132129,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050845,\n
        "lat": 49.7259448,\n
        "lon": 3.7122341,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050846,\n
        "lat": 49.7260280,\n
        "lon": 3.7120764,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050847,\n
        "lat": 49.7259125,\n
        "lon": 3.7119358,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050848,\n
        "lat": 49.7258689,\n
        "lon": 3.7120264,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050849,\n
        "lat": 49.7259527,\n
        "lon": 3.7121335,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050850,\n
        "lat": 49.7259164,\n
        "lon": 3.7122008,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050851,\n
        "lat": 49.7263897,\n
        "lon": 3.7132400,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050852,\n
        "lat": 49.7264194,\n
        "lon": 3.7132773,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050853,\n
        "lat": 49.7264771,\n
        "lon": 3.7131783,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050854,\n
        "lat": 49.7264492,\n
        "lon": 3.7131390,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050855,\n
        "lat": 49.7254818,\n
        "lon": 3.7118383,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050856,\n
        "lat": 49.7255617,\n
        "lon": 3.7118761,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050857,\n
        "lat": 49.7255853,\n
        "lon": 3.7117724,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050858,\n
        "lat": 49.7255368,\n
        "lon": 3.7117478,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050859,\n
        "lat": 49.7255389,\n
        "lon": 3.7117351,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050860,\n
        "lat": 49.7255081,\n
        "lon": 3.7117191,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050861,\n
        "lat": 49.7252813,\n
        "lon": 3.7117694,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050862,\n
        "lat": 49.7253208,\n
        "lon": 3.7116726,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050863,\n
        "lat": 49.7252478,\n
        "lon": 3.7115994,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050864,\n
        "lat": 49.7252065,\n
        "lon": 3.7116980,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050865,\n
        "lat": 49.7252265,\n
        "lon": 3.7120091,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050866,\n
        "lat": 49.7252390,\n
        "lon": 3.7119782,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050867,\n
        "lat": 49.7252064,\n
        "lon": 3.7119438,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050868,\n
        "lat": 49.7251911,\n
        "lon": 3.7119779,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050869,\n
        "lat": 49.7264182,\n
        "lon": 3.7138498,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050870,\n
        "lat": 49.7264395,\n
        "lon": 3.7138725,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050871,\n
        "lat": 49.7264962,\n
        "lon": 3.7137790,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050872,\n
        "lat": 49.7264785,\n
        "lon": 3.7137523,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050873,\n
        "lat": 49.7265167,\n
        "lon": 3.7135424,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050874,\n
        "lat": 49.7265157,\n
        "lon": 3.7135276,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050875,\n
        "lat": 49.7265017,\n
        "lon": 3.7135509,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050876,\n
        "lat": 49.7265753,\n
        "lon": 3.7136486,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050877,\n
        "lat": 49.7265877,\n
        "lon": 3.7136287,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050878,\n
        "lat": 49.7265164,\n
        "lon": 3.7126637,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050879,\n
        "lat": 49.7266135,\n
        "lon": 3.7128008,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050880,\n
        "lat": 49.7266627,\n
        "lon": 3.7127177,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050881,\n
        "lat": 49.7266158,\n
        "lon": 3.7126513,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050882,\n
        "lat": 49.7266062,\n
        "lon": 3.7126662,\n
        "timestamp": "2017-03-04T07:02:58Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050883,\n
        "lat": 49.7265588,\n
        "lon": 3.7125998,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050884,\n
        "lat": 49.7265294,\n
        "lon": 3.7124393,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050885,\n
        "lat": 49.7264564,\n
        "lon": 3.7123661,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050886,\n
        "lat": 49.7263464,\n
        "lon": 3.7126220,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050887,\n
        "lat": 49.7263930,\n
        "lon": 3.7126742,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050888,\n
        "lat": 49.7264463,\n
        "lon": 3.7125471,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050989,\n
        "lat": 49.7264740,\n
        "lon": 3.7125778,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050990,\n
        "lat": 49.7261387,\n
        "lon": 3.7122854,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050991,\n
        "lat": 49.7262236,\n
        "lon": 3.7123869,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050992,\n
        "lat": 49.7262706,\n
        "lon": 3.7122933,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050993,\n
        "lat": 49.7261857,\n
        "lon": 3.7121916,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050994,\n
        "lat": 49.7251807,\n
        "lon": 3.7124586,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050995,\n
        "lat": 49.7252310,\n
        "lon": 3.7125279,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050996,\n
        "lat": 49.7253030,\n
        "lon": 3.7124034,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050997,\n
        "lat": 49.7252526,\n
        "lon": 3.7123341,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050998,\n
        "lat": 49.7266118,\n
        "lon": 3.7120470,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716050999,\n
        "lat": 49.7265661,\n
        "lon": 3.7121392,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051000,\n
        "lat": 49.7266094,\n
        "lon": 3.7121903,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051001,\n
        "lat": 49.7266149,\n
        "lon": 3.7121791,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051002,\n
        "lat": 49.7266470,\n
        "lon": 3.7122169,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051003,\n
        "lat": 49.7266871,\n
        "lon": 3.7121359,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051004,\n
        "lat": 49.7263811,\n
        "lon": 3.7121406,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051005,\n
        "lat": 49.7264305,\n
        "lon": 3.7121961,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051006,\n
        "lat": 49.7264967,\n
        "lon": 3.7120549,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051007,\n
        "lat": 49.7264833,\n
        "lon": 3.7120392,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051008,\n
        "lat": 49.7264942,\n
        "lon": 3.7120169,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051009,\n
        "lat": 49.7264610,\n
        "lon": 3.7119781,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051010,\n
        "lat": 49.7262623,\n
        "lon": 3.7120329,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051011,\n
        "lat": 49.7263209,\n
        "lon": 3.7121026,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051012,\n
        "lat": 49.7263501,\n
        "lon": 3.7120398,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051013,\n
        "lat": 49.7263368,\n
        "lon": 3.7120254,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051014,\n
        "lat": 49.7264039,\n
        "lon": 3.7118885,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051015,\n
        "lat": 49.7263523,\n
        "lon": 3.7118283,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051016,\n
        "lat": 49.7263228,\n
        "lon": 3.7118936,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051017,\n
        "lat": 49.7262822,\n
        "lon": 3.7118499,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051018,\n
        "lat": 49.7262429,\n
        "lon": 3.7119367,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051019,\n
        "lat": 49.7262835,\n
        "lon": 3.7119804,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051020,\n
        "lat": 49.7262606,\n
        "lon": 3.7120310,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051021,\n
        "lat": 49.7265816,\n
        "lon": 3.7120631,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051022,\n
        "lat": 49.7265510,\n
        "lon": 3.7120269,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051023,\n
        "lat": 49.7265214,\n
        "lon": 3.7120864,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051024,\n
        "lat": 49.7265520,\n
        "lon": 3.7121226,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051025,\n
        "lat": 49.7266779,\n
        "lon": 3.7108975,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051026,\n
        "lat": 49.7266024,\n
        "lon": 3.7110539,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051027,\n
        "lat": 49.7266641,\n
        "lon": 3.7111262,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051028,\n
        "lat": 49.7267390,\n
        "lon": 3.7109739,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051029,\n
        "lat": 49.7267545,\n
        "lon": 3.7105843,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051030,\n
        "lat": 49.7266842,\n
        "lon": 3.7104928,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051031,\n
        "lat": 49.7266906,\n
        "lon": 3.7104821,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051032,\n
        "lat": 49.7266665,\n
        "lon": 3.7104506,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051033,\n
        "lat": 49.7266125,\n
        "lon": 3.7105514,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051034,\n
        "lat": 49.7267055,\n
        "lon": 3.7106736,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051035,\n
        "lat": 49.7252609,\n
        "lon": 3.7104468,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051036,\n
        "lat": 49.7251675,\n
        "lon": 3.7105996,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051037,\n
        "lat": 49.7252263,\n
        "lon": 3.7106815,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051038,\n
        "lat": 49.7253185,\n
        "lon": 3.7105278,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051039,\n
        "lat": 49.7250390,\n
        "lon": 3.7109799,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051040,\n
        "lat": 49.7249674,\n
        "lon": 3.7108747,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051041,\n
        "lat": 49.7249149,\n
        "lon": 3.7109620,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051042,\n
        "lat": 49.7249859,\n
        "lon": 3.7110662,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051043,\n
        "lat": 49.7257166,\n
        "lon": 3.7096248,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051044,\n
        "lat": 49.7254885,\n
        "lon": 3.7099696,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051045,\n
        "lat": 49.7255784,\n
        "lon": 3.7101064,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051046,\n
        "lat": 49.7258043,\n
        "lon": 3.7097574,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051047,\n
        "lat": 49.7260219,\n
        "lon": 3.7095887,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051048,\n
        "lat": 49.7259698,\n
        "lon": 3.7096810,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051049,\n
        "lat": 49.7260403,\n
        "lon": 3.7097817,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051050,\n
        "lat": 49.7260929,\n
        "lon": 3.7096877,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051051,\n
        "lat": 49.7250869,\n
        "lon": 3.7117347,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051052,\n
        "lat": 49.7251229,\n
        "lon": 3.7116503,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051053,\n
        "lat": 49.7250283,\n
        "lon": 3.7115557,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051054,\n
        "lat": 49.7249935,\n
        "lon": 3.7116441,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051055,\n
        "lat": 49.7256409,\n
        "lon": 3.7112309,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051056,\n
        "lat": 49.7255957,\n
        "lon": 3.7113264,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051057,\n
        "lat": 49.7256608,\n
        "lon": 3.7113991,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051058,\n
        "lat": 49.7256579,\n
        "lon": 3.7114064,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051059,\n
        "lat": 49.7256910,\n
        "lon": 3.7114438,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051060,\n
        "lat": 49.7257383,\n
        "lon": 3.7113387,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051061,\n
        "lat": 49.7255573,\n
        "lon": 3.7090933,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051062,\n
        "lat": 49.7254770,\n
        "lon": 3.7092248,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051063,\n
        "lat": 49.7255043,\n
        "lon": 3.7092627,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051064,\n
        "lat": 49.7255351,\n
        "lon": 3.7092130,\n
        "timestamp": "2017-03-04T07:02:59Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051065,\n
        "lat": 49.7256239,\n
        "lon": 3.7093383,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051066,\n
        "lat": 49.7256712,\n
        "lon": 3.7092542,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051067,\n
        "lat": 49.7255336,\n
        "lon": 3.7090596,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051068,\n
        "lat": 49.7254547,\n
        "lon": 3.7091938,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051069,\n
        "lat": 49.7259837,\n
        "lon": 3.7114844,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051070,\n
        "lat": 49.7260941,\n
        "lon": 3.7116212,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051071,\n
        "lat": 49.7261397,\n
        "lon": 3.7115295,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051072,\n
        "lat": 49.7260332,\n
        "lon": 3.7113941,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051073,\n
        "lat": 49.7257490,\n
        "lon": 3.7115548,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051074,\n
        "lat": 49.7258258,\n
        "lon": 3.7116280,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051075,\n
        "lat": 49.7258537,\n
        "lon": 3.7115574,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051076,\n
        "lat": 49.7257995,\n
        "lon": 3.7115009,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051077,\n
        "lat": 49.7258121,\n
        "lon": 3.7114743,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051078,\n
        "lat": 49.7257924,\n
        "lon": 3.7114535,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051079,\n
        "lat": 49.7257792,\n
        "lon": 3.7114824,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051080,\n
        "lat": 49.7257319,\n
        "lon": 3.7114373,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051081,\n
        "lat": 49.7256977,\n
        "lon": 3.7115056,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051082,\n
        "lat": 49.7264845,\n
        "lon": 3.7098282,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051083,\n
        "lat": 49.7265175,\n
        "lon": 3.7098745,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051084,\n
        "lat": 49.7266364,\n
        "lon": 3.7096592,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051085,\n
        "lat": 49.7266095,\n
        "lon": 3.7096228,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051086,\n
        "lat": 49.7265626,\n
        "lon": 3.7097032,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051087,\n
        "lat": 49.7265571,\n
        "lon": 3.7096968,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051088,\n
        "lat": 49.7265560,\n
        "lon": 3.7095505,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051089,\n
        "lat": 49.7265902,\n
        "lon": 3.7095966,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051090,\n
        "lat": 49.7266011,\n
        "lon": 3.7095786,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051091,\n
        "lat": 49.7265659,\n
        "lon": 3.7095342,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051092,\n
        "lat": 49.7265360,\n
        "lon": 3.7095830,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051093,\n
        "lat": 49.7265698,\n
        "lon": 3.7096303,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051094,\n
        "lat": 49.7266615,\n
        "lon": 3.7096140,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051095,\n
        "lat": 49.7266349,\n
        "lon": 3.7095796,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051096,\n
        "lat": 49.7250734,\n
        "lon": 3.7100055,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051097,\n
        "lat": 49.7250550,\n
        "lon": 3.7100398,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051098,\n
        "lat": 49.7250467,\n
        "lon": 3.7100291,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051099,\n
        "lat": 49.7249976,\n
        "lon": 3.7101206,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051100,\n
        "lat": 49.7250572,\n
        "lon": 3.7101967,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051101,\n
        "lat": 49.7251063,\n
        "lon": 3.7101050,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051102,\n
        "lat": 49.7250980,\n
        "lon": 3.7100945,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051103,\n
        "lat": 49.7251163,\n
        "lon": 3.7100602,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051104,\n
        "lat": 49.7274368,\n
        "lon": 3.7106990,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051105,\n
        "lat": 49.7273676,\n
        "lon": 3.7108130,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051106,\n
        "lat": 49.7273774,\n
        "lon": 3.7108263,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051107,\n
        "lat": 49.7273114,\n
        "lon": 3.7109463,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051108,\n
        "lat": 49.7273969,\n
        "lon": 3.7110572,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051109,\n
        "lat": 49.7274635,\n
        "lon": 3.7109292,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051110,\n
        "lat": 49.7273934,\n
        "lon": 3.7108444,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051111,\n
        "lat": 49.7274591,\n
        "lon": 3.7107294,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051112,\n
        "lat": 49.7273450,\n
        "lon": 3.7114138,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051113,\n
        "lat": 49.7272977,\n
        "lon": 3.7115035,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051114,\n
        "lat": 49.7273097,\n
        "lon": 3.7115195,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051115,\n
        "lat": 49.7273185,\n
        "lon": 3.7115031,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051116,\n
        "lat": 49.7273410,\n
        "lon": 3.7115351,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051117,\n
        "lat": 49.7273569,\n
        "lon": 3.7115090,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051118,\n
        "lat": 49.7273954,\n
        "lon": 3.7115575,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051119,\n
        "lat": 49.7274216,\n
        "lon": 3.7115086,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051120,\n
        "lat": 49.7269567,\n
        "lon": 3.7106536,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051121,\n
        "lat": 49.7268879,\n
        "lon": 3.7105621,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051122,\n
        "lat": 49.7268228,\n
        "lon": 3.7106761,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051123,\n
        "lat": 49.7268670,\n
        "lon": 3.7107404,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051124,\n
        "lat": 49.7268834,\n
        "lon": 3.7107122,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051125,\n
        "lat": 49.7269022,\n
        "lon": 3.7107422,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051126,\n
        "lat": 49.7267123,\n
        "lon": 3.7097331,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051127,\n
        "lat": 49.7266697,\n
        "lon": 3.7098055,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051128,\n
        "lat": 49.7267570,\n
        "lon": 3.7099240,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051129,\n
        "lat": 49.7267985,\n
        "lon": 3.7098549,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051130,\n
        "lat": 49.7276017,\n
        "lon": 3.7117038,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051131,\n
        "lat": 49.7275716,\n
        "lon": 3.7117601,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051132,\n
        "lat": 49.7276022,\n
        "lon": 3.7117984,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051133,\n
        "lat": 49.7276326,\n
        "lon": 3.7117429,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051134,\n
        "lat": 49.7268854,\n
        "lon": 3.7099939,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051135,\n
        "lat": 49.7268338,\n
        "lon": 3.7100829,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051136,\n
        "lat": 49.7269283,\n
        "lon": 3.7102134,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051137,\n
        "lat": 49.7269796,\n
        "lon": 3.7101283,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051138,\n
        "lat": 49.7277180,\n
        "lon": 3.7106032,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051139,\n
        "lat": 49.7276014,\n
        "lon": 3.7107955,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051140,\n
        "lat": 49.7276777,\n
        "lon": 3.7109112,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051141,\n
        "lat": 49.7276933,\n
        "lon": 3.7108881,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051142,\n
        "lat": 49.7277140,\n
        "lon": 3.7109185,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051143,\n
        "lat": 49.7278169,\n
        "lon": 3.7107518,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051144,\n
        "lat": 49.7279728,\n
        "lon": 3.7117462,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051145,\n
        "lat": 49.7280154,\n
        "lon": 3.7118057,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051146,\n
        "lat": 49.7281350,\n
        "lon": 3.7115912,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051147,\n
        "lat": 49.7281312,\n
        "lon": 3.7115845,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051148,\n
        "lat": 49.7281663,\n
        "lon": 3.7115232,\n
        "timestamp": "2017-03-04T07:03:00Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051149,\n
        "lat": 49.7281069,\n
        "lon": 3.7114352,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051150,\n
        "lat": 49.7280625,\n
        "lon": 3.7115000,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051151,\n
        "lat": 49.7280883,\n
        "lon": 3.7115344,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051152,\n
        "lat": 49.7270548,\n
        "lon": 3.7103690,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051153,\n
        "lat": 49.7271069,\n
        "lon": 3.7102814,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051154,\n
        "lat": 49.7270943,\n
        "lon": 3.7102625,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051155,\n
        "lat": 49.7270857,\n
        "lon": 3.7102757,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051156,\n
        "lat": 49.7270766,\n
        "lon": 3.7102632,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051157,\n
        "lat": 49.7270366,\n
        "lon": 3.7103426,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051158,\n
        "lat": 49.7277230,\n
        "lon": 3.7114571,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051159,\n
        "lat": 49.7277481,\n
        "lon": 3.7114879,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051160,\n
        "lat": 49.7277787,\n
        "lon": 3.7114320,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051161,\n
        "lat": 49.7277540,\n
        "lon": 3.7113987,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051162,\n
        "lat": 49.7278811,\n
        "lon": 3.7114878,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051163,\n
        "lat": 49.7279379,\n
        "lon": 3.7113792,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051164,\n
        "lat": 49.7278604,\n
        "lon": 3.7112796,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051165,\n
        "lat": 49.7278963,\n
        "lon": 3.7112099,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051166,\n
        "lat": 49.7278686,\n
        "lon": 3.7111756,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051167,\n
        "lat": 49.7277771,\n
        "lon": 3.7113550,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051168,\n
        "lat": 49.7269341,\n
        "lon": 3.7104505,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051169,\n
        "lat": 49.7269748,\n
        "lon": 3.7105063,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051170,\n
        "lat": 49.7270464,\n
        "lon": 3.7103232,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051171,\n
        "lat": 49.7270226,\n
        "lon": 3.7102897,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051172,\n
        "lat": 49.7270135,\n
        "lon": 3.7105592,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051173,\n
        "lat": 49.7270222,\n
        "lon": 3.7105436,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051174,\n
        "lat": 49.7270016,\n
        "lon": 3.7105131,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051175,\n
        "lat": 49.7270058,\n
        "lon": 3.7105056,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051176,\n
        "lat": 49.7269887,\n
        "lon": 3.7104824,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051177,\n
        "lat": 49.7268952,\n
        "lon": 3.7112042,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051178,\n
        "lat": 49.7269813,\n
        "lon": 3.7110332,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051179,\n
        "lat": 49.7269888,\n
        "lon": 3.7110426,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051180,\n
        "lat": 49.7270684,\n
        "lon": 3.7108977,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051181,\n
        "lat": 49.7270140,\n
        "lon": 3.7108284,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051182,\n
        "lat": 49.7269369,\n
        "lon": 3.7109780,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051183,\n
        "lat": 49.7268412,\n
        "lon": 3.7108535,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051184,\n
        "lat": 49.7267856,\n
        "lon": 3.7109564,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051185,\n
        "lat": 49.7267937,\n
        "lon": 3.7109674,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051186,\n
        "lat": 49.7267585,\n
        "lon": 3.7110368,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051187,\n
        "lat": 49.7279363,\n
        "lon": 3.7110405,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051188,\n
        "lat": 49.7278807,\n
        "lon": 3.7109736,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051289,\n
        "lat": 49.7277063,\n
        "lon": 3.7112915,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051290,\n
        "lat": 49.7275714,\n
        "lon": 3.7111252,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051291,\n
        "lat": 49.7275252,\n
        "lon": 3.7112146,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051292,\n
        "lat": 49.7277202,\n
        "lon": 3.7114537,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051293,\n
        "lat": 49.7282740,\n
        "lon": 3.7116043,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051294,\n
        "lat": 49.7281885,\n
        "lon": 3.7117442,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051295,\n
        "lat": 49.7281738,\n
        "lon": 3.7117230,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051296,\n
        "lat": 49.7281409,\n
        "lon": 3.7117784,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051297,\n
        "lat": 49.7281570,\n
        "lon": 3.7118004,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051298,\n
        "lat": 49.7280959,\n
        "lon": 3.7119015,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051299,\n
        "lat": 49.7281504,\n
        "lon": 3.7119531,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051300,\n
        "lat": 49.7283199,\n
        "lon": 3.7116695,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051301,\n
        "lat": 49.7279685,\n
        "lon": 3.7113204,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051302,\n
        "lat": 49.7279631,\n
        "lon": 3.7113153,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051303,\n
        "lat": 49.7279581,\n
        "lon": 3.7113236,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051304,\n
        "lat": 49.7279516,\n
        "lon": 3.7113159,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051305,\n
        "lat": 49.7279458,\n
        "lon": 3.7113254,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051306,\n
        "lat": 49.7279396,\n
        "lon": 3.7113171,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051307,\n
        "lat": 49.7279279,\n
        "lon": 3.7113375,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051308,\n
        "lat": 49.7279471,\n
        "lon": 3.7113610,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051309,\n
        "lat": 49.7279972,\n
        "lon": 3.7112661,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051310,\n
        "lat": 49.7279970,\n
        "lon": 3.7114188,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051311,\n
        "lat": 49.7278745,\n
        "lon": 3.7116478,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051312,\n
        "lat": 49.7279192,\n
        "lon": 3.7117049,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051313,\n
        "lat": 49.7281164,\n
        "lon": 3.7113452,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051314,\n
        "lat": 49.7281019,\n
        "lon": 3.7113286,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051315,\n
        "lat": 49.7280681,\n
        "lon": 3.7113898,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051316,\n
        "lat": 49.7280376,\n
        "lon": 3.7113522,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051317,\n
        "lat": 49.7280482,\n
        "lon": 3.7113306,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051318,\n
        "lat": 49.7273842,\n
        "lon": 3.7117915,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051319,\n
        "lat": 49.7274466,\n
        "lon": 3.7118667,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051320,\n
        "lat": 49.7274931,\n
        "lon": 3.7117801,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051321,\n
        "lat": 49.7274313,\n
        "lon": 3.7117039,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051322,\n
        "lat": 49.7273816,\n
        "lon": 3.7117963,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051323,\n
        "lat": 49.7274440,\n
        "lon": 3.7118713,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051324,\n
        "lat": 49.7275439,\n
        "lon": 3.7118110,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051325,\n
        "lat": 49.7275143,\n
        "lon": 3.7118674,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051326,\n
        "lat": 49.7275563,\n
        "lon": 3.7119211,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051327,\n
        "lat": 49.7275964,\n
        "lon": 3.7118386,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051328,\n
        "lat": 49.7275667,\n
        "lon": 3.7117986,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051329,\n
        "lat": 49.7275712,\n
        "lon": 3.7117879,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051330,\n
        "lat": 49.7275620,\n
        "lon": 3.7117784,\n
        "timestamp": "2017-03-04T07:03:01Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051331,\n
        "lat": 49.7277903,\n
        "lon": 3.7117317,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051332,\n
        "lat": 49.7277132,\n
        "lon": 3.7116388,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051333,\n
        "lat": 49.7276897,\n
        "lon": 3.7116856,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051334,\n
        "lat": 49.7276669,\n
        "lon": 3.7116573,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051335,\n
        "lat": 49.7276378,\n
        "lon": 3.7117132,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051336,\n
        "lat": 49.7277357,\n
        "lon": 3.7118321,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051337,\n
        "lat": 49.7268900,\n
        "lon": 3.7103901,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051338,\n
        "lat": 49.7269121,\n
        "lon": 3.7104204,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051339,\n
        "lat": 49.7269447,\n
        "lon": 3.7103643,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051340,\n
        "lat": 49.7269232,\n
        "lon": 3.7103362,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051341,\n
        "lat": 49.7272138,\n
        "lon": 3.7105267,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051342,\n
        "lat": 49.7271811,\n
        "lon": 3.7104835,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051343,\n
        "lat": 49.7271648,\n
        "lon": 3.7104905,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051344,\n
        "lat": 49.7270781,\n
        "lon": 3.7106473,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051345,\n
        "lat": 49.7271167,\n
        "lon": 3.7107003,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051346,\n
        "lat": 49.7274558,\n
        "lon": 3.7099327,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051347,\n
        "lat": 49.7274262,\n
        "lon": 3.7099862,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051348,\n
        "lat": 49.7274747,\n
        "lon": 3.7100589,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051349,\n
        "lat": 49.7275046,\n
        "lon": 3.7100006,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051350,\n
        "lat": 49.7265669,\n
        "lon": 3.7079189,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051351,\n
        "lat": 49.7264233,\n
        "lon": 3.7081988,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051352,\n
        "lat": 49.7265470,\n
        "lon": 3.7083543,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051353,\n
        "lat": 49.7266916,\n
        "lon": 3.7080729,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051354,\n
        "lat": 49.7267191,\n
        "lon": 3.7081636,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051355,\n
        "lat": 49.7267121,\n
        "lon": 3.7081876,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051356,\n
        "lat": 49.7267105,\n
        "lon": 3.7082034,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051357,\n
        "lat": 49.7267112,\n
        "lon": 3.7082194,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051358,\n
        "lat": 49.7267139,\n
        "lon": 3.7082347,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051359,\n
        "lat": 49.7267186,\n
        "lon": 3.7082489,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051360,\n
        "lat": 49.7267252,\n
        "lon": 3.7082612,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051361,\n
        "lat": 49.7267333,\n
        "lon": 3.7082711,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051362,\n
        "lat": 49.7267426,\n
        "lon": 3.7082782,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051363,\n
        "lat": 49.7267526,\n
        "lon": 3.7082822,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051364,\n
        "lat": 49.7267698,\n
        "lon": 3.7082815,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051365,\n
        "lat": 49.7267857,\n
        "lon": 3.7082719,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051366,\n
        "lat": 49.7267939,\n
        "lon": 3.7082622,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051367,\n
        "lat": 49.7268006,\n
        "lon": 3.7082500,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051368,\n
        "lat": 49.7268056,\n
        "lon": 3.7082360,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051369,\n
        "lat": 49.7268085,\n
        "lon": 3.7082208,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051370,\n
        "lat": 49.7268087,\n
        "lon": 3.7081943,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051371,\n
        "lat": 49.7268030,\n
        "lon": 3.7081692,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051372,\n
        "lat": 49.7267970,\n
        "lon": 3.7081562,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051373,\n
        "lat": 49.7267894,\n
        "lon": 3.7081455,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051374,\n
        "lat": 49.7267804,\n
        "lon": 3.7081374,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051375,\n
        "lat": 49.7267707,\n
        "lon": 3.7081323,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051376,\n
        "lat": 49.7267604,\n
        "lon": 3.7081305,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051377,\n
        "lat": 49.7267501,\n
        "lon": 3.7081320,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051378,\n
        "lat": 49.7267403,\n
        "lon": 3.7081368,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051379,\n
        "lat": 49.7267312,\n
        "lon": 3.7081446,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051380,\n
        "lat": 49.7266127,\n
        "lon": 3.7082752,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051381,\n
        "lat": 49.7266021,\n
        "lon": 3.7082830,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051382,\n
        "lat": 49.7265926,\n
        "lon": 3.7082991,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051383,\n
        "lat": 49.7265881,\n
        "lon": 3.7083197,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051384,\n
        "lat": 49.7265888,\n
        "lon": 3.7083377,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051385,\n
        "lat": 49.7265949,\n
        "lon": 3.7083574,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051386,\n
        "lat": 49.7266035,\n
        "lon": 3.7083697,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051387,\n
        "lat": 49.7266145,\n
        "lon": 3.7083766,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051388,\n
        "lat": 49.7266285,\n
        "lon": 3.7083768,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051474,\n
        "lat": 49.7373899,\n
        "lon": 3.7054140,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051475,\n
        "lat": 49.7374121,\n
        "lon": 3.7054263,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051476,\n
        "lat": 49.7374292,\n
        "lon": 3.7054099,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051477,\n
        "lat": 49.7271745,\n
        "lon": 3.7143743,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051478,\n
        "lat": 49.7271419,\n
        "lon": 3.7143253,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051479,\n
        "lat": 49.7271191,\n
        "lon": 3.7143568,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051480,\n
        "lat": 49.7271534,\n
        "lon": 3.7144071,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051481,\n
        "lat": 49.7271329,\n
        "lon": 3.7141846,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051482,\n
        "lat": 49.7270920,\n
        "lon": 3.7142499,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051483,\n
        "lat": 49.7269678,\n
        "lon": 3.7130897,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051484,\n
        "lat": 49.7269883,\n
        "lon": 3.7131138,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051485,\n
        "lat": 49.7270236,\n
        "lon": 3.7130389,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051486,\n
        "lat": 49.7270057,\n
        "lon": 3.7130216,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051487,\n
        "lat": 49.7269907,\n
        "lon": 3.7130587,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051488,\n
        "lat": 49.7269841,\n
        "lon": 3.7130537,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051489,\n
        "lat": 49.7266395,\n
        "lon": 3.7083702,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051490,\n
        "lat": 49.7266496,\n
        "lon": 3.7083552,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051491,\n
        "lat": 49.7266551,\n
        "lon": 3.7083351,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051492,\n
        "lat": 49.7266548,\n
        "lon": 3.7083134,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051493,\n
        "lat": 49.7266487,\n
        "lon": 3.7082938,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051494,\n
        "lat": 49.7266400,\n
        "lon": 3.7082815,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051495,\n
        "lat": 49.7266268,\n
        "lon": 3.7082739,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051496,\n
        "lat": 49.7266741,\n
        "lon": 3.7081764,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051497,\n
        "lat": 49.7266602,\n
        "lon": 3.7081792,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051498,\n
        "lat": 49.7266481,\n
        "lon": 3.7081906,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051499,\n
        "lat": 49.7266401,\n
        "lon": 3.7082085,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051500,\n
        "lat": 49.7266376,\n
        "lon": 3.7082263,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051501,\n
        "lat": 49.7266399,\n
        "lon": 3.7082477,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051502,\n
        "lat": 49.7266460,\n
        "lon": 3.7082632,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051503,\n
        "lat": 49.7266573,\n
        "lon": 3.7082763,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051504,\n
        "lat": 49.7266688,\n
        "lon": 3.7082808,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051505,\n
        "lat": 49.7266828,\n
        "lon": 3.7082779,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051506,\n
        "lat": 49.7266948,\n
        "lon": 3.7082666,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051507,\n
        "lat": 49.7267028,\n
        "lon": 3.7082486,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051508,\n
        "lat": 49.7267053,\n
        "lon": 3.7082309,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051509,\n
        "lat": 49.7267030,\n
        "lon": 3.7082094,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051510,\n
        "lat": 49.7266968,\n
        "lon": 3.7081939,\n
        "timestamp": "2017-03-04T07:03:02Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051511,\n
        "lat": 49.7266855,\n
        "lon": 3.7081810,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051512,\n
        "lat": 49.7313754,\n
        "lon": 3.7244627,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051513,\n
        "lat": 49.7314293,\n
        "lon": 3.7244646,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051514,\n
        "lat": 49.7314319,\n
        "lon": 3.7242995,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051515,\n
        "lat": 49.7313780,\n
        "lon": 3.7242976,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051516,\n
        "lat": 49.7374389,\n
        "lon": 3.7053866,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051517,\n
        "lat": 49.7374359,\n
        "lon": 3.7053631,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051518,\n
        "lat": 49.7374148,\n
        "lon": 3.7053447,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051552,\n
        "lat": 49.7286676,\n
        "lon": 3.7169104,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051553,\n
        "lat": 49.7295976,\n
        "lon": 3.7157910,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051554,\n
        "lat": 49.7296438,\n
        "lon": 3.7158892,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051555,\n
        "lat": 49.7298495,\n
        "lon": 3.7163201,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051556,\n
        "lat": 49.7296941,\n
        "lon": 3.7164769,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051557,\n
        "lat": 49.7297310,\n
        "lon": 3.7165593,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051558,\n
        "lat": 49.7298852,\n
        "lon": 3.7164051,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051559,\n
        "lat": 49.7290167,\n
        "lon": 3.7149201,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051560,\n
        "lat": 49.7290541,\n
        "lon": 3.7149636,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051561,\n
        "lat": 49.7290989,\n
        "lon": 3.7148703,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051562,\n
        "lat": 49.7291200,\n
        "lon": 3.7148335,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051563,\n
        "lat": 49.7291143,\n
        "lon": 3.7148289,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051564,\n
        "lat": 49.7291364,\n
        "lon": 3.7147854,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051565,\n
        "lat": 49.7291386,\n
        "lon": 3.7147875,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051566,\n
        "lat": 49.7291664,\n
        "lon": 3.7147253,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051567,\n
        "lat": 49.7291497,\n
        "lon": 3.7147028,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051568,\n
        "lat": 49.7291172,\n
        "lon": 3.7147071,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051569,\n
        "lat": 49.7290507,\n
        "lon": 3.7148481,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051570,\n
        "lat": 49.7290286,\n
        "lon": 3.7148234,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051571,\n
        "lat": 49.7290127,\n
        "lon": 3.7148572,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051572,\n
        "lat": 49.7290348,\n
        "lon": 3.7148819,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051573,\n
        "lat": 49.7305191,\n
        "lon": 3.7112884,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051574,\n
        "lat": 49.7306053,\n
        "lon": 3.7111527,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051575,\n
        "lat": 49.7258984,\n
        "lon": 3.7119187,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051576,\n
        "lat": 49.7258538,\n
        "lon": 3.7120073,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051577,\n
        "lat": 49.7258398,\n
        "lon": 3.7115429,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051578,\n
        "lat": 49.7258529,\n
        "lon": 3.7115116,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051579,\n
        "lat": 49.7260265,\n
        "lon": 3.7088705,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051580,\n
        "lat": 49.7262329,\n
        "lon": 3.7091291,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051581,\n
        "lat": 49.7256212,\n
        "lon": 3.7112267,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051582,\n
        "lat": 49.7255886,\n
        "lon": 3.7112925,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051583,\n
        "lat": 49.7256019,\n
        "lon": 3.7113134,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051584,\n
        "lat": 49.7256338,\n
        "lon": 3.7112459,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051585,\n
        "lat": 49.7253982,\n
        "lon": 3.7100321,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051586,\n
        "lat": 49.7253355,\n
        "lon": 3.7101334,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051587,\n
        "lat": 49.7254765,\n
        "lon": 3.7103382,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051588,\n
        "lat": 49.7255369,\n
        "lon": 3.7102395,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051589,\n
        "lat": 49.7270526,\n
        "lon": 3.7135564,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051590,\n
        "lat": 49.7270022,\n
        "lon": 3.7134880,\n
        "timestamp": "2017-03-04T07:03:03Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051591,\n
        "lat": 49.7269621,\n
        "lon": 3.7135588,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051592,\n
        "lat": 49.7270131,\n
        "lon": 3.7136267,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051593,\n
        "lat": 49.7270798,\n
        "lon": 3.7134046,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051594,\n
        "lat": 49.7270230,\n
        "lon": 3.7133361,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051595,\n
        "lat": 49.7269993,\n
        "lon": 3.7133804,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051596,\n
        "lat": 49.7270555,\n
        "lon": 3.7134502,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051597,\n
        "lat": 49.7274676,\n
        "lon": 3.7133704,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051598,\n
        "lat": 49.7274192,\n
        "lon": 3.7134515,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051599,\n
        "lat": 49.7274908,\n
        "lon": 3.7135566,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051600,\n
        "lat": 49.7275406,\n
        "lon": 3.7134810,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051601,\n
        "lat": 49.7274050,\n
        "lon": 3.7134831,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051602,\n
        "lat": 49.7273720,\n
        "lon": 3.7135344,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051603,\n
        "lat": 49.7273898,\n
        "lon": 3.7135652,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051604,\n
        "lat": 49.7274240,\n
        "lon": 3.7135135,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051605,\n
        "lat": 49.7275759,\n
        "lon": 3.7146708,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051606,\n
        "lat": 49.7275636,\n
        "lon": 3.7146486,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051607,\n
        "lat": 49.7275797,\n
        "lon": 3.7146233,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051608,\n
        "lat": 49.7275551,\n
        "lon": 3.7145848,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051609,\n
        "lat": 49.7275236,\n
        "lon": 3.7146348,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051610,\n
        "lat": 49.7275628,\n
        "lon": 3.7146910,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051611,\n
        "lat": 49.7284162,\n
        "lon": 3.7128733,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051612,\n
        "lat": 49.7283529,\n
        "lon": 3.7128182,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051613,\n
        "lat": 49.7283051,\n
        "lon": 3.7129447,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051614,\n
        "lat": 49.7283673,\n
        "lon": 3.7130016,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051615,\n
        "lat": 49.7277122,\n
        "lon": 3.7143542,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051616,\n
        "lat": 49.7277690,\n
        "lon": 3.7144205,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051617,\n
        "lat": 49.7278467,\n
        "lon": 3.7142599,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051618,\n
        "lat": 49.7277778,\n
        "lon": 3.7141789,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051619,\n
        "lat": 49.7277393,\n
        "lon": 3.7142565,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051620,\n
        "lat": 49.7277516,\n
        "lon": 3.7142735,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051621,\n
        "lat": 49.7282361,\n
        "lon": 3.7123610,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051622,\n
        "lat": 49.7281733,\n
        "lon": 3.7123142,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051623,\n
        "lat": 49.7281349,\n
        "lon": 3.7124296,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051624,\n
        "lat": 49.7281805,\n
        "lon": 3.7124675,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051625,\n
        "lat": 49.7282083,\n
        "lon": 3.7123796,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051626,\n
        "lat": 49.7282191,\n
        "lon": 3.7123883,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051627,\n
        "lat": 49.7282254,\n
        "lon": 3.7123661,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051628,\n
        "lat": 49.7282327,\n
        "lon": 3.7123723,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051629,\n
        "lat": 49.7278230,\n
        "lon": 3.7134408,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051630,\n
        "lat": 49.7277867,\n
        "lon": 3.7133934,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051631,\n
        "lat": 49.7277995,\n
        "lon": 3.7133714,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051632,\n
        "lat": 49.7277837,\n
        "lon": 3.7133473,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051633,\n
        "lat": 49.7277020,\n
        "lon": 3.7134960,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051634,\n
        "lat": 49.7277565,\n
        "lon": 3.7135714,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051635,\n
        "lat": 49.7273397,\n
        "lon": 3.7125366,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051636,\n
        "lat": 49.7273247,\n
        "lon": 3.7125166,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051637,\n
        "lat": 49.7273303,\n
        "lon": 3.7125061,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051638,\n
        "lat": 49.7272953,\n
        "lon": 3.7124694,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051639,\n
        "lat": 49.7272806,\n
        "lon": 3.7125035,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051640,\n
        "lat": 49.7272677,\n
        "lon": 3.7124913,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051641,\n
        "lat": 49.7272239,\n
        "lon": 3.7125922,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051642,\n
        "lat": 49.7272867,\n
        "lon": 3.7126579,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051643,\n
        "lat": 49.7274983,\n
        "lon": 3.7139384,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051644,\n
        "lat": 49.7274807,\n
        "lon": 3.7139728,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051645,\n
        "lat": 49.7275079,\n
        "lon": 3.7140035,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051646,\n
        "lat": 49.7275249,\n
        "lon": 3.7139703,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051647,\n
        "lat": 49.7273898,\n
        "lon": 3.7140274,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051648,\n
        "lat": 49.7273515,\n
        "lon": 3.7140954,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051649,\n
        "lat": 49.7273930,\n
        "lon": 3.7141545,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051650,\n
        "lat": 49.7274328,\n
        "lon": 3.7140867,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051651,\n
        "lat": 49.7274286,\n
        "lon": 3.7142336,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051652,\n
        "lat": 49.7274123,\n
        "lon": 3.7142670,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051653,\n
        "lat": 49.7274280,\n
        "lon": 3.7142857,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051654,\n
        "lat": 49.7273666,\n
        "lon": 3.7143997,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051655,\n
        "lat": 49.7274204,\n
        "lon": 3.7144692,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051656,\n
        "lat": 49.7274963,\n
        "lon": 3.7143226,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051657,\n
        "lat": 49.7268579,\n
        "lon": 3.7128623,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051658,\n
        "lat": 49.7268008,\n
        "lon": 3.7127931,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051659,\n
        "lat": 49.7268150,\n
        "lon": 3.7127647,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051660,\n
        "lat": 49.7267813,\n
        "lon": 3.7127258,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051661,\n
        "lat": 49.7267263,\n
        "lon": 3.7128333,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051662,\n
        "lat": 49.7268148,\n
        "lon": 3.7129436,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051663,\n
        "lat": 49.7284806,\n
        "lon": 3.7125898,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051664,\n
        "lat": 49.7284162,\n
        "lon": 3.7125345,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051665,\n
        "lat": 49.7283731,\n
        "lon": 3.7126531,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051666,\n
        "lat": 49.7284379,\n
        "lon": 3.7127080,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051667,\n
        "lat": 49.7279058,\n
        "lon": 3.7135378,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051668,\n
        "lat": 49.7279012,\n
        "lon": 3.7135329,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051669,\n
        "lat": 49.7278449,\n
        "lon": 3.7136444,\n
        "timestamp": "2017-03-04T07:03:04Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051670,\n
        "lat": 49.7279830,\n
        "lon": 3.7138138,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051671,\n
        "lat": 49.7279864,\n
        "lon": 3.7138081,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051672,\n
        "lat": 49.7279936,\n
        "lon": 3.7138172,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051673,\n
        "lat": 49.7280065,\n
        "lon": 3.7137935,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051674,\n
        "lat": 49.7280112,\n
        "lon": 3.7137983,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051675,\n
        "lat": 49.7280293,\n
        "lon": 3.7137579,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051676,\n
        "lat": 49.7280050,\n
        "lon": 3.7137269,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051677,\n
        "lat": 49.7280199,\n
        "lon": 3.7136966,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051678,\n
        "lat": 49.7279447,\n
        "lon": 3.7136055,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051679,\n
        "lat": 49.7279508,\n
        "lon": 3.7135926,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051680,\n
        "lat": 49.7281595,\n
        "lon": 3.7139975,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051681,\n
        "lat": 49.7281962,\n
        "lon": 3.7139076,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051682,\n
        "lat": 49.7281016,\n
        "lon": 3.7138082,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051683,\n
        "lat": 49.7280615,\n
        "lon": 3.7138993,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051684,\n
        "lat": 49.7282457,\n
        "lon": 3.7133609,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051685,\n
        "lat": 49.7281780,\n
        "lon": 3.7132996,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051686,\n
        "lat": 49.7281234,\n
        "lon": 3.7134404,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051687,\n
        "lat": 49.7281911,\n
        "lon": 3.7135038,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051688,\n
        "lat": 49.7281664,\n
        "lon": 3.7140045,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051689,\n
        "lat": 49.7282048,\n
        "lon": 3.7139168,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051690,\n
        "lat": 49.7282445,\n
        "lon": 3.7142460,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051691,\n
        "lat": 49.7282791,\n
        "lon": 3.7141609,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051692,\n
        "lat": 49.7282520,\n
        "lon": 3.7141345,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051693,\n
        "lat": 49.7282169,\n
        "lon": 3.7142178,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051694,\n
        "lat": 49.7280241,\n
        "lon": 3.7145225,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051695,\n
        "lat": 49.7279359,\n
        "lon": 3.7146353,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051696,\n
        "lat": 49.7279912,\n
        "lon": 3.7147438,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051697,\n
        "lat": 49.7280863,\n
        "lon": 3.7146186,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051698,\n
        "lat": 49.7280628,\n
        "lon": 3.7145729,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051699,\n
        "lat": 49.7280550,\n
        "lon": 3.7145823,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051700,\n
        "lat": 49.7282498,\n
        "lon": 3.7142515,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051701,\n
        "lat": 49.7282598,\n
        "lon": 3.7142277,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051702,\n
        "lat": 49.7283109,\n
        "lon": 3.7142788,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051703,\n
        "lat": 49.7283364,\n
        "lon": 3.7142164,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051704,\n
        "lat": 49.7275218,\n
        "lon": 3.7132571,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051705,\n
        "lat": 49.7275749,\n
        "lon": 3.7133225,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051706,\n
        "lat": 49.7276330,\n
        "lon": 3.7132043,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051707,\n
        "lat": 49.7275770,\n
        "lon": 3.7131427,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051708,\n
        "lat": 49.7275441,\n
        "lon": 3.7124911,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051709,\n
        "lat": 49.7275533,\n
        "lon": 3.7124716,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051710,\n
        "lat": 49.7276146,\n
        "lon": 3.7125423,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051711,\n
        "lat": 49.7276586,\n
        "lon": 3.7124490,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051712,\n
        "lat": 49.7275530,\n
        "lon": 3.7123317,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051713,\n
        "lat": 49.7275015,\n
        "lon": 3.7124437,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051714,\n
        "lat": 49.7274160,\n
        "lon": 3.7131300,\n
        "timestamp": "2017-03-04T07:03:05Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051715,\n
        "lat": 49.7274609,\n
        "lon": 3.7131838,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051716,\n
        "lat": 49.7275103,\n
        "lon": 3.7130891,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051717,\n
        "lat": 49.7274679,\n
        "lon": 3.7130332,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051718,\n
        "lat": 49.7270419,\n
        "lon": 3.7132698,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051719,\n
        "lat": 49.7270709,\n
        "lon": 3.7132047,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051720,\n
        "lat": 49.7270478,\n
        "lon": 3.7131790,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051721,\n
        "lat": 49.7270197,\n
        "lon": 3.7132444,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051722,\n
        "lat": 49.7271068,\n
        "lon": 3.7137505,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051723,\n
        "lat": 49.7271262,\n
        "lon": 3.7137179,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051724,\n
        "lat": 49.7270808,\n
        "lon": 3.7136370,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051725,\n
        "lat": 49.7270590,\n
        "lon": 3.7136691,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051726,\n
        "lat": 49.7271862,\n
        "lon": 3.7134959,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051727,\n
        "lat": 49.7272266,\n
        "lon": 3.7135664,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051728,\n
        "lat": 49.7272496,\n
        "lon": 3.7135305,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051729,\n
        "lat": 49.7272679,\n
        "lon": 3.7135592,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051730,\n
        "lat": 49.7272812,\n
        "lon": 3.7135393,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051731,\n
        "lat": 49.7272175,\n
        "lon": 3.7134418,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051732,\n
        "lat": 49.7272087,\n
        "lon": 3.7134570,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051733,\n
        "lat": 49.7272008,\n
        "lon": 3.7134473,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051734,\n
        "lat": 49.7271928,\n
        "lon": 3.7134609,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051735,\n
        "lat": 49.7272006,\n
        "lon": 3.7134709,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051736,\n
        "lat": 49.7269819,\n
        "lon": 3.7131275,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051737,\n
        "lat": 49.7269614,\n
        "lon": 3.7131040,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051738,\n
        "lat": 49.7270228,\n
        "lon": 3.7133163,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051739,\n
        "lat": 49.7270435,\n
        "lon": 3.7133417,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051740,\n
        "lat": 49.7270957,\n
        "lon": 3.7132376,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051741,\n
        "lat": 49.7271228,\n
        "lon": 3.7132653,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051742,\n
        "lat": 49.7271775,\n
        "lon": 3.7131580,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051743,\n
        "lat": 49.7271632,\n
        "lon": 3.7131430,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051744,\n
        "lat": 49.7271717,\n
        "lon": 3.7131180,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051745,\n
        "lat": 49.7271280,\n
        "lon": 3.7130763,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051746,\n
        "lat": 49.7270595,\n
        "lon": 3.7132304,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051747,\n
        "lat": 49.7270665,\n
        "lon": 3.7132359,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051748,\n
        "lat": 49.7270478,\n
        "lon": 3.7132767,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051749,\n
        "lat": 49.7270111,\n
        "lon": 3.7128515,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051750,\n
        "lat": 49.7269860,\n
        "lon": 3.7129251,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051751,\n
        "lat": 49.7270072,\n
        "lon": 3.7129433,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051752,\n
        "lat": 49.7269928,\n
        "lon": 3.7129805,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051753,\n
        "lat": 49.7270331,\n
        "lon": 3.7130169,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051754,\n
        "lat": 49.7270761,\n
        "lon": 3.7129041,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051755,\n
        "lat": 49.7284054,\n
        "lon": 3.7119207,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051756,\n
        "lat": 49.7283691,\n
        "lon": 3.7119895,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051757,\n
        "lat": 49.7284164,\n
        "lon": 3.7120389,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051758,\n
        "lat": 49.7284807,\n
        "lon": 3.7119620,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051759,\n
        "lat": 49.7284425,\n
        "lon": 3.7119125,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051760,\n
        "lat": 49.7275760,\n
        "lon": 3.7142026,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051761,\n
        "lat": 49.7276373,\n
        "lon": 3.7140879,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051762,\n
        "lat": 49.7275516,\n
        "lon": 3.7139898,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051763,\n
        "lat": 49.7275256,\n
        "lon": 3.7140463,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051764,\n
        "lat": 49.7275538,\n
        "lon": 3.7140803,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051765,\n
        "lat": 49.7275242,\n
        "lon": 3.7141401,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051766,\n
        "lat": 49.7272604,\n
        "lon": 3.7135074,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051767,\n
        "lat": 49.7273400,\n
        "lon": 3.7133762,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051768,\n
        "lat": 49.7273443,\n
        "lon": 3.7133825,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051769,\n
        "lat": 49.7273874,\n
        "lon": 3.7133106,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051770,\n
        "lat": 49.7273433,\n
        "lon": 3.7132435,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051771,\n
        "lat": 49.7272262,\n
        "lon": 3.7145801,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051772,\n
        "lat": 49.7271903,\n
        "lon": 3.7145135,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051773,\n
        "lat": 49.7270692,\n
        "lon": 3.7146777,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051774,\n
        "lat": 49.7271046,\n
        "lon": 3.7147425,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051775,\n
        "lat": 49.7274434,\n
        "lon": 3.7136368,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051776,\n
        "lat": 49.7274721,\n
        "lon": 3.7135896,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051777,\n
        "lat": 49.7274583,\n
        "lon": 3.7135666,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051778,\n
        "lat": 49.7274294,\n
        "lon": 3.7136133,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051779,\n
        "lat": 49.7271812,\n
        "lon": 3.7141499,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051780,\n
        "lat": 49.7272206,\n
        "lon": 3.7140738,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051781,\n
        "lat": 49.7271924,\n
        "lon": 3.7140361,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051782,\n
        "lat": 49.7271522,\n
        "lon": 3.7141154,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051783,\n
        "lat": 49.7272982,\n
        "lon": 3.7135653,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051784,\n
        "lat": 49.7273182,\n
        "lon": 3.7135352,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051785,\n
        "lat": 49.7272931,\n
        "lon": 3.7134976,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051786,\n
        "lat": 49.7272746,\n
        "lon": 3.7135292,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051787,\n
        "lat": 49.7271901,\n
        "lon": 3.7143499,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051788,\n
        "lat": 49.7272083,\n
        "lon": 3.7143786,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051789,\n
        "lat": 49.7272335,\n
        "lon": 3.7143382,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051790,\n
        "lat": 49.7272771,\n
        "lon": 3.7145860,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051791,\n
        "lat": 49.7272569,\n
        "lon": 3.7145538,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051792,\n
        "lat": 49.7271901,\n
        "lon": 3.7146398,\n
        "timestamp": "2017-03-04T07:03:06Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051793,\n
        "lat": 49.7272061,\n
        "lon": 3.7146702,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051794,\n
        "lat": 49.7272254,\n
        "lon": 3.7146571,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051795,\n
        "lat": 49.7279954,\n
        "lon": 3.7126551,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051796,\n
        "lat": 49.7280278,\n
        "lon": 3.7125492,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051797,\n
        "lat": 49.7278692,\n
        "lon": 3.7124020,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051798,\n
        "lat": 49.7278522,\n
        "lon": 3.7124359,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051799,\n
        "lat": 49.7279048,\n
        "lon": 3.7124849,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051800,\n
        "lat": 49.7278822,\n
        "lon": 3.7125470,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051801,\n
        "lat": 49.7281787,\n
        "lon": 3.7121217,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051802,\n
        "lat": 49.7281096,\n
        "lon": 3.7120479,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051803,\n
        "lat": 49.7280585,\n
        "lon": 3.7121598,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051804,\n
        "lat": 49.7281278,\n
        "lon": 3.7122351,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051805,\n
        "lat": 49.7283480,\n
        "lon": 3.7131238,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051806,\n
        "lat": 49.7282837,\n
        "lon": 3.7130675,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051807,\n
        "lat": 49.7282335,\n
        "lon": 3.7132061,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051808,\n
        "lat": 49.7282967,\n
        "lon": 3.7132612,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051809,\n
        "lat": 49.7277163,\n
        "lon": 3.7136545,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051810,\n
        "lat": 49.7276729,\n
        "lon": 3.7135798,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051811,\n
        "lat": 49.7276569,\n
        "lon": 3.7136012,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051812,\n
        "lat": 49.7276369,\n
        "lon": 3.7135657,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051813,\n
        "lat": 49.7275971,\n
        "lon": 3.7136182,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051814,\n
        "lat": 49.7276175,\n
        "lon": 3.7136543,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051815,\n
        "lat": 49.7275600,\n
        "lon": 3.7137315,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051816,\n
        "lat": 49.7275545,\n
        "lon": 3.7137262,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051817,\n
        "lat": 49.7275271,\n
        "lon": 3.7137623,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051818,\n
        "lat": 49.7275854,\n
        "lon": 3.7138341,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051819,\n
        "lat": 49.7276047,\n
        "lon": 3.7138082,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051820,\n
        "lat": 49.7276034,\n
        "lon": 3.7138063,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051821,\n
        "lat": 49.7274537,\n
        "lon": 3.7120702,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051822,\n
        "lat": 49.7274396,\n
        "lon": 3.7120541,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051823,\n
        "lat": 49.7274144,\n
        "lon": 3.7121070,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051824,\n
        "lat": 49.7274285,\n
        "lon": 3.7121231,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051825,\n
        "lat": 49.7276939,\n
        "lon": 3.7139712,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051826,\n
        "lat": 49.7276521,\n
        "lon": 3.7139203,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051827,\n
        "lat": 49.7276194,\n
        "lon": 3.7139899,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051828,\n
        "lat": 49.7275757,\n
        "lon": 3.7139398,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051829,\n
        "lat": 49.7269271,\n
        "lon": 3.7129103,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051830,\n
        "lat": 49.7268759,\n
        "lon": 3.7130077,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051831,\n
        "lat": 49.7268985,\n
        "lon": 3.7130334,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051832,\n
        "lat": 49.7269496,\n
        "lon": 3.7129360,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051833,\n
        "lat": 49.7270298,\n
        "lon": 3.7130256,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051834,\n
        "lat": 49.7270340,\n
        "lon": 3.7130303,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051835,\n
        "lat": 49.7270118,\n
        "lon": 3.7130780,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051836,\n
        "lat": 49.7270335,\n
        "lon": 3.7131021,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051837,\n
        "lat": 49.7270610,\n
        "lon": 3.7130298,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051838,\n
        "lat": 49.7271002,\n
        "lon": 3.7130643,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051839,\n
        "lat": 49.7271161,\n
        "lon": 3.7130584,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051840,\n
        "lat": 49.7271218,\n
        "lon": 3.7130388,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051841,\n
        "lat": 49.7271269,\n
        "lon": 3.7130426,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051842,\n
        "lat": 49.7271536,\n
        "lon": 3.7129715,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051843,\n
        "lat": 49.7270920,\n
        "lon": 3.7134010,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051844,\n
        "lat": 49.7271415,\n
        "lon": 3.7134656,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051845,\n
        "lat": 49.7271675,\n
        "lon": 3.7134197,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051846,\n
        "lat": 49.7271363,\n
        "lon": 3.7133777,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051847,\n
        "lat": 49.7271340,\n
        "lon": 3.7133820,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051848,\n
        "lat": 49.7271136,\n
        "lon": 3.7133543,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051849,\n
        "lat": 49.7271923,\n
        "lon": 3.7131498,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051850,\n
        "lat": 49.7271396,\n
        "lon": 3.7132439,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051851,\n
        "lat": 49.7271600,\n
        "lon": 3.7132716,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051852,\n
        "lat": 49.7271419,\n
        "lon": 3.7133051,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051853,\n
        "lat": 49.7271726,\n
        "lon": 3.7133445,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051854,\n
        "lat": 49.7271897,\n
        "lon": 3.7133128,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051855,\n
        "lat": 49.7271917,\n
        "lon": 3.7133154,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051856,\n
        "lat": 49.7272448,\n
        "lon": 3.7132175,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051857,\n
        "lat": 49.7276615,\n
        "lon": 3.7137282,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051858,\n
        "lat": 49.7277163,\n
        "lon": 3.7138319,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051859,\n
        "lat": 49.7277315,\n
        "lon": 3.7137378,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051860,\n
        "lat": 49.7277138,\n
        "lon": 3.7136578,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051861,\n
        "lat": 49.7298856,\n
        "lon": 3.7169143,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051862,\n
        "lat": 49.7300597,\n
        "lon": 3.7172443,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051863,\n
        "lat": 49.7302094,\n
        "lon": 3.7170524,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051864,\n
        "lat": 49.7300361,\n
        "lon": 3.7167242,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051865,\n
        "lat": 49.7303764,\n
        "lon": 3.7147036,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051866,\n
        "lat": 49.7303750,\n
        "lon": 3.7147007,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051867,\n
        "lat": 49.7303321,\n
        "lon": 3.7147701,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051868,\n
        "lat": 49.7304662,\n
        "lon": 3.7149584,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051869,\n
        "lat": 49.7304695,\n
        "lon": 3.7149509,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051870,\n
        "lat": 49.7304981,\n
        "lon": 3.7149945,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051871,\n
        "lat": 49.7305350,\n
        "lon": 3.7149291,\n
        "timestamp": "2017-03-04T07:03:07Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051872,\n
        "lat": 49.7302182,\n
        "lon": 3.7156564,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051873,\n
        "lat": 49.7301614,\n
        "lon": 3.7156030,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051874,\n
        "lat": 49.7301453,\n
        "lon": 3.7156476,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051875,\n
        "lat": 49.7302022,\n
        "lon": 3.7156984,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051876,\n
        "lat": 49.7302023,\n
        "lon": 3.7155307,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051877,\n
        "lat": 49.7301224,\n
        "lon": 3.7154154,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051878,\n
        "lat": 49.7301339,\n
        "lon": 3.7153946,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051879,\n
        "lat": 49.7301021,\n
        "lon": 3.7153507,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051880,\n
        "lat": 49.7300358,\n
        "lon": 3.7154557,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051881,\n
        "lat": 49.7300661,\n
        "lon": 3.7155012,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051882,\n
        "lat": 49.7300758,\n
        "lon": 3.7154850,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051883,\n
        "lat": 49.7304004,\n
        "lon": 3.7153546,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051884,\n
        "lat": 49.7303658,\n
        "lon": 3.7153004,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051885,\n
        "lat": 49.7303185,\n
        "lon": 3.7153722,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051886,\n
        "lat": 49.7302889,\n
        "lon": 3.7153257,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051887,\n
        "lat": 49.7302567,\n
        "lon": 3.7153719,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051888,\n
        "lat": 49.7302854,\n
        "lon": 3.7154197,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051889,\n
        "lat": 49.7302841,\n
        "lon": 3.7154215,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051890,\n
        "lat": 49.7303196,\n
        "lon": 3.7154772,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051891,\n
        "lat": 49.7293905,\n
        "lon": 3.7145744,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051892,\n
        "lat": 49.7296565,\n
        "lon": 3.7149884,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051893,\n
        "lat": 49.7297049,\n
        "lon": 3.7149149,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051894,\n
        "lat": 49.7295685,\n
        "lon": 3.7146929,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051895,\n
        "lat": 49.7295695,\n
        "lon": 3.7146816,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051896,\n
        "lat": 49.7295427,\n
        "lon": 3.7146410,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051897,\n
        "lat": 49.7296440,\n
        "lon": 3.7144202,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051898,\n
        "lat": 49.7295169,\n
        "lon": 3.7142913,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051899,\n
        "lat": 49.7291151,\n
        "lon": 3.7144912,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051900,\n
        "lat": 49.7291671,\n
        "lon": 3.7145031,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051901,\n
        "lat": 49.7291704,\n
        "lon": 3.7144783,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051902,\n
        "lat": 49.7291171,\n
        "lon": 3.7144638,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051903,\n
        "lat": 49.7292413,\n
        "lon": 3.7145512,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051904,\n
        "lat": 49.7292488,\n
        "lon": 3.7145599,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051905,\n
        "lat": 49.7293847,\n
        "lon": 3.7143042,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051906,\n
        "lat": 49.7293469,\n
        "lon": 3.7142583,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051907,\n
        "lat": 49.7293193,\n
        "lon": 3.7143075,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051908,\n
        "lat": 49.7293087,\n
        "lon": 3.7142912,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051909,\n
        "lat": 49.7292449,\n
        "lon": 3.7144089,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051910,\n
        "lat": 49.7292309,\n
        "lon": 3.7143925,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051911,\n
        "lat": 49.7291837,\n
        "lon": 3.7144778,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051912,\n
        "lat": 49.7285024,\n
        "lon": 3.7140329,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051913,\n
        "lat": 49.7284764,\n
        "lon": 3.7140078,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051914,\n
        "lat": 49.7284633,\n
        "lon": 3.7140393,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051915,\n
        "lat": 49.7284907,\n
        "lon": 3.7140652,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051916,\n
        "lat": 49.7289535,\n
        "lon": 3.7129352,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051917,\n
        "lat": 49.7289098,\n
        "lon": 3.7128869,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051918,\n
        "lat": 49.7288779,\n
        "lon": 3.7129555,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051919,\n
        "lat": 49.7289219,\n
        "lon": 3.7130038,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051920,\n
        "lat": 49.7288723,\n
        "lon": 3.7128834,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051921,\n
        "lat": 49.7287424,\n
        "lon": 3.7127456,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051922,\n
        "lat": 49.7286944,\n
        "lon": 3.7128502,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051923,\n
        "lat": 49.7288231,\n
        "lon": 3.7129909,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051924,\n
        "lat": 49.7292196,\n
        "lon": 3.7133191,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051925,\n
        "lat": 49.7292088,\n
        "lon": 3.7133033,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051926,\n
        "lat": 49.7292318,\n
        "lon": 3.7132592,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051927,\n
        "lat": 49.7291888,\n
        "lon": 3.7131995,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051928,\n
        "lat": 49.7291392,\n
        "lon": 3.7132873,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051929,\n
        "lat": 49.7291951,\n
        "lon": 3.7133648,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051930,\n
        "lat": 49.7286979,\n
        "lon": 3.7125374,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051931,\n
        "lat": 49.7285817,\n
        "lon": 3.7124287,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051932,\n
        "lat": 49.7285441,\n
        "lon": 3.7125306,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051933,\n
        "lat": 49.7286601,\n
        "lon": 3.7126366,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051934,\n
        "lat": 49.7293404,\n
        "lon": 3.7126956,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051935,\n
        "lat": 49.7292687,\n
        "lon": 3.7125997,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051936,\n
        "lat": 49.7291747,\n
        "lon": 3.7127821,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051937,\n
        "lat": 49.7292473,\n
        "lon": 3.7128779,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051938,\n
        "lat": 49.7293423,\n
        "lon": 3.7126981,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051939,\n
        "lat": 49.7294682,\n
        "lon": 3.7139286,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051940,\n
        "lat": 49.7294268,\n
        "lon": 3.7140177,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051941,\n
        "lat": 49.7294422,\n
        "lon": 3.7140347,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051942,\n
        "lat": 49.7294143,\n
        "lon": 3.7140981,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051943,\n
        "lat": 49.7294627,\n
        "lon": 3.7141516,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051944,\n
        "lat": 49.7295339,\n
        "lon": 3.7139981,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051945,\n
        "lat": 49.7293477,\n
        "lon": 3.7133656,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051946,\n
        "lat": 49.7293784,\n
        "lon": 3.7133135,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051947,\n
        "lat": 49.7293172,\n
        "lon": 3.7132251,\n
        "timestamp": "2017-03-04T07:03:08Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051948,\n
        "lat": 49.7292812,\n
        "lon": 3.7132871,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051949,\n
        "lat": 49.7293408,\n
        "lon": 3.7133758,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051950,\n
        "lat": 49.7290294,\n
        "lon": 3.7128123,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051951,\n
        "lat": 49.7289821,\n
        "lon": 3.7127505,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051952,\n
        "lat": 49.7289628,\n
        "lon": 3.7127875,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051953,\n
        "lat": 49.7290113,\n
        "lon": 3.7128500,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051954,\n
        "lat": 49.7296706,\n
        "lon": 3.7130652,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051955,\n
        "lat": 49.7296157,\n
        "lon": 3.7129972,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051956,\n
        "lat": 49.7296260,\n
        "lon": 3.7129777,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051957,\n
        "lat": 49.7295523,\n
        "lon": 3.7128819,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051958,\n
        "lat": 49.7294928,\n
        "lon": 3.7132400,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051959,\n
        "lat": 49.7295535,\n
        "lon": 3.7133056,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051960,\n
        "lat": 49.7291982,\n
        "lon": 3.7154761,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051961,\n
        "lat": 49.7292617,\n
        "lon": 3.7153969,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051962,\n
        "lat": 49.7291349,\n
        "lon": 3.7151504,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051963,\n
        "lat": 49.7292881,\n
        "lon": 3.7148216,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051964,\n
        "lat": 49.7293646,\n
        "lon": 3.7145291,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051965,\n
        "lat": 49.7292141,\n
        "lon": 3.7146817,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051966,\n
        "lat": 49.7292018,\n
        "lon": 3.7147058,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051967,\n
        "lat": 49.7290711,\n
        "lon": 3.7149989,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051968,\n
        "lat": 49.7290489,\n
        "lon": 3.7149752,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051969,\n
        "lat": 49.7290231,\n
        "lon": 3.7150285,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051970,\n
        "lat": 49.7290455,\n
        "lon": 3.7150558,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051971,\n
        "lat": 49.7290223,\n
        "lon": 3.7151025,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051972,\n
        "lat": 49.7289804,\n
        "lon": 3.7151951,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051973,\n
        "lat": 49.7290693,\n
        "lon": 3.7152948,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051974,\n
        "lat": 49.7290853,\n
        "lon": 3.7152595,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051975,\n
        "lat": 49.7295137,\n
        "lon": 3.7136101,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051976,\n
        "lat": 49.7295502,\n
        "lon": 3.7135417,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051977,\n
        "lat": 49.7295046,\n
        "lon": 3.7134764,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051978,\n
        "lat": 49.7294352,\n
        "lon": 3.7133848,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051979,\n
        "lat": 49.7293961,\n
        "lon": 3.7134546,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051980,\n
        "lat": 49.7289080,\n
        "lon": 3.7132727,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051981,\n
        "lat": 49.7289221,\n
        "lon": 3.7132269,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051982,\n
        "lat": 49.7289505,\n
        "lon": 3.7132517,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051983,\n
        "lat": 49.7289412,\n
        "lon": 3.7132761,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051984,\n
        "lat": 49.7289730,\n
        "lon": 3.7133058,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051985,\n
        "lat": 49.7290004,\n
        "lon": 3.7132359,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051986,\n
        "lat": 49.7288792,\n
        "lon": 3.7131240,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051987,\n
        "lat": 49.7288438,\n
        "lon": 3.7132177,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051988,\n
        "lat": 49.7295057,\n
        "lon": 3.7139549,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051989,\n
        "lat": 49.7295593,\n
        "lon": 3.7138496,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051990,\n
        "lat": 49.7295692,\n
        "lon": 3.7138629,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051991,\n
        "lat": 49.7295873,\n
        "lon": 3.7138416,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051992,\n
        "lat": 49.7296036,\n
        "lon": 3.7138035,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051993,\n
        "lat": 49.7294625,\n
        "lon": 3.7136425,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051994,\n
        "lat": 49.7294471,\n
        "lon": 3.7136715,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051995,\n
        "lat": 49.7295145,\n
        "lon": 3.7137474,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051996,\n
        "lat": 49.7295103,\n
        "lon": 3.7137565,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051997,\n
        "lat": 49.7295262,\n
        "lon": 3.7137750,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051998,\n
        "lat": 49.7294869,\n
        "lon": 3.7138630,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716051999,\n
        "lat": 49.7294002,\n
        "lon": 3.7137687,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052000,\n
        "lat": 49.7293807,\n
        "lon": 3.7138068,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052001,\n
        "lat": 49.7298594,\n
        "lon": 3.7131683,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052002,\n
        "lat": 49.7298354,\n
        "lon": 3.7131412,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052003,\n
        "lat": 49.7298095,\n
        "lon": 3.7131418,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052004,\n
        "lat": 49.7297635,\n
        "lon": 3.7132553,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052005,\n
        "lat": 49.7297469,\n
        "lon": 3.7132380,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052006,\n
        "lat": 49.7296721,\n
        "lon": 3.7134221,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052007,\n
        "lat": 49.7297383,\n
        "lon": 3.7134866,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052008,\n
        "lat": 49.7298110,\n
        "lon": 3.7133095,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052009,\n
        "lat": 49.7295293,\n
        "lon": 3.7128456,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052010,\n
        "lat": 49.7294828,\n
        "lon": 3.7129190,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052011,\n
        "lat": 49.7294683,\n
        "lon": 3.7129001,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052012,\n
        "lat": 49.7294575,\n
        "lon": 3.7129150,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052013,\n
        "lat": 49.7293755,\n
        "lon": 3.7127946,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052014,\n
        "lat": 49.7293330,\n
        "lon": 3.7128647,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052015,\n
        "lat": 49.7294504,\n
        "lon": 3.7130359,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052016,\n
        "lat": 49.7294912,\n
        "lon": 3.7129675,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052017,\n
        "lat": 49.7294986,\n
        "lon": 3.7129768,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052018,\n
        "lat": 49.7295798,\n
        "lon": 3.7132517,\n
        "timestamp": "2017-03-04T07:03:09Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052019,\n
        "lat": 49.7296269,\n
        "lon": 3.7133872,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052020,\n
        "lat": 49.7296415,\n
        "lon": 3.7133570,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052021,\n
        "lat": 49.7296226,\n
        "lon": 3.7133329,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052022,\n
        "lat": 49.7296317,\n
        "lon": 3.7133116,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052023,\n
        "lat": 49.7295623,\n
        "lon": 3.7126572,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052024,\n
        "lat": 49.7294808,\n
        "lon": 3.7127911,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052025,\n
        "lat": 49.7295236,\n
        "lon": 3.7128552,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052026,\n
        "lat": 49.7296298,\n
        "lon": 3.7126792,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052027,\n
        "lat": 49.7296086,\n
        "lon": 3.7126459,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052028,\n
        "lat": 49.7297452,\n
        "lon": 3.7124278,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052029,\n
        "lat": 49.7297256,\n
        "lon": 3.7123929,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052030,\n
        "lat": 49.7294120,\n
        "lon": 3.7131377,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052031,\n
        "lat": 49.7288414,\n
        "lon": 3.7147157,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052032,\n
        "lat": 49.7288676,\n
        "lon": 3.7146150,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052033,\n
        "lat": 49.7288441,\n
        "lon": 3.7146003,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052034,\n
        "lat": 49.7288469,\n
        "lon": 3.7145887,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052035,\n
        "lat": 49.7288309,\n
        "lon": 3.7145794,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052036,\n
        "lat": 49.7288355,\n
        "lon": 3.7145607,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052037,\n
        "lat": 49.7288134,\n
        "lon": 3.7145470,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052038,\n
        "lat": 49.7288050,\n
        "lon": 3.7145817,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052039,\n
        "lat": 49.7287649,\n
        "lon": 3.7145587,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052040,\n
        "lat": 49.7287408,\n
        "lon": 3.7146582,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052041,\n
        "lat": 49.7298107,\n
        "lon": 3.7138993,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052042,\n
        "lat": 49.7297639,\n
        "lon": 3.7139844,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052043,\n
        "lat": 49.7297667,\n
        "lon": 3.7139879,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052044,\n
        "lat": 49.7297492,\n
        "lon": 3.7140213,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052045,\n
        "lat": 49.7297711,\n
        "lon": 3.7140470,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052046,\n
        "lat": 49.7297887,\n
        "lon": 3.7140136,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052047,\n
        "lat": 49.7298237,\n
        "lon": 3.7140464,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052048,\n
        "lat": 49.7298646,\n
        "lon": 3.7139726,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052049,\n
        "lat": 49.7298369,\n
        "lon": 3.7119429,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052050,\n
        "lat": 49.7293405,\n
        "lon": 3.7123197,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052051,\n
        "lat": 49.7292909,\n
        "lon": 3.7122496,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052052,\n
        "lat": 49.7292585,\n
        "lon": 3.7123052,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052053,\n
        "lat": 49.7293081,\n
        "lon": 3.7123755,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052054,\n
        "lat": 49.7290637,\n
        "lon": 3.7123227,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052055,\n
        "lat": 49.7290925,\n
        "lon": 3.7123595,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052056,\n
        "lat": 49.7290992,\n
        "lon": 3.7123507,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052057,\n
        "lat": 49.7291177,\n
        "lon": 3.7123771,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052058,\n
        "lat": 49.7291271,\n
        "lon": 3.7123624,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052059,\n
        "lat": 49.7291709,\n
        "lon": 3.7124204,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052060,\n
        "lat": 49.7292263,\n
        "lon": 3.7123232,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052061,\n
        "lat": 49.7291345,\n
        "lon": 3.7121999,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052062,\n
        "lat": 49.7299303,\n
        "lon": 3.7120687,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052063,\n
        "lat": 49.7296615,\n
        "lon": 3.7122541,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052064,\n
        "lat": 49.7297524,\n
        "lon": 3.7123815,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052065,\n
        "lat": 49.7284554,\n
        "lon": 3.7118594,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052066,\n
        "lat": 49.7284694,\n
        "lon": 3.7118785,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052067,\n
        "lat": 49.7286657,\n
        "lon": 3.7121265,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052068,\n
        "lat": 49.7286527,\n
        "lon": 3.7121607,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052069,\n
        "lat": 49.7286713,\n
        "lon": 3.7121714,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052070,\n
        "lat": 49.7286829,\n
        "lon": 3.7121418,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052071,\n
        "lat": 49.7288829,\n
        "lon": 3.7120503,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052072,\n
        "lat": 49.7288277,\n
        "lon": 3.7121333,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052073,\n
        "lat": 49.7288984,\n
        "lon": 3.7122452,\n
        "timestamp": "2017-03-04T07:03:10Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052074,\n
        "lat": 49.7289538,\n
        "lon": 3.7121596,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052075,\n
        "lat": 49.7301835,\n
        "lon": 3.7105999,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052076,\n
        "lat": 49.7301477,\n
        "lon": 3.7106372,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052077,\n
        "lat": 49.7301423,\n
        "lon": 3.7105070,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052078,\n
        "lat": 49.7301366,\n
        "lon": 3.7105173,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052079,\n
        "lat": 49.7301091,\n
        "lon": 3.7105523,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052080,\n
        "lat": 49.7276621,\n
        "lon": 3.7165501,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052081,\n
        "lat": 49.7276472,\n
        "lon": 3.7165869,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052082,\n
        "lat": 49.7276844,\n
        "lon": 3.7166246,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052083,\n
        "lat": 49.7277007,\n
        "lon": 3.7165885,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052084,\n
        "lat": 49.7267180,\n
        "lon": 3.7151727,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052085,\n
        "lat": 49.7266824,\n
        "lon": 3.7152235,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052086,\n
        "lat": 49.7267027,\n
        "lon": 3.7152573,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052087,\n
        "lat": 49.7267384,\n
        "lon": 3.7152115,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052088,\n
        "lat": 49.7267572,\n
        "lon": 3.7153075,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052089,\n
        "lat": 49.7267344,\n
        "lon": 3.7153418,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052090,\n
        "lat": 49.7267838,\n
        "lon": 3.7154093,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052091,\n
        "lat": 49.7268044,\n
        "lon": 3.7153782,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052092,\n
        "lat": 49.7272048,\n
        "lon": 3.7148384,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052093,\n
        "lat": 49.7271776,\n
        "lon": 3.7148734,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052094,\n
        "lat": 49.7271554,\n
        "lon": 3.7148312,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052095,\n
        "lat": 49.7271690,\n
        "lon": 3.7148122,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052096,\n
        "lat": 49.7271534,\n
        "lon": 3.7147815,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052097,\n
        "lat": 49.7271393,\n
        "lon": 3.7148016,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052098,\n
        "lat": 49.7271162,\n
        "lon": 3.7147615,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052099,\n
        "lat": 49.7270242,\n
        "lon": 3.7148887,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052100,\n
        "lat": 49.7271246,\n
        "lon": 3.7150627,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052101,\n
        "lat": 49.7272418,\n
        "lon": 3.7149068,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052102,\n
        "lat": 49.7281950,\n
        "lon": 3.7148700,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052103,\n
        "lat": 49.7281810,\n
        "lon": 3.7148974,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052104,\n
        "lat": 49.7282287,\n
        "lon": 3.7149619,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052105,\n
        "lat": 49.7282433,\n
        "lon": 3.7149370,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052106,\n
        "lat": 49.7278661,\n
        "lon": 3.7153411,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052107,\n
        "lat": 49.7278606,\n
        "lon": 3.7153454,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052108,\n
        "lat": 49.7278265,\n
        "lon": 3.7152789,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052109,\n
        "lat": 49.7278301,\n
        "lon": 3.7152744,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052110,\n
        "lat": 49.7277870,\n
        "lon": 3.7151886,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052111,\n
        "lat": 49.7277428,\n
        "lon": 3.7152470,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052112,\n
        "lat": 49.7278566,\n
        "lon": 3.7154695,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052113,\n
        "lat": 49.7278904,\n
        "lon": 3.7154317,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052114,\n
        "lat": 49.7278851,\n
        "lon": 3.7154211,\n
        "timestamp": "2017-03-04T07:03:11Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052115,\n
        "lat": 49.7278973,\n
        "lon": 3.7154038,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052116,\n
        "lat": 49.7281116,\n
        "lon": 3.7163969,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052117,\n
        "lat": 49.7280677,\n
        "lon": 3.7164929,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052118,\n
        "lat": 49.7281579,\n
        "lon": 3.7165931,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052119,\n
        "lat": 49.7282027,\n
        "lon": 3.7164983,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052120,\n
        "lat": 49.7280246,\n
        "lon": 3.7158648,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052121,\n
        "lat": 49.7279874,\n
        "lon": 3.7159592,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052122,\n
        "lat": 49.7279967,\n
        "lon": 3.7159684,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052123,\n
        "lat": 49.7279259,\n
        "lon": 3.7161371,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052124,\n
        "lat": 49.7279687,\n
        "lon": 3.7161779,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052125,\n
        "lat": 49.7280800,\n
        "lon": 3.7159198,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052126,\n
        "lat": 49.7279176,\n
        "lon": 3.7169519,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052127,\n
        "lat": 49.7278930,\n
        "lon": 3.7169780,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052128,\n
        "lat": 49.7278802,\n
        "lon": 3.7169508,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052129,\n
        "lat": 49.7277212,\n
        "lon": 3.7171214,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052130,\n
        "lat": 49.7277539,\n
        "lon": 3.7171924,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052131,\n
        "lat": 49.7277786,\n
        "lon": 3.7171678,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052132,\n
        "lat": 49.7277938,\n
        "lon": 3.7172049,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052133,\n
        "lat": 49.7278189,\n
        "lon": 3.7171786,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052134,\n
        "lat": 49.7278241,\n
        "lon": 3.7171948,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052135,\n
        "lat": 49.7278731,\n
        "lon": 3.7171420,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052136,\n
        "lat": 49.7278513,\n
        "lon": 3.7170980,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052137,\n
        "lat": 49.7278711,\n
        "lon": 3.7170780,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052138,\n
        "lat": 49.7278831,\n
        "lon": 3.7171013,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052139,\n
        "lat": 49.7279279,\n
        "lon": 3.7170532,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052140,\n
        "lat": 49.7279247,\n
        "lon": 3.7170437,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052141,\n
        "lat": 49.7279469,\n
        "lon": 3.7170167,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052142,\n
        "lat": 49.7266140,\n
        "lon": 3.7156728,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052143,\n
        "lat": 49.7266808,\n
        "lon": 3.7157677,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052144,\n
        "lat": 49.7267345,\n
        "lon": 3.7156787,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052145,\n
        "lat": 49.7266665,\n
        "lon": 3.7155855,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052146,\n
        "lat": 49.7283261,\n
        "lon": 3.7160789,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052147,\n
        "lat": 49.7283123,\n
        "lon": 3.7161043,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052148,\n
        "lat": 49.7283295,\n
        "lon": 3.7161246,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052149,\n
        "lat": 49.7283421,\n
        "lon": 3.7161010,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052150,\n
        "lat": 49.7284420,\n
        "lon": 3.7157535,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052151,\n
        "lat": 49.7283758,\n
        "lon": 3.7158682,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052152,\n
        "lat": 49.7284284,\n
        "lon": 3.7159390,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052153,\n
        "lat": 49.7284945,\n
        "lon": 3.7158249,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052154,\n
        "lat": 49.7277915,\n
        "lon": 3.7155783,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052155,\n
        "lat": 49.7278356,\n
        "lon": 3.7155441,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052156,\n
        "lat": 49.7278199,\n
        "lon": 3.7155066,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052157,\n
        "lat": 49.7277727,\n
        "lon": 3.7155407,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052158,\n
        "lat": 49.7277877,\n
        "lon": 3.7155818,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052159,\n
        "lat": 49.7275714,\n
        "lon": 3.7150265,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052160,\n
        "lat": 49.7276541,\n
        "lon": 3.7149470,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052161,\n
        "lat": 49.7276142,\n
        "lon": 3.7148479,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052162,\n
        "lat": 49.7275990,\n
        "lon": 3.7148635,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052163,\n
        "lat": 49.7275698,\n
        "lon": 3.7147895,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052164,\n
        "lat": 49.7275031,\n
        "lon": 3.7148512,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052165,\n
        "lat": 49.7279333,\n
        "lon": 3.7157909,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052166,\n
        "lat": 49.7279037,\n
        "lon": 3.7157071,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052167,\n
        "lat": 49.7278548,\n
        "lon": 3.7157549,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052168,\n
        "lat": 49.7279237,\n
        "lon": 3.7159381,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052169,\n
        "lat": 49.7279163,\n
        "lon": 3.7159456,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052170,\n
        "lat": 49.7279231,\n
        "lon": 3.7159629,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052171,\n
        "lat": 49.7279317,\n
        "lon": 3.7159561,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052172,\n
        "lat": 49.7279456,\n
        "lon": 3.7159964,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052173,\n
        "lat": 49.7279715,\n
        "lon": 3.7159730,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052174,\n
        "lat": 49.7279602,\n
        "lon": 3.7159429,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052175,\n
        "lat": 49.7279847,\n
        "lon": 3.7159183,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052176,\n
        "lat": 49.7282906,\n
        "lon": 3.7162440,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052177,\n
        "lat": 49.7283166,\n
        "lon": 3.7161987,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052178,\n
        "lat": 49.7282935,\n
        "lon": 3.7161669,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052179,\n
        "lat": 49.7282661,\n
        "lon": 3.7162124,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052180,\n
        "lat": 49.7285244,\n
        "lon": 3.7161269,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052181,\n
        "lat": 49.7285040,\n
        "lon": 3.7160971,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052182,\n
        "lat": 49.7285129,\n
        "lon": 3.7160815,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052183,\n
        "lat": 49.7284908,\n
        "lon": 3.7160502,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052184,\n
        "lat": 49.7284441,\n
        "lon": 3.7161376,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052185,\n
        "lat": 49.7284167,\n
        "lon": 3.7161035,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052186,\n
        "lat": 49.7283811,\n
        "lon": 3.7161702,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052187,\n
        "lat": 49.7284564,\n
        "lon": 3.7162611,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052188,\n
        "lat": 49.7277765,\n
        "lon": 3.7151342,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052189,\n
        "lat": 49.7277274,\n
        "lon": 3.7151818,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052190,\n
        "lat": 49.7277438,\n
        "lon": 3.7152177,\n
        "timestamp": "2017-03-04T07:03:12Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052191,\n
        "lat": 49.7277916,\n
        "lon": 3.7151698,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052192,\n
        "lat": 49.7271787,\n
        "lon": 3.7150925,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052193,\n
        "lat": 49.7272044,\n
        "lon": 3.7151401,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052194,\n
        "lat": 49.7272461,\n
        "lon": 3.7150810,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052195,\n
        "lat": 49.7272202,\n
        "lon": 3.7150329,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052196,\n
        "lat": 49.7282816,\n
        "lon": 3.7168238,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052197,\n
        "lat": 49.7281892,\n
        "lon": 3.7167288,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052198,\n
        "lat": 49.7281255,\n
        "lon": 3.7168741,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052199,\n
        "lat": 49.7282096,\n
        "lon": 3.7169648,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052200,\n
        "lat": 49.7282558,\n
        "lon": 3.7168657,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052201,\n
        "lat": 49.7282611,\n
        "lon": 3.7168704,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052202,\n
        "lat": 49.7279665,\n
        "lon": 3.7168508,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052203,\n
        "lat": 49.7279255,\n
        "lon": 3.7169038,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052204,\n
        "lat": 49.7279689,\n
        "lon": 3.7169897,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052205,\n
        "lat": 49.7280137,\n
        "lon": 3.7169374,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052206,\n
        "lat": 49.7270672,\n
        "lon": 3.7157447,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052207,\n
        "lat": 49.7271886,\n
        "lon": 3.7158546,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052208,\n
        "lat": 49.7272172,\n
        "lon": 3.7157824,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052209,\n
        "lat": 49.7270942,\n
        "lon": 3.7156756,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052210,\n
        "lat": 49.7270978,\n
        "lon": 3.7156639,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052211,\n
        "lat": 49.7270785,\n
        "lon": 3.7156462,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052212,\n
        "lat": 49.7270677,\n
        "lon": 3.7156746,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052213,\n
        "lat": 49.7270866,\n
        "lon": 3.7156930,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052214,\n
        "lat": 49.7273612,\n
        "lon": 3.7159012,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052215,\n
        "lat": 49.7273905,\n
        "lon": 3.7158415,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052216,\n
        "lat": 49.7273050,\n
        "lon": 3.7157438,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052217,\n
        "lat": 49.7272775,\n
        "lon": 3.7158044,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052218,\n
        "lat": 49.7273308,\n
        "lon": 3.7158666,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052219,\n
        "lat": 49.7273230,\n
        "lon": 3.7158827,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052220,\n
        "lat": 49.7273367,\n
        "lon": 3.7158998,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052221,\n
        "lat": 49.7273459,\n
        "lon": 3.7158825,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052222,\n
        "lat": 49.7274525,\n
        "lon": 3.7149327,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052223,\n
        "lat": 49.7274022,\n
        "lon": 3.7148048,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052224,\n
        "lat": 49.7273174,\n
        "lon": 3.7148931,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052225,\n
        "lat": 49.7272482,\n
        "lon": 3.7149925,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052226,\n
        "lat": 49.7272677,\n
        "lon": 3.7150221,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052227,\n
        "lat": 49.7273337,\n
        "lon": 3.7149256,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052228,\n
        "lat": 49.7273409,\n
        "lon": 3.7149404,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052229,\n
        "lat": 49.7273221,\n
        "lon": 3.7149634,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052230,\n
        "lat": 49.7273373,\n
        "lon": 3.7149980,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052231,\n
        "lat": 49.7273279,\n
        "lon": 3.7150087,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052232,\n
        "lat": 49.7273427,\n
        "lon": 3.7150394,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052233,\n
        "lat": 49.7274670,\n
        "lon": 3.7159936,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052234,\n
        "lat": 49.7275105,\n
        "lon": 3.7160448,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052235,\n
        "lat": 49.7275162,\n
        "lon": 3.7160335,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052236,\n
        "lat": 49.7275373,\n
        "lon": 3.7160584,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052237,\n
        "lat": 49.7275606,\n
        "lon": 3.7160113,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052238,\n
        "lat": 49.7274937,\n
        "lon": 3.7159333,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052239,\n
        "lat": 49.7273822,\n
        "lon": 3.7148256,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052240,\n
        "lat": 49.7273320,\n
        "lon": 3.7146981,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052241,\n
        "lat": 49.7272622,\n
        "lon": 3.7147646,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052242,\n
        "lat": 49.7273378,\n
        "lon": 3.7163821,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052243,\n
        "lat": 49.7274171,\n
        "lon": 3.7161835,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052244,\n
        "lat": 49.7273746,\n
        "lon": 3.7161403,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052245,\n
        "lat": 49.7272928,\n
        "lon": 3.7163370,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052246,\n
        "lat": 49.7267933,\n
        "lon": 3.7154235,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052247,\n
        "lat": 49.7268145,\n
        "lon": 3.7154573,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052248,\n
        "lat": 49.7268700,\n
        "lon": 3.7153663,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052249,\n
        "lat": 49.7268488,\n
        "lon": 3.7153339,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052250,\n
        "lat": 49.7268428,\n
        "lon": 3.7153356,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052251,\n
        "lat": 49.7272274,\n
        "lon": 3.7161554,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052252,\n
        "lat": 49.7272636,\n
        "lon": 3.7161953,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052253,\n
        "lat": 49.7273096,\n
        "lon": 3.7160830,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052254,\n
        "lat": 49.7272688,\n
        "lon": 3.7160512,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052255,\n
        "lat": 49.7274922,\n
        "lon": 3.7164275,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052256,\n
        "lat": 49.7275276,\n
        "lon": 3.7163373,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052257,\n
        "lat": 49.7275228,\n
        "lon": 3.7163030,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052258,\n
        "lat": 49.7273918,\n
        "lon": 3.7162469,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052259,\n
        "lat": 49.7274321,\n
        "lon": 3.7162891,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052260,\n
        "lat": 49.7274256,\n
        "lon": 3.7163010,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052261,\n
        "lat": 49.7274413,\n
        "lon": 3.7163183,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052262,\n
        "lat": 49.7274363,\n
        "lon": 3.7163300,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052263,\n
        "lat": 49.7274508,\n
        "lon": 3.7163430,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052264,\n
        "lat": 49.7274570,\n
        "lon": 3.7163335,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052265,\n
        "lat": 49.7274823,\n
        "lon": 3.7163579,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052266,\n
        "lat": 49.7274633,\n
        "lon": 3.7163998,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052267,\n
        "lat": 49.7273503,\n
        "lon": 3.7159236,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052268,\n
        "lat": 49.7273664,\n
        "lon": 3.7159423,\n
        "timestamp": "2017-03-04T07:03:13Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052269,\n
        "lat": 49.7273874,\n
        "lon": 3.7158996,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052270,\n
        "lat": 49.7273993,\n
        "lon": 3.7158234,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052271,\n
        "lat": 49.7272235,\n
        "lon": 3.7158770,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052272,\n
        "lat": 49.7272482,\n
        "lon": 3.7159054,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052273,\n
        "lat": 49.7272731,\n
        "lon": 3.7158543,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052274,\n
        "lat": 49.7272469,\n
        "lon": 3.7158253,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052275,\n
        "lat": 49.7274253,\n
        "lon": 3.7149591,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052276,\n
        "lat": 49.7273246,\n
        "lon": 3.7150594,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052277,\n
        "lat": 49.7273322,\n
        "lon": 3.7150763,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052278,\n
        "lat": 49.7273488,\n
        "lon": 3.7150559,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052279,\n
        "lat": 49.7273758,\n
        "lon": 3.7151235,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052280,\n
        "lat": 49.7274056,\n
        "lon": 3.7150928,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052281,\n
        "lat": 49.7274292,\n
        "lon": 3.7151519,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052282,\n
        "lat": 49.7274810,\n
        "lon": 3.7151012,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052283,\n
        "lat": 49.7276485,\n
        "lon": 3.7154372,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052284,\n
        "lat": 49.7275995,\n
        "lon": 3.7153113,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052285,\n
        "lat": 49.7275437,\n
        "lon": 3.7153593,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052286,\n
        "lat": 49.7275932,\n
        "lon": 3.7154846,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052287,\n
        "lat": 49.7277554,\n
        "lon": 3.7156364,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052288,\n
        "lat": 49.7277234,\n
        "lon": 3.7155527,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052289,\n
        "lat": 49.7276298,\n
        "lon": 3.7157011,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052290,\n
        "lat": 49.7276183,\n
        "lon": 3.7156830,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052291,\n
        "lat": 49.7275864,\n
        "lon": 3.7157309,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052292,\n
        "lat": 49.7275614,\n
        "lon": 3.7156938,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052293,\n
        "lat": 49.7275450,\n
        "lon": 3.7157181,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052294,\n
        "lat": 49.7275861,\n
        "lon": 3.7157759,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052295,\n
        "lat": 49.7276000,\n
        "lon": 3.7157611,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052296,\n
        "lat": 49.7276404,\n
        "lon": 3.7158248,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052297,\n
        "lat": 49.7269951,\n
        "lon": 3.7154050,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052298,\n
        "lat": 49.7269679,\n
        "lon": 3.7154408,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052299,\n
        "lat": 49.7269847,\n
        "lon": 3.7154715,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052300,\n
        "lat": 49.7269146,\n
        "lon": 3.7155730,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052301,\n
        "lat": 49.7269513,\n
        "lon": 3.7156314,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052302,\n
        "lat": 49.7270254,\n
        "lon": 3.7155223,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052303,\n
        "lat": 49.7270123,\n
        "lon": 3.7154976,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052304,\n
        "lat": 49.7270319,\n
        "lon": 3.7154729,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052305,\n
        "lat": 49.7278118,\n
        "lon": 3.7165470,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052306,\n
        "lat": 49.7278397,\n
        "lon": 3.7164639,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052307,\n
        "lat": 49.7278059,\n
        "lon": 3.7164321,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052308,\n
        "lat": 49.7278176,\n
        "lon": 3.7163958,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052309,\n
        "lat": 49.7278482,\n
        "lon": 3.7164210,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052310,\n
        "lat": 49.7278598,\n
        "lon": 3.7163878,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052311,\n
        "lat": 49.7277945,\n
        "lon": 3.7163325,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052312,\n
        "lat": 49.7277683,\n
        "lon": 3.7164054,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052313,\n
        "lat": 49.7277157,\n
        "lon": 3.7163585,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052314,\n
        "lat": 49.7276850,\n
        "lon": 3.7164402,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052315,\n
        "lat": 49.7282500,\n
        "lon": 3.7170490,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052316,\n
        "lat": 49.7282209,\n
        "lon": 3.7171110,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052317,\n
        "lat": 49.7282946,\n
        "lon": 3.7171978,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052318,\n
        "lat": 49.7283244,\n
        "lon": 3.7171370,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052319,\n
        "lat": 49.7277685,\n
        "lon": 3.7166387,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052320,\n
        "lat": 49.7277405,\n
        "lon": 3.7166956,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052321,\n
        "lat": 49.7277715,\n
        "lon": 3.7167291,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052322,\n
        "lat": 49.7277995,\n
        "lon": 3.7166722,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052323,\n
        "lat": 49.7276129,\n
        "lon": 3.7166087,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052324,\n
        "lat": 49.7275631,\n
        "lon": 3.7165750,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052325,\n
        "lat": 49.7275415,\n
        "lon": 3.7166485,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052326,\n
        "lat": 49.7275923,\n
        "lon": 3.7166814,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052327,\n
        "lat": 49.7277120,\n
        "lon": 3.7163554,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052328,\n
        "lat": 49.7277211,\n
        "lon": 3.7163174,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052329,\n
        "lat": 49.7276573,\n
        "lon": 3.7162697,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052330,\n
        "lat": 49.7276150,\n
        "lon": 3.7163821,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052331,\n
        "lat": 49.7284991,\n
        "lon": 3.7170250,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052332,\n
        "lat": 49.7284248,\n
        "lon": 3.7169494,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052333,\n
        "lat": 49.7284039,\n
        "lon": 3.7169967,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052334,\n
        "lat": 49.7283816,\n
        "lon": 3.7169732,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052335,\n
        "lat": 49.7283496,\n
        "lon": 3.7170452,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052336,\n
        "lat": 49.7283719,\n
        "lon": 3.7170687,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052337,\n
        "lat": 49.7283674,\n
        "lon": 3.7170788,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052338,\n
        "lat": 49.7284246,\n
        "lon": 3.7171343,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052339,\n
        "lat": 49.7284710,\n
        "lon": 3.7170318,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052340,\n
        "lat": 49.7284880,\n
        "lon": 3.7170500,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052341,\n
        "lat": 49.7287756,\n
        "lon": 3.7170261,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052342,\n
        "lat": 49.7286935,\n
        "lon": 3.7172084,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052343,\n
        "lat": 49.7286745,\n
        "lon": 3.7172596,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052344,\n
        "lat": 49.7286524,\n
        "lon": 3.7172400,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052345,\n
        "lat": 49.7286486,\n
        "lon": 3.7172526,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052346,\n
        "lat": 49.7286716,\n
        "lon": 3.7172733,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052347,\n
        "lat": 49.7286495,\n
        "lon": 3.7173329,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052348,\n
        "lat": 49.7287045,\n
        "lon": 3.7173836,\n
        "timestamp": "2017-03-04T07:03:14Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052349,\n
        "lat": 49.7288023,\n
        "lon": 3.7171233,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052350,\n
        "lat": 49.7288111,\n
        "lon": 3.7170588,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052351,\n
        "lat": 49.7250791,\n
        "lon": 3.7076562,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052352,\n
        "lat": 49.7250689,\n
        "lon": 3.7076423,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052353,\n
        "lat": 49.7250511,\n
        "lon": 3.7076708,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052354,\n
        "lat": 49.7250079,\n
        "lon": 3.7076083,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052355,\n
        "lat": 49.7250029,\n
        "lon": 3.7076161,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052356,\n
        "lat": 49.7249625,\n
        "lon": 3.7075531,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052357,\n
        "lat": 49.7249411,\n
        "lon": 3.7075867,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052358,\n
        "lat": 49.7249113,\n
        "lon": 3.7075408,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052359,\n
        "lat": 49.7248542,\n
        "lon": 3.7076359,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052360,\n
        "lat": 49.7249294,\n
        "lon": 3.7077475,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052361,\n
        "lat": 49.7249785,\n
        "lon": 3.7076692,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052362,\n
        "lat": 49.7250282,\n
        "lon": 3.7077412,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052363,\n
        "lat": 49.7262766,\n
        "lon": 3.7077590,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052364,\n
        "lat": 49.7261537,\n
        "lon": 3.7075904,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052365,\n
        "lat": 49.7260922,\n
        "lon": 3.7076989,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052366,\n
        "lat": 49.7261860,\n
        "lon": 3.7078276,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052367,\n
        "lat": 49.7261918,\n
        "lon": 3.7078202,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052368,\n
        "lat": 49.7262198,\n
        "lon": 3.7078601,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052369,\n
        "lat": 49.7262384,\n
        "lon": 3.7084660,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052370,\n
        "lat": 49.7260911,\n
        "lon": 3.7087475,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052371,\n
        "lat": 49.7263001,\n
        "lon": 3.7089996,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052372,\n
        "lat": 49.7264351,\n
        "lon": 3.7087391,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052373,\n
        "lat": 49.7263910,\n
        "lon": 3.7086865,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052374,\n
        "lat": 49.7264033,\n
        "lon": 3.7086665,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052375,\n
        "lat": 49.7252987,\n
        "lon": 3.7087978,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052376,\n
        "lat": 49.7251192,\n
        "lon": 3.7085676,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052377,\n
        "lat": 49.7250265,\n
        "lon": 3.7087395,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052378,\n
        "lat": 49.7252080,\n
        "lon": 3.7089687,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052379,\n
        "lat": 49.7263017,\n
        "lon": 3.7083450,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052380,\n
        "lat": 49.7261786,\n
        "lon": 3.7081706,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052381,\n
        "lat": 49.7261334,\n
        "lon": 3.7082539,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052382,\n
        "lat": 49.7261083,\n
        "lon": 3.7082189,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052383,\n
        "lat": 49.7261534,\n
        "lon": 3.7081378,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052384,\n
        "lat": 49.7260994,\n
        "lon": 3.7080659,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052385,\n
        "lat": 49.7259549,\n
        "lon": 3.7083309,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052386,\n
        "lat": 49.7260043,\n
        "lon": 3.7083978,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052387,\n
        "lat": 49.7258592,\n
        "lon": 3.7086620,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052388,\n
        "lat": 49.7258999,\n
        "lon": 3.7087149,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052389,\n
        "lat": 49.7259673,\n
        "lon": 3.7085944,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052390,\n
        "lat": 49.7256036,\n
        "lon": 3.7083256,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052391,\n
        "lat": 49.7256589,\n
        "lon": 3.7083988,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052392,\n
        "lat": 49.7258103,\n
        "lon": 3.7081365,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052393,\n
        "lat": 49.7257518,\n
        "lon": 3.7080628,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052394,\n
        "lat": 49.7259815,\n
        "lon": 3.7077867,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052395,\n
        "lat": 49.7260568,\n
        "lon": 3.7076542,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052396,\n
        "lat": 49.7260139,\n
        "lon": 3.7075920,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052397,\n
        "lat": 49.7259369,\n
        "lon": 3.7077326,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052398,\n
        "lat": 49.7257917,\n
        "lon": 3.7079914,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052399,\n
        "lat": 49.7258343,\n
        "lon": 3.7080468,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052400,\n
        "lat": 49.7265409,\n
        "lon": 3.7078928,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052401,\n
        "lat": 49.7265542,\n
        "lon": 3.7078619,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052402,\n
        "lat": 49.7265323,\n
        "lon": 3.7078333,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052403,\n
        "lat": 49.7263874,\n
        "lon": 3.7080892,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052404,\n
        "lat": 49.7264140,\n
        "lon": 3.7081220,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052405,\n
        "lat": 49.7301247,\n
        "lon": 3.7151701,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052406,\n
        "lat": 49.7301030,\n
        "lon": 3.7152062,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052407,\n
        "lat": 49.7301565,\n
        "lon": 3.7152928,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052408,\n
        "lat": 49.7301794,\n
        "lon": 3.7152551,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052409,\n
        "lat": 49.7286869,\n
        "lon": 3.7169544,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052410,\n
        "lat": 49.7287052,\n
        "lon": 3.7169749,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052411,\n
        "lat": 49.7287274,\n
        "lon": 3.7169265,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052412,\n
        "lat": 49.7287032,\n
        "lon": 3.7169006,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052413,\n
        "lat": 49.7286810,\n
        "lon": 3.7169478,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052414,\n
        "lat": 49.7289292,\n
        "lon": 3.7162649,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052415,\n
        "lat": 49.7288425,\n
        "lon": 3.7161297,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052416,\n
        "lat": 49.7288581,\n
        "lon": 3.7161033,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052417,\n
        "lat": 49.7288018,\n
        "lon": 3.7160199,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052418,\n
        "lat": 49.7287686,\n
        "lon": 3.7159816,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052419,\n
        "lat": 49.7287549,\n
        "lon": 3.7160002,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052420,\n
        "lat": 49.7287287,\n
        "lon": 3.7159599,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052421,\n
        "lat": 49.7287201,\n
        "lon": 3.7159694,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052422,\n
        "lat": 49.7287173,\n
        "lon": 3.7159654,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052423,\n
        "lat": 49.7286932,\n
        "lon": 3.7160068,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052424,\n
        "lat": 49.7286874,\n
        "lon": 3.7160285,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052425,\n
        "lat": 49.7287126,\n
        "lon": 3.7160687,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052426,\n
        "lat": 49.7286891,\n
        "lon": 3.7161029,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052427,\n
        "lat": 49.7287446,\n
        "lon": 3.7161840,\n
        "timestamp": "2017-03-04T07:03:15Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052428,\n
        "lat": 49.7287329,\n
        "lon": 3.7162052,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052429,\n
        "lat": 49.7287695,\n
        "lon": 3.7162565,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052430,\n
        "lat": 49.7288028,\n
        "lon": 3.7162083,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052431,\n
        "lat": 49.7288388,\n
        "lon": 3.7162640,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052432,\n
        "lat": 49.7288071,\n
        "lon": 3.7163098,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052433,\n
        "lat": 49.7288365,\n
        "lon": 3.7163497,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052434,\n
        "lat": 49.7288668,\n
        "lon": 3.7163090,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052435,\n
        "lat": 49.7288839,\n
        "lon": 3.7163354,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052436,\n
        "lat": 49.7289006,\n
        "lon": 3.7163337,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052437,\n
        "lat": 49.7289286,\n
        "lon": 3.7162964,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052438,\n
        "lat": 49.7289689,\n
        "lon": 3.7150547,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052439,\n
        "lat": 49.7289430,\n
        "lon": 3.7151201,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052440,\n
        "lat": 49.7289387,\n
        "lon": 3.7151157,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052441,\n
        "lat": 49.7289185,\n
        "lon": 3.7151677,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052442,\n
        "lat": 49.7289217,\n
        "lon": 3.7151712,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052443,\n
        "lat": 49.7289034,\n
        "lon": 3.7152149,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052444,\n
        "lat": 49.7288464,\n
        "lon": 3.7151523,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052445,\n
        "lat": 49.7287604,\n
        "lon": 3.7153483,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052446,\n
        "lat": 49.7288315,\n
        "lon": 3.7154226,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052447,\n
        "lat": 49.7288716,\n
        "lon": 3.7153241,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052448,\n
        "lat": 49.7289048,\n
        "lon": 3.7153620,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052449,\n
        "lat": 49.7288496,\n
        "lon": 3.7154790,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052450,\n
        "lat": 49.7288738,\n
        "lon": 3.7154267,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052451,\n
        "lat": 49.7288432,\n
        "lon": 3.7153935,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052452,\n
        "lat": 49.7288209,\n
        "lon": 3.7154486,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052453,\n
        "lat": 49.7285184,\n
        "lon": 3.7155836,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052454,\n
        "lat": 49.7285914,\n
        "lon": 3.7157055,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052455,\n
        "lat": 49.7286298,\n
        "lon": 3.7156503,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052456,\n
        "lat": 49.7285584,\n
        "lon": 3.7155306,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052457,\n
        "lat": 49.7286418,\n
        "lon": 3.7165609,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052458,\n
        "lat": 49.7285966,\n
        "lon": 3.7166311,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052459,\n
        "lat": 49.7286532,\n
        "lon": 3.7167192,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052460,\n
        "lat": 49.7286979,\n
        "lon": 3.7166507,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052461,\n
        "lat": 49.7287540,\n
        "lon": 3.7148290,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052462,\n
        "lat": 49.7287446,\n
        "lon": 3.7148631,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052463,\n
        "lat": 49.7287338,\n
        "lon": 3.7148548,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052464,\n
        "lat": 49.7287282,\n
        "lon": 3.7148705,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052465,\n
        "lat": 49.7287384,\n
        "lon": 3.7148797,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052466,\n
        "lat": 49.7286769,\n
        "lon": 3.7150334,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052467,\n
        "lat": 49.7287168,\n
        "lon": 3.7150687,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052468,\n
        "lat": 49.7288141,\n
        "lon": 3.7148111,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052469,\n
        "lat": 49.7287983,\n
        "lon": 3.7148113,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052470,\n
        "lat": 49.7286234,\n
        "lon": 3.7157543,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052471,\n
        "lat": 49.7286662,\n
        "lon": 3.7158190,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052472,\n
        "lat": 49.7287566,\n
        "lon": 3.7156635,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052473,\n
        "lat": 49.7287715,\n
        "lon": 3.7156422,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052474,\n
        "lat": 49.7287672,\n
        "lon": 3.7156382,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052475,\n
        "lat": 49.7288415,\n
        "lon": 3.7154952,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052476,\n
        "lat": 49.7288088,\n
        "lon": 3.7154484,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052477,\n
        "lat": 49.7285535,\n
        "lon": 3.7157970,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052478,\n
        "lat": 49.7285199,\n
        "lon": 3.7158648,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052479,\n
        "lat": 49.7285882,\n
        "lon": 3.7159591,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052480,\n
        "lat": 49.7286093,\n
        "lon": 3.7159089,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052481,\n
        "lat": 49.7286087,\n
        "lon": 3.7158706,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052482,\n
        "lat": 49.7285511,\n
        "lon": 3.7162155,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052483,\n
        "lat": 49.7285071,\n
        "lon": 3.7162815,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052484,\n
        "lat": 49.7286280,\n
        "lon": 3.7164675,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052485,\n
        "lat": 49.7286236,\n
        "lon": 3.7164762,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052486,\n
        "lat": 49.7286602,\n
        "lon": 3.7165358,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052487,\n
        "lat": 49.7286857,\n
        "lon": 3.7165000,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052488,\n
        "lat": 49.7287020,\n
        "lon": 3.7165233,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052489,\n
        "lat": 49.7287238,\n
        "lon": 3.7164873,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052490,\n
        "lat": 49.7285853,\n
        "lon": 3.7162725,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052491,\n
        "lat": 49.7286319,\n
        "lon": 3.7161889,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052492,\n
        "lat": 49.7286008,\n
        "lon": 3.7161404,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052493,\n
        "lat": 49.7285897,\n
        "lon": 3.7161579,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052494,\n
        "lat": 49.7285796,\n
        "lon": 3.7161791,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052495,\n
        "lat": 49.7285738,\n
        "lon": 3.7161721,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052496,\n
        "lat": 49.7285612,\n
        "lon": 3.7161924,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052497,\n
        "lat": 49.7285685,\n
        "lon": 3.7162045,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052498,\n
        "lat": 49.7285571,\n
        "lon": 3.7162221,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052499,\n
        "lat": 49.7293941,\n
        "lon": 3.7158550,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052500,\n
        "lat": 49.7294007,\n
        "lon": 3.7158691,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052501,\n
        "lat": 49.7295551,\n
        "lon": 3.7156569,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052502,\n
        "lat": 49.7297092,\n
        "lon": 3.7154399,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052503,\n
        "lat": 49.7296625,\n
        "lon": 3.7153623,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052504,\n
        "lat": 49.7294179,\n
        "lon": 3.7156968,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052505,\n
        "lat": 49.7293065,\n
        "lon": 3.7154834,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052506,\n
        "lat": 49.7292417,\n
        "lon": 3.7155603,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052507,\n
        "lat": 49.7299031,\n
        "lon": 3.7151769,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052508,\n
        "lat": 49.7299288,\n
        "lon": 3.7151382,\n
        "timestamp": "2017-03-04T07:03:16Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052509,\n
        "lat": 49.7299111,\n
        "lon": 3.7151123,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052510,\n
        "lat": 49.7298866,\n
        "lon": 3.7151506,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052511,\n
        "lat": 49.7298377,\n
        "lon": 3.7152756,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052512,\n
        "lat": 49.7299081,\n
        "lon": 3.7151849,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052513,\n
        "lat": 49.7298185,\n
        "lon": 3.7150422,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052514,\n
        "lat": 49.7298271,\n
        "lon": 3.7150034,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052515,\n
        "lat": 49.7298021,\n
        "lon": 3.7149643,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052516,\n
        "lat": 49.7297767,\n
        "lon": 3.7149767,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052517,\n
        "lat": 49.7297394,\n
        "lon": 3.7149151,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052518,\n
        "lat": 49.7296756,\n
        "lon": 3.7150188,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052519,\n
        "lat": 49.7295688,\n
        "lon": 3.7168010,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052520,\n
        "lat": 49.7292846,\n
        "lon": 3.7162664,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052521,\n
        "lat": 49.7292338,\n
        "lon": 3.7163517,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052522,\n
        "lat": 49.7292895,\n
        "lon": 3.7164513,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052523,\n
        "lat": 49.7295153,\n
        "lon": 3.7168735,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052524,\n
        "lat": 49.7295617,\n
        "lon": 3.7159839,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052525,\n
        "lat": 49.7295176,\n
        "lon": 3.7158850,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052526,\n
        "lat": 49.7294322,\n
        "lon": 3.7159850,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052527,\n
        "lat": 49.7294808,\n
        "lon": 3.7160854,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052528,\n
        "lat": 49.7295019,\n
        "lon": 3.7160581,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052529,\n
        "lat": 49.7295146,\n
        "lon": 3.7160855,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052530,\n
        "lat": 49.7295740,\n
        "lon": 3.7160083,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052531,\n
        "lat": 49.7293968,\n
        "lon": 3.7162787,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052532,\n
        "lat": 49.7293357,\n
        "lon": 3.7163626,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052533,\n
        "lat": 49.7294083,\n
        "lon": 3.7164990,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052534,\n
        "lat": 49.7294241,\n
        "lon": 3.7164788,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052535,\n
        "lat": 49.7294103,\n
        "lon": 3.7164541,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052536,\n
        "lat": 49.7294162,\n
        "lon": 3.7164442,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052537,\n
        "lat": 49.7293991,\n
        "lon": 3.7164096,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052538,\n
        "lat": 49.7294422,\n
        "lon": 3.7163549,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052539,\n
        "lat": 49.7294212,\n
        "lon": 3.7170047,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052540,\n
        "lat": 49.7294293,\n
        "lon": 3.7169878,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052541,\n
        "lat": 49.7294383,\n
        "lon": 3.7169927,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052542,\n
        "lat": 49.7294419,\n
        "lon": 3.7169821,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052543,\n
        "lat": 49.7294312,\n
        "lon": 3.7169739,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052544,\n
        "lat": 49.7293529,\n
        "lon": 3.7168506,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052545,\n
        "lat": 49.7293052,\n
        "lon": 3.7169177,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052546,\n
        "lat": 49.7293208,\n
        "lon": 3.7169414,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052547,\n
        "lat": 49.7292907,\n
        "lon": 3.7169804,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052548,\n
        "lat": 49.7292109,\n
        "lon": 3.7170978,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052549,\n
        "lat": 49.7292619,\n
        "lon": 3.7171784,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052550,\n
        "lat": 49.7293722,\n
        "lon": 3.7170189,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052551,\n
        "lat": 49.7293898,\n
        "lon": 3.7170488,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052552,\n
        "lat": 49.7291995,\n
        "lon": 3.7164085,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052553,\n
        "lat": 49.7291822,\n
        "lon": 3.7163807,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052554,\n
        "lat": 49.7289994,\n
        "lon": 3.7167144,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052555,\n
        "lat": 49.7290214,\n
        "lon": 3.7167460,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052556,\n
        "lat": 49.7289500,\n
        "lon": 3.7168571,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052557,\n
        "lat": 49.7289442,\n
        "lon": 3.7168473,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052558,\n
        "lat": 49.7289032,\n
        "lon": 3.7169093,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052559,\n
        "lat": 49.7289539,\n
        "lon": 3.7169935,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052560,\n
        "lat": 49.7290710,\n
        "lon": 3.7168182,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052561,\n
        "lat": 49.7290587,\n
        "lon": 3.7167914,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052562,\n
        "lat": 49.7292346,\n
        "lon": 3.7164722,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052563,\n
        "lat": 49.7286942,\n
        "lon": 3.7168411,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052564,\n
        "lat": 49.7286654,\n
        "lon": 3.7168148,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052565,\n
        "lat": 49.7286689,\n
        "lon": 3.7168044,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052566,\n
        "lat": 49.7286514,\n
        "lon": 3.7167885,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052567,\n
        "lat": 49.7286479,\n
        "lon": 3.7167989,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052568,\n
        "lat": 49.7285786,\n
        "lon": 3.7167357,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052569,\n
        "lat": 49.7285520,\n
        "lon": 3.7168050,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052570,\n
        "lat": 49.7285949,\n
        "lon": 3.7168442,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052571,\n
        "lat": 49.7285795,\n
        "lon": 3.7168843,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052572,\n
        "lat": 49.7286177,\n
        "lon": 3.7169190,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052573,\n
        "lat": 49.7286331,\n
        "lon": 3.7168788,\n
        "timestamp": "2017-03-04T07:03:17Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052589,\n
        "lat": 49.7256840,\n
        "lon": 3.7115351,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052590,\n
        "lat": 49.7257355,\n
        "lon": 3.7115855,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052591,\n
        "lat": 49.7249224,\n
        "lon": 3.7096876,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052592,\n
        "lat": 49.7249006,\n
        "lon": 3.7096600,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052593,\n
        "lat": 49.7248661,\n
        "lon": 3.7097246,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052594,\n
        "lat": 49.7248879,\n
        "lon": 3.7097522,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052595,\n
        "lat": 49.7281879,\n
        "lon": 3.7114348,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052596,\n
        "lat": 49.7281512,\n
        "lon": 3.7115008,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052597,\n
        "lat": 49.7282048,\n
        "lon": 3.7114559,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052598,\n
        "lat": 49.7270399,\n
        "lon": 3.7102580,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052599,\n
        "lat": 49.7270630,\n
        "lon": 3.7102901,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052600,\n
        "lat": 49.7280042,\n
        "lon": 3.7116886,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052601,\n
        "lat": 49.7280146,\n
        "lon": 3.7116695,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052602,\n
        "lat": 49.7280068,\n
        "lon": 3.7116598,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052603,\n
        "lat": 49.7279958,\n
        "lon": 3.7116769,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052604,\n
        "lat": 49.7268651,\n
        "lon": 3.7105294,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052605,\n
        "lat": 49.7268259,\n
        "lon": 3.7106004,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052606,\n
        "lat": 49.7268482,\n
        "lon": 3.7106317,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052607,\n
        "lat": 49.7267606,\n
        "lon": 3.7105742,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052608,\n
        "lat": 49.7267174,\n
        "lon": 3.7105160,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052609,\n
        "lat": 49.7267106,\n
        "lon": 3.7105272,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052610,\n
        "lat": 49.7275803,\n
        "lon": 3.7103464,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052611,\n
        "lat": 49.7275135,\n
        "lon": 3.7104632,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052612,\n
        "lat": 49.7276539,\n
        "lon": 3.7106612,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052613,\n
        "lat": 49.7277233,\n
        "lon": 3.7105456,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052614,\n
        "lat": 49.7313413,\n
        "lon": 3.7244614,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052615,\n
        "lat": 49.7313439,\n
        "lon": 3.7242962,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052616,\n
        "lat": 49.7269996,\n
        "lon": 3.7132875,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052617,\n
        "lat": 49.7274203,\n
        "lon": 3.7136747,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052618,\n
        "lat": 49.7274043,\n
        "lon": 3.7136508,\n
        "timestamp": "2017-03-04T07:03:19Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052619,\n
        "lat": 49.7272790,\n
        "lon": 3.7134767,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052620,\n
        "lat": 49.7271551,\n
        "lon": 3.7145613,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052621,\n
        "lat": 49.7271420,\n
        "lon": 3.7145372,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052622,\n
        "lat": 49.7271130,\n
        "lon": 3.7145738,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052623,\n
        "lat": 49.7271261,\n
        "lon": 3.7146006,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052624,\n
        "lat": 49.7276987,\n
        "lon": 3.7143386,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052625,\n
        "lat": 49.7277510,\n
        "lon": 3.7131623,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052626,\n
        "lat": 49.7277421,\n
        "lon": 3.7131799,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052627,\n
        "lat": 49.7277658,\n
        "lon": 3.7132055,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052628,\n
        "lat": 49.7277742,\n
        "lon": 3.7131890,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052629,\n
        "lat": 49.7277393,\n
        "lon": 3.7131490,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052630,\n
        "lat": 49.7276901,\n
        "lon": 3.7132345,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052631,\n
        "lat": 49.7277037,\n
        "lon": 3.7132555,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052632,\n
        "lat": 49.7268166,\n
        "lon": 3.7128122,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052633,\n
        "lat": 49.7268310,\n
        "lon": 3.7127830,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052634,\n
        "lat": 49.7272235,\n
        "lon": 3.7140682,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052635,\n
        "lat": 49.7272608,\n
        "lon": 3.7141173,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052636,\n
        "lat": 49.7273004,\n
        "lon": 3.7140392,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052637,\n
        "lat": 49.7272634,\n
        "lon": 3.7139893,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052638,\n
        "lat": 49.7269841,\n
        "lon": 3.7131375,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052639,\n
        "lat": 49.7270109,\n
        "lon": 3.7131617,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052640,\n
        "lat": 49.7302551,\n
        "lon": 3.7156083,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052641,\n
        "lat": 49.7302225,\n
        "lon": 3.7156455,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052642,\n
        "lat": 49.7302314,\n
        "lon": 3.7156564,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052643,\n
        "lat": 49.7306388,\n
        "lon": 3.7147697,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052644,\n
        "lat": 49.7306400,\n
        "lon": 3.7149099,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052645,\n
        "lat": 49.7306564,\n
        "lon": 3.7149283,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052646,\n
        "lat": 49.7307109,\n
        "lon": 3.7148190,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052647,\n
        "lat": 49.7304768,\n
        "lon": 3.7153904,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052648,\n
        "lat": 49.7304596,\n
        "lon": 3.7154201,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052649,\n
        "lat": 49.7304799,\n
        "lon": 3.7154482,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052650,\n
        "lat": 49.7304971,\n
        "lon": 3.7154184,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052651,\n
        "lat": 49.7303392,\n
        "lon": 3.7167666,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052652,\n
        "lat": 49.7306214,\n
        "lon": 3.7164116,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052653,\n
        "lat": 49.7304530,\n
        "lon": 3.7160931,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052654,\n
        "lat": 49.7301709,\n
        "lon": 3.7164481,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052655,\n
        "lat": 49.7299143,\n
        "lon": 3.7224843,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052656,\n
        "lat": 49.7298115,\n
        "lon": 3.7224903,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052657,\n
        "lat": 49.7298143,\n
        "lon": 3.7226045,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052658,\n
        "lat": 49.7299171,\n
        "lon": 3.7225985,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052659,\n
        "lat": 49.7301001,\n
        "lon": 3.7118711,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052660,\n
        "lat": 49.7300726,\n
        "lon": 3.7118656,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052661,\n
        "lat": 49.7300496,\n
        "lon": 3.7122288,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052662,\n
        "lat": 49.7300745,\n
        "lon": 3.7122325,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052663,\n
        "lat": 49.7292918,\n
        "lon": 3.7140905,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052664,\n
        "lat": 49.7293158,\n
        "lon": 3.7140403,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052665,\n
        "lat": 49.7292906,\n
        "lon": 3.7140115,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052666,\n
        "lat": 49.7292665,\n
        "lon": 3.7140618,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052667,\n
        "lat": 49.7294029,\n
        "lon": 3.7134425,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052668,\n
        "lat": 49.7300324,\n
        "lon": 3.7125583,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052669,\n
        "lat": 49.7299513,\n
        "lon": 3.7125159,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052670,\n
        "lat": 49.7299376,\n
        "lon": 3.7125826,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052671,\n
        "lat": 49.7300180,\n
        "lon": 3.7126235,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052672,\n
        "lat": 49.7298338,\n
        "lon": 3.7127267,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052673,\n
        "lat": 49.7296936,\n
        "lon": 3.7126118,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052674,\n
        "lat": 49.7296634,\n
        "lon": 3.7126933,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052675,\n
        "lat": 49.7298017,\n
        "lon": 3.7128142,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052676,\n
        "lat": 49.7294450,\n
        "lon": 3.7119361,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052677,\n
        "lat": 49.7294279,\n
        "lon": 3.7119651,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052678,\n
        "lat": 49.7294969,\n
        "lon": 3.7120626,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052679,\n
        "lat": 49.7295149,\n
        "lon": 3.7120369,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052680,\n
        "lat": 49.7294938,\n
        "lon": 3.7120108,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052681,\n
        "lat": 49.7297781,\n
        "lon": 3.7124177,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052682,\n
        "lat": 49.7299561,\n
        "lon": 3.7121028,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052683,\n
        "lat": 49.7291127,\n
        "lon": 3.7123852,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052684,\n
        "lat": 49.7289777,\n
        "lon": 3.7146053,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052685,\n
        "lat": 49.7289392,\n
        "lon": 3.7146138,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052686,\n
        "lat": 49.7289418,\n
        "lon": 3.7146506,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052687,\n
        "lat": 49.7289812,\n
        "lon": 3.7146434,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052688,\n
        "lat": 49.7293234,\n
        "lon": 3.7127339,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052689,\n
        "lat": 49.7293453,\n
        "lon": 3.7127615,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052690,\n
        "lat": 49.7293685,\n
        "lon": 3.7127194,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052691,\n
        "lat": 49.7293455,\n
        "lon": 3.7126872,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052692,\n
        "lat": 49.7293949,\n
        "lon": 3.7141398,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052693,\n
        "lat": 49.7294432,\n
        "lon": 3.7141936,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052694,\n
        "lat": 49.7289334,\n
        "lon": 3.7132968,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052695,\n
        "lat": 49.7283597,\n
        "lon": 3.7172747,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052696,\n
        "lat": 49.7283896,\n
        "lon": 3.7172140,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052697,\n
        "lat": 49.7275585,\n
        "lon": 3.7160089,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052698,\n
        "lat": 49.7275654,\n
        "lon": 3.7159940,\n
        "timestamp": "2017-03-04T07:03:20Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052699,\n
        "lat": 49.7275457,\n
        "lon": 3.7159725,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052700,\n
        "lat": 49.7275391,\n
        "lon": 3.7159863,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052701,\n
        "lat": 49.7270705,\n
        "lon": 3.7156672,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052702,\n
        "lat": 49.7270627,\n
        "lon": 3.7156319,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052703,\n
        "lat": 49.7270551,\n
        "lon": 3.7156543,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052704,\n
        "lat": 49.7270997,\n
        "lon": 3.7147335,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052705,\n
        "lat": 49.7270509,\n
        "lon": 3.7147024,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052706,\n
        "lat": 49.7270813,\n
        "lon": 3.7147584,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052707,\n
        "lat": 49.7272670,\n
        "lon": 3.7151231,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052708,\n
        "lat": 49.7272797,\n
        "lon": 3.7151091,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052709,\n
        "lat": 49.7272715,\n
        "lon": 3.7150923,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052710,\n
        "lat": 49.7272590,\n
        "lon": 3.7151074,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052711,\n
        "lat": 49.7276701,\n
        "lon": 3.7154955,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052712,\n
        "lat": 49.7276282,\n
        "lon": 3.7154546,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052713,\n
        "lat": 49.7276517,\n
        "lon": 3.7155126,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052714,\n
        "lat": 49.7272962,\n
        "lon": 3.7150909,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052715,\n
        "lat": 49.7273051,\n
        "lon": 3.7151106,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052716,\n
        "lat": 49.7273333,\n
        "lon": 3.7150790,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052717,\n
        "lat": 49.7275283,\n
        "lon": 3.7156944,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052718,\n
        "lat": 49.7276012,\n
        "lon": 3.7156350,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052719,\n
        "lat": 49.7275859,\n
        "lon": 3.7156103,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052720,\n
        "lat": 49.7272932,\n
        "lon": 3.7157698,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052721,\n
        "lat": 49.7272801,\n
        "lon": 3.7157528,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052722,\n
        "lat": 49.7272650,\n
        "lon": 3.7157890,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052723,\n
        "lat": 49.7276244,\n
        "lon": 3.7167031,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052724,\n
        "lat": 49.7276451,\n
        "lon": 3.7166304,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052725,\n
        "lat": 49.7275285,\n
        "lon": 3.7167031,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052726,\n
        "lat": 49.7275540,\n
        "lon": 3.7167204,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052727,\n
        "lat": 49.7275688,\n
        "lon": 3.7166662,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052728,\n
        "lat": 49.7276965,\n
        "lon": 3.7162990,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052729,\n
        "lat": 49.7277077,\n
        "lon": 3.7162632,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052730,\n
        "lat": 49.7276737,\n
        "lon": 3.7162379,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052731,\n
        "lat": 49.7276625,\n
        "lon": 3.7162736,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052732,\n
        "lat": 49.7291924,\n
        "lon": 3.7171526,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052733,\n
        "lat": 49.7292347,\n
        "lon": 3.7172194,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052734,\n
        "lat": 49.7292197,\n
        "lon": 3.7171117,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052735,\n
        "lat": 49.7294411,\n
        "lon": 3.7165608,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052736,\n
        "lat": 49.7294679,\n
        "lon": 3.7165218,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052737,\n
        "lat": 49.7294355,\n
        "lon": 3.7164640,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052738,\n
        "lat": 49.7299847,\n
        "lon": 3.7167891,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052739,\n
        "lat": 49.7299511,\n
        "lon": 3.7167223,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052740,\n
        "lat": 49.7298511,\n
        "lon": 3.7168497,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052741,\n
        "lat": 49.7287594,\n
        "lon": 3.7168733,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052742,\n
        "lat": 49.7287230,\n
        "lon": 3.7168294,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052743,\n
        "lat": 49.7287121,\n
        "lon": 3.7168531,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052744,\n
        "lat": 49.7287480,\n
        "lon": 3.7168966,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052745,\n
        "lat": 49.7286672,\n
        "lon": 3.7166974,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052746,\n
        "lat": 49.7287303,\n
        "lon": 3.7167919,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052747,\n
        "lat": 49.7287673,\n
        "lon": 3.7167329,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052748,\n
        "lat": 49.7287050,\n
        "lon": 3.7166399,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052749,\n
        "lat": 49.7288523,\n
        "lon": 3.7148132,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052750,\n
        "lat": 49.7288221,\n
        "lon": 3.7148118,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052751,\n
        "lat": 49.7287875,\n
        "lon": 3.7149021,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052752,\n
        "lat": 49.7288151,\n
        "lon": 3.7149288,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052753,\n
        "lat": 49.7288408,\n
        "lon": 3.7148626,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052754,\n
        "lat": 49.7288351,\n
        "lon": 3.7148585,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052755,\n
        "lat": 49.7288228,\n
        "lon": 3.7149360,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052756,\n
        "lat": 49.7288500,\n
        "lon": 3.7148693,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052757,\n
        "lat": 49.7286680,\n
        "lon": 3.7150085,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052758,\n
        "lat": 49.7286544,\n
        "lon": 3.7149943,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052759,\n
        "lat": 49.7286480,\n
        "lon": 3.7150108,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052760,\n
        "lat": 49.7286618,\n
        "lon": 3.7150231,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052761,\n
        "lat": 49.7286758,\n
        "lon": 3.7169789,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052762,\n
        "lat": 49.7286894,\n
        "lon": 3.7169948,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052763,\n
        "lat": 49.7287002,\n
        "lon": 3.7169693,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052764,\n
        "lat": 49.7291702,\n
        "lon": 3.7155110,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4716052765,\n
        "lat": 49.7290638,\n
        "lon": 3.7153068,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680849822,\n
        "lat": 49.7285189,\n
        "lon": 3.7155422,\n
        "timestamp": "2021-10-26T17:14:28Z",\n
        "version": 2,\n
        "changeset": 113003824,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:type": "pipe",\n
          "water_source": "main"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680849823,\n
        "lat": 49.7289200,\n
        "lon": 3.7148355,\n
        "timestamp": "2021-04-29T18:46:47Z",\n
        "version": 1,\n
        "changeset": 103864529,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680849824,\n
        "lat": 49.7287439,\n
        "lon": 3.7150193,\n
        "timestamp": "2021-04-29T18:46:47Z",\n
        "version": 1,\n
        "changeset": 103864529,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680849825,\n
        "lat": 49.7287641,\n
        "lon": 3.7150376,\n
        "timestamp": "2021-04-29T18:46:47Z",\n
        "version": 1,\n
        "changeset": 103864529,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680849826,\n
        "lat": 49.7287287,\n
        "lon": 3.7151262,\n
        "timestamp": "2021-04-29T18:46:47Z",\n
        "version": 1,\n
        "changeset": 103864529,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680849827,\n
        "lat": 49.7287127,\n
        "lon": 3.7151302,\n
        "timestamp": "2021-04-29T18:46:47Z",\n
        "version": 1,\n
        "changeset": 103864529,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680849828,\n
        "lat": 49.7286495,\n
        "lon": 3.7152840,\n
        "timestamp": "2021-04-29T18:46:47Z",\n
        "version": 1,\n
        "changeset": 103864529,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8680849829,\n
        "lat": 49.7288914,\n
        "lon": 3.7149907,\n
        "timestamp": "2021-04-29T18:46:47Z",\n
        "version": 1,\n
        "changeset": 103864529,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 12069648386,\n
        "lat": 49.7208520,\n
        "lon": 3.6975488,\n
        "timestamp": "2024-07-24T07:22:49Z",\n
        "version": 2,\n
        "changeset": 154335770,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12069648387,\n
        "lat": 49.7212260,\n
        "lon": 3.6996063,\n
        "timestamp": "2024-07-24T07:22:49Z",\n
        "version": 2,\n
        "changeset": 154335770,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12069648390,\n
        "lat": 49.7218043,\n
        "lon": 3.7026439,\n
        "timestamp": "2024-07-24T07:22:49Z",\n
        "version": 2,\n
        "changeset": 154335770,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12069648391,\n
        "lat": 49.7224470,\n
        "lon": 3.7061311,\n
        "timestamp": "2024-07-24T07:22:49Z",\n
        "version": 2,\n
        "changeset": 154335770,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12069648392,\n
        "lat": 49.7229354,\n
        "lon": 3.7087157,\n
        "timestamp": "2024-07-24T07:22:49Z",\n
        "version": 2,\n
        "changeset": 154335770,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12069648393,\n
        "lat": 49.7235524,\n
        "lon": 3.7119999,\n
        "timestamp": "2024-07-24T07:22:49Z",\n
        "version": 2,\n
        "changeset": 154335770,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12069648397,\n
        "lat": 49.7238877,\n
        "lon": 3.7138517,\n
        "timestamp": "2024-07-24T07:22:49Z",\n
        "version": 2,\n
        "changeset": 154335770,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12069648398,\n
        "lat": 49.7248551,\n
        "lon": 3.7162579,\n
        "timestamp": "2024-07-24T07:22:49Z",\n
        "version": 2,\n
        "changeset": 154335770,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478378997,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052735,\n
          4716052736,\n
          4716052737,\n
          4716052534,\n
          4716052533,\n
          4716052735\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": 478378998,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051755,\n
          4716051756,\n
          4716051757,\n
          4716051758,\n
          4716051759,\n
          4716052066,\n
          4716052065,\n
          4716051755\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478378999,\n
        "timestamp": "2017-03-04T07:03:21Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051481,\n
          4716051482,\n
          4716051478,\n
          4716051477,\n
          4716051787,\n
          4716051788,\n
          4716051789,\n
          4716051481\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379000,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051945,\n
          4716051946,\n
          4716051947,\n
          4716051948,\n
          4716051949,\n
          4716051945\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379001,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050719,\n
          4716050720,\n
          4716050721,\n
          4716050722,\n
          4716050719\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379002,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052764,\n
          4716051960,\n
          4716051974,\n
          4716051973,\n
          4716052765,\n
          4716052764\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": 478379003,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052375,\n
          4716052376,\n
          4716052377,\n
          4716052378,\n
          4716052375\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379004,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052617,\n
          4716051775,\n
          4716051778,\n
          4716052618,\n
          4716052617\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": 478379005,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051950,\n
          4716051951,\n
          4716051952,\n
          4716051953,\n
          4716051950\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379007,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052659,\n
          4716052660,\n
          4716052661,\n
          4716052662,\n
          4716052659\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": 478379010,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050727,\n
          4716050728,\n
          4716050729,\n
          4716050730,\n
          4716050731,\n
          4716050732,\n
          4716050733,\n
          4716050734,\n
          4716050727\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379012,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052539,\n
          4716052540,\n
          4716052541,\n
          4716052542,\n
          4716052543,\n
          4716052544,\n
          4716052545,\n
          4716052546,\n
          4716052547,\n
          4716052548,\n
          4716052734,\n
          4716052549,\n
          4716052550,\n
          4716052551,\n
          4716052539\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379015,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052018,\n
          4716051959,\n
          4716052019,\n
          4716052020,\n
          4716052021,\n
          4716052022,\n
          4716052018\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379017,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050735,\n
          4716050736,\n
          4716050737,\n
          4716050738,\n
          4716050735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379019,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051960,\n
          4716051961,\n
          4716051962,\n
          4716051963,\n
          4716051891,\n
          4716051964,\n
          4716051965,\n
          4716051966,\n
          4716051967,\n
          4716051968,\n
          4716051969,\n
          4716051970,\n
          4716051971,\n
          4716051972,\n
          4716051973,\n
          4716051974,\n
          4716051960\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379022,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052390,\n
          4716052391,\n
          4716052392,\n
          4716052393,\n
          4716052390\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379024,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051380,\n
          4716051381,\n
          4716051382,\n
          4716051383,\n
          4716051384,\n
          4716051385,\n
          4716051386,\n
          4716051387,\n
          4716051388,\n
          4716051489,\n
          4716051490,\n
          4716051491,\n
          4716051492,\n
          4716051493,\n
          4716051494,\n
          4716051495,\n
          4716051380\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379027,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052313,\n
          4716052327,\n
          4716052328,\n
          4716052728,\n
          4716052731,\n
          4716052329,\n
          4716052330,\n
          4716052314,\n
          4716052313\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379029,\n
        "timestamp": "2017-03-04T07:03:22Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050873,\n
          4716050874,\n
          4716050875,\n
          4716050876,\n
          4716050877,\n
          4716050873\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379031,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052394,\n
          4716052395,\n
          4716052396,\n
          4716052397,\n
          4716052394\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379034,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052154,\n
          4716052155,\n
          4716052156,\n
          4716052157,\n
          4716052158,\n
          4716052154\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379036,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052394,\n
          4716052397,\n
          4716052398,\n
          4716052399,\n
          4716052394\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379038,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052023,\n
          4716052024,\n
          4716052025,\n
          4716052009,\n
          4716052026,\n
          4716052027,\n
          4716052028,\n
          4716052029,\n
          4716052023\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379040,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052150,\n
          4716052151,\n
          4716052152,\n
          4716052153,\n
          4716052150\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379042,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052400,\n
          4716052401,\n
          4716052402,\n
          4716052403,\n
          4716052404,\n
          4716052400\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379045,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051975,\n
          4716051976,\n
          4716051977,\n
          4716051978,\n
          4716052667,\n
          4716051979,\n
          4716051975\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379047,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051496,\n
          4716051497,\n
          4716051498,\n
          4716051499,\n
          4716051500,\n
          4716051501,\n
          4716051502,\n
          4716051503,\n
          4716051504,\n
          4716051505,\n
          4716051506,\n
          4716051507,\n
          4716051508,\n
          4716051509,\n
          4716051510,\n
          4716051511,\n
          4716051496\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379050,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051047,\n
          4716051048,\n
          4716051049,\n
          4716051050,\n
          4716051047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379052,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051980,\n
          4716051981,\n
          4716051982,\n
          4716051983,\n
          4716051984,\n
          4716051985,\n
          4716051986,\n
          4716051987,\n
          4716051980\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379055,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052409,\n
          4716052763,\n
          4716052410,\n
          4716052411,\n
          4716052412,\n
          4716052413,\n
          4716052409\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379057,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 3,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4716052414,\n
          4716052415,\n
          4716052416,\n
          4716052417,\n
          4716052418,\n
          4716052419,\n
          4716052420,\n
          4716052421,\n
          4716052422,\n
          4716052423,\n
          4716052424,\n
          4716052425,\n
          4716052426,\n
          4716052427,\n
          4716052428,\n
          4716052429,\n
          4716052430,\n
          4716052431,\n
          4716052432,\n
          4716052433,\n
          4716052434,\n
          4716052435,\n
          4716052436,\n
          4716052437,\n
          4716052414\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église de la Visitation-de-la-Sainte-Vierge",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wikidata": "Q3585880"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379061,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051690,\n
          4716051691,\n
          4716051692,\n
          4716051693,\n
          4716051690\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379063,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051647,\n
          4716051648,\n
          4716051649,\n
          4716051650,\n
          4716051647\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379065,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052370,\n
          4716052369,\n
          4716052379,\n
          4716052380,\n
          4716052381,\n
          4716052382,\n
          4716052383,\n
          4716052384,\n
          4716052385,\n
          4716052386,\n
          4716052387,\n
          4716052388,\n
          4716052389,\n
          4716052370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379067,\n
        "timestamp": "2017-03-04T07:03:23Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051516,\n
          4716051517,\n
          4716051518,\n
          4716051474,\n
          4716051475,\n
          4716051476,\n
          4716051516\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379070,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052001,\n
          4716052002,\n
          4716052003,\n
          4716052004,\n
          4716052005,\n
          4716052006,\n
          4716052007,\n
          4716052008,\n
          4716052001\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379072,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050779,\n
          4716050780,\n
          4716050781,\n
          4716050782,\n
          4716050783,\n
          4716050784,\n
          4716050785,\n
          4716050786,\n
          4716050787,\n
          4716050788,\n
          4716050789,\n
          4716050790,\n
          4716050791,\n
          4716050792,\n
          4716050793,\n
          4716050794,\n
          4716050795,\n
          4716050796,\n
          4716050797,\n
          4716050798,\n
          4716050799,\n
          4716050800,\n
          4716050801,\n
          4716050802,\n
          4716050803,\n
          4716050804,\n
          4716050779\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379076,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051809,\n
          4716051810,\n
          4716051811,\n
          4716051812,\n
          4716051813,\n
          4716051814,\n
          4716051815,\n
          4716051816,\n
          4716051817,\n
          4716051818,\n
          4716051819,\n
          4716051820,\n
          4716051857,\n
          4716051860,\n
          4716051809\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379078,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051958,\n
          4716051959,\n
          4716052018,\n
          4716051954,\n
          4716051955,\n
          4716051956,\n
          4716051957,\n
          4716052017,\n
          4716052030,\n
          4716051958\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379081,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052647,\n
          4716052648,\n
          4716052649,\n
          4716052650,\n
          4716052647\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": 478379083,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051957,\n
          4716052009,\n
          4716052025,\n
          4716052010,\n
          4716052011,\n
          4716052012,\n
          4716052013,\n
          4716052014,\n
          4716052015,\n
          4716052016,\n
          4716052017,\n
          4716051957\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379085,\n
        "timestamp": "2025-05-08T17:23:25Z",\n
        "version": 3,\n
        "changeset": 165995074,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4716051972,\n
          4716051971,\n
          4716052438,\n
          4716052439,\n
          4716052440,\n
          4716052441,\n
          4716052442,\n
          4716052443,\n
          4716052444,\n
          4716052445,\n
          4716052446,\n
          4716052451,\n
          4716052447,\n
          4716052448,\n
          4716051972\n
        ],\n
        "tags": {\n
          "addr:housenumber": "7",\n
          "addr:street": "Rue de l'Arbrisseau",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairiederlon@wanadoo.fr",\n
          "contact:phone": "+33 3 23 20 58 46",\n
          "name": "Mairie d'Erlon",\n
          "opening_hours": "Mo 15:00-18:00; Th 10:00-12:00",\n
          "ref:FR:SIRET": "21020267700014",\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
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379088,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052598,\n
          4716051171,\n
          4716051170,\n
          4716052599,\n
          4716052598\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": 478379090,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051483,\n
          4716051484,\n
          4716051485,\n
          4716051486,\n
          4716051487,\n
          4716051488,\n
          4716051483\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379093,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052457,\n
          4716052458,\n
          4716052459,\n
          4716052745,\n
          4716052460,\n
          4716052457\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379095,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052088,\n
          4716052089,\n
          4716052090,\n
          4716052091,\n
          4716052088\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379097,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051589,\n
          4716051590,\n
          4716051591,\n
          4716051592,\n
          4716051589\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379099,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052449,\n
          4716052450,\n
          4716052451,\n
          4716052446,\n
          4716052452,\n
          4716052449\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379101,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051593,\n
          4716051594,\n
          4716051595,\n
          4716051596,\n
          4716051593\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379103,\n
        "timestamp": "2017-03-04T07:03:24Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052031,\n
          4716052032,\n
          4716052033,\n
          4716052034,\n
          4716052035,\n
          4716052036,\n
          4716052037,\n
          4716052038,\n
          4716052039,\n
          4716052040,\n
          4716052031\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379106,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052453,\n
          4716052454,\n
          4716052455,\n
          4716052456,\n
          4716052453\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379108,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050805,\n
          4716050806,\n
          4716050807,\n
          4716050808,\n
          4716050805\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379110,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051597,\n
          4716051598,\n
          4716051599,\n
          4716051600,\n
          4716051597\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379112,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052619,\n
          4716051766,\n
          4716051786,\n
          4716051785,\n
          4716052619\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": 478379114,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050809,\n
          4716050810,\n
          4716050811,\n
          4716050812,\n
          4716050809\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379116,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051601,\n
          4716051602,\n
          4716051603,\n
          4716051604,\n
          4716051601\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379119,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052461,\n
          4716052462,\n
          4716052463,\n
          4716052464,\n
          4716052465,\n
          4716052466,\n
          4716052467,\n
          4716052468,\n
          4716052469,\n
          4716052461\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379121,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050813,\n
          4716050814,\n
          4716050815,\n
          4716050816,\n
          4716050817,\n
          4716050818,\n
          4716050819,\n
          4716050820,\n
          4716050813\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379124,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051605,\n
          4716051606,\n
          4716051607,\n
          4716051608,\n
          4716051609,\n
          4716051610,\n
          4716051605\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379126,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052165,\n
          4716052166,\n
          4716052167,\n
          4716052168,\n
          4716052169,\n
          4716052170,\n
          4716052171,\n
          4716052172,\n
          4716052173,\n
          4716052174,\n
          4716052175,\n
          4716052165\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379129,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052041,\n
          4716052042,\n
          4716052043,\n
          4716052044,\n
          4716052045,\n
          4716052046,\n
          4716052047,\n
          4716052048,\n
          4716052041\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379131,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051611,\n
          4716051612,\n
          4716051613,\n
          4716051614,\n
          4716051611\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379134,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052470,\n
          4716052471,\n
          4716052472,\n
          4716052473,\n
          4716052474,\n
          4716052475,\n
          4716052476,\n
          4716052470\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379136,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051615,\n
          4716051616,\n
          4716051617,\n
          4716051618,\n
          4716051619,\n
          4716051620,\n
          4716051615\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379139,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052196,\n
          4716052197,\n
          4716052198,\n
          4716052199,\n
          4716052200,\n
          4716052201,\n
          4716052196\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379142,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052277,\n
          4716052276,\n
          4716052714,\n
          4716052715,\n
          4716052716,\n
          4716052277\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": 478379144,\n
        "timestamp": "2017-03-04T07:03:25Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052477,\n
          4716052478,\n
          4716052479,\n
          4716052480,\n
          4716052481,\n
          4716052477\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379147,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051621,\n
          4716051622,\n
          4716051623,\n
          4716051624,\n
          4716051625,\n
          4716051626,\n
          4716051627,\n
          4716051628,\n
          4716051621\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379149,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052050,\n
          4716052051,\n
          4716052052,\n
          4716052053,\n
          4716052050\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379151,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052482,\n
          4716052483,\n
          4716052484,\n
          4716052485,\n
          4716052486,\n
          4716052487,\n
          4716052488,\n
          4716052489,\n
          4716052490,\n
          4716052491,\n
          4716052492,\n
          4716052493,\n
          4716052494,\n
          4716052495,\n
          4716052496,\n
          4716052497,\n
          4716052498,\n
          4716052482\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379154,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050835,\n
          4716050836,\n
          4716050837,\n
          4716050838,\n
          4716050839,\n
          4716050840,\n
          4716050835\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379157,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052054,\n
          4716052055,\n
          4716052056,\n
          4716052057,\n
          4716052058,\n
          4716052059,\n
          4716052060,\n
          4716052061,\n
          4716052054\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379159,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050845,\n
          4716050846,\n
          4716050847,\n
          4716050848,\n
          4716050849,\n
          4716050850,\n
          4716050845\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379161,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051629,\n
          4716051630,\n
          4716051631,\n
          4716051632,\n
          4716051633,\n
          4716051634,\n
          4716051629\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379164,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050841,\n
          4716050842,\n
          4716050843,\n
          4716050844,\n
          4716050841\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379166,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051635,\n
          4716051636,\n
          4716051637,\n
          4716051638,\n
          4716051639,\n
          4716051640,\n
          4716051641,\n
          4716051642,\n
          4716051635\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379168,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052255,\n
          4716052256,\n
          4716052257,\n
          4716052243,\n
          4716052258,\n
          4716052259,\n
          4716052260,\n
          4716052261,\n
          4716052262,\n
          4716052263,\n
          4716052264,\n
          4716052265,\n
          4716052266,\n
          4716052255\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379171,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052499,\n
          4716052500,\n
          4716052501,\n
          4716052502,\n
          4716052503,\n
          4716052504,\n
          4716052505,\n
          4716052506,\n
          4716052499\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379174,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050851,\n
          4716050852,\n
          4716050853,\n
          4716050854,\n
          4716050851\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379176,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050739,\n
          4716050740,\n
          4716050741,\n
          4716050742,\n
          4716050743,\n
          4716050744,\n
          4716050739\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379177,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051643,\n
          4716051644,\n
          4716051645,\n
          4716051646,\n
          4716051643\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379178,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052507,\n
          4716052508,\n
          4716052509,\n
          4716052510,\n
          4716052507\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379179,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052067,\n
          4716052068,\n
          4716052069,\n
          4716052070,\n
          4716052067\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379180,\n
        "timestamp": "2017-03-04T07:03:26Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051651,\n
          4716051652,\n
          4716051653,\n
          4716051654,\n
          4716051655,\n
          4716051656,\n
          4716051651\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379181,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052071,\n
          4716052072,\n
          4716052073,\n
          4716052074,\n
          4716052071\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379182,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052080,\n
          4716052081,\n
          4716052082,\n
          4716052083,\n
          4716052080\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379183,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050865,\n
          4716050866,\n
          4716050867,\n
          4716050868,\n
          4716050865\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379184,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051657,\n
          4716052632,\n
          4716051658,\n
          4716051659,\n
          4716051660,\n
          4716051661,\n
          4716051662,\n
          4716051657\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379185,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052519,\n
          4716052735,\n
          4716052533,\n
          4716052532,\n
          4716052520,\n
          4716052521,\n
          4716052522,\n
          4716052523,\n
          4716052519\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379186,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050869,\n
          4716050870,\n
          4716050871,\n
          4716050872,\n
          4716050869\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379187,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052075,\n
          4716052077,\n
          4716052078,\n
          4716052079,\n
          4716052076,\n
          4716052075\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379188,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051663,\n
          4716051664,\n
          4716051665,\n
          4716051666,\n
          4716051663\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379189,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052524,\n
          4716052525,\n
          4716052526,\n
          4716052527,\n
          4716052528,\n
          4716052529,\n
          4716052530,\n
          4716052524\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379190,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051667,\n
          4716051668,\n
          4716051669,\n
          4716051670,\n
          4716051671,\n
          4716051672,\n
          4716051673,\n
          4716051674,\n
          4716051675,\n
          4716051676,\n
          4716051677,\n
          4716051678,\n
          4716051679,\n
          4716051667\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379191,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052084,\n
          4716052085,\n
          4716052086,\n
          4716052087,\n
          4716052084\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379192,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050878,\n
          4716050879,\n
          4716050880,\n
          4716050881,\n
          4716050882,\n
          4716050883,\n
          4716050878\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379193,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052531,\n
          4716052532,\n
          4716052533,\n
          4716052534,\n
          4716052535,\n
          4716052536,\n
          4716052537,\n
          4716052538,\n
          4716052531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379194,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051061,\n
          4716051067,\n
          4716051068,\n
          4716051062,\n
          4716051061\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379195,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051512,\n
          4716051513,\n
          4716051514,\n
          4716051515,\n
          4716051512\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379196,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052323,\n
          4716052324,\n
          4716052325,\n
          4716052727,\n
          4716052326,\n
          4716052323\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379197,\n
        "timestamp": "2017-03-04T07:03:27Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050884,\n
          4716050885,\n
          4716050886,\n
          4716050887,\n
          4716050888,\n
          4716050989,\n
          4716050884\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379198,\n
        "timestamp": "2021-04-29T18:46:47Z",\n
        "version": 2,\n
        "changeset": 103864529,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          4716052092,\n
          4716052093,\n
          4716052094,\n
          4716052095,\n
          4716052096,\n
          4716052097,\n
          4716052098,\n
          4716052099,\n
          4716052100,\n
          4716052101,\n
          4716052092\n
        ],\n
        "tags": {\n
          "amenity": "community_centre",\n
          "building": "yes",\n
          "name": "Salle communale",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379199,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050861,\n
          4716050862,\n
          4716050863,\n
          4716050864,\n
          4716050861\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379200,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051680,\n
          4716051681,\n
          4716051682,\n
          4716051683,\n
          4716051680\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379201,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050821,\n
          4716050822,\n
          4716050823,\n
          4716050824,\n
          4716050825,\n
          4716052643,\n
          4716050826,\n
          4716050827,\n
          4716052644,\n
          4716050828,\n
          4716050829,\n
          4716050830,\n
          4716050831,\n
          4716050832,\n
          4716050833,\n
          4716050834,\n
          4716050821\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379203,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050990,\n
          4716050991,\n
          4716050992,\n
          4716050993,\n
          4716050990\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379206,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051684,\n
          4716051685,\n
          4716051686,\n
          4716051687,\n
          4716051684\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379208,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050994,\n
          4716050995,\n
          4716050996,\n
          4716050997,\n
          4716050994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379210,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052102,\n
          4716052103,\n
          4716052104,\n
          4716052105,\n
          4716052102\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379212,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050753,\n
          4716050754,\n
          4716050755,\n
          4716050756,\n
          4716050757,\n
          4716050758,\n
          4716050759,\n
          4716050760,\n
          4716050761,\n
          4716050762,\n
          4716050763,\n
          4716050764,\n
          4716050765,\n
          4716050766,\n
          4716050767,\n
          4716050768,\n
          4716050769,\n
          4716050770,\n
          4716050771,\n
          4716050772,\n
          4716050773,\n
          4716050774,\n
          4716050775,\n
          4716050776,\n
          4716050777,\n
          4716050778,\n
          4716050753\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379215,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051680,\n
          4716051688,\n
          4716051689,\n
          4716051681,\n
          4716051680\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379217,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050998,\n
          4716050999,\n
          4716051000,\n
          4716051001,\n
          4716051002,\n
          4716051003,\n
          4716050998\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379219,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052106,\n
          4716052107,\n
          4716052108,\n
          4716052109,\n
          4716052110,\n
          4716052111,\n
          4716052112,\n
          4716052113,\n
          4716052114,\n
          4716052115,\n
          4716052106\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379222,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052552,\n
          4716052553,\n
          4716052554,\n
          4716052555,\n
          4716052556,\n
          4716052557,\n
          4716052558,\n
          4716052559,\n
          4716052560,\n
          4716052561,\n
          4716052562,\n
          4716052552\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379224,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052180,\n
          4716052181,\n
          4716052182,\n
          4716052183,\n
          4716052184,\n
          4716052185,\n
          4716052186,\n
          4716052187,\n
          4716052180\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379226,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051694,\n
          4716051695,\n
          4716051696,\n
          4716051697,\n
          4716051698,\n
          4716051699,\n
          4716051694\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379229,\n
        "timestamp": "2017-03-04T07:03:28Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051004,\n
          4716051005,\n
          4716051006,\n
          4716051007,\n
          4716051008,\n
          4716051009,\n
          4716051004\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379231,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052728,\n
          4716052729,\n
          4716052730,\n
          4716052731,\n
          4716052728\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": 478379233,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052116,\n
          4716052117,\n
          4716052118,\n
          4716052119,\n
          4716052116\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379235,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051690,\n
          4716051700,\n
          4716051701,\n
          4716051702,\n
          4716051703,\n
          4716051691,\n
          4716051690\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379238,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052563,\n
          4716052564,\n
          4716052565,\n
          4716052566,\n
          4716052567,\n
          4716052568,\n
          4716052569,\n
          4716052570,\n
          4716052571,\n
          4716052572,\n
          4716052573,\n
          4716051552,\n
          4716052563\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379240,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052120,\n
          4716052121,\n
          4716052122,\n
          4716052123,\n
          4716052124,\n
          4716052125,\n
          4716052120\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379242,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051704,\n
          4716051705,\n
          4716051706,\n
          4716051707,\n
          4716051704\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379244,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052663,\n
          4716052664,\n
          4716052665,\n
          4716052666,\n
          4716052663\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": 478379247,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052405,\n
          4716052406,\n
          4716052407,\n
          4716052408,\n
          4716052405\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379249,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051708,\n
          4716051709,\n
          4716051710,\n
          4716051711,\n
          4716051712,\n
          4716051713,\n
          4716051708\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379251,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052126,\n
          4716052127,\n
          4716052128,\n
          4716052129,\n
          4716052130,\n
          4716052131,\n
          4716052132,\n
          4716052133,\n
          4716052134,\n
          4716052135,\n
          4716052136,\n
          4716052137,\n
          4716052138,\n
          4716052139,\n
          4716052140,\n
          4716052141,\n
          4716052126\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379254,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051021,\n
          4716051022,\n
          4716051023,\n
          4716051024,\n
          4716051021\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379256,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051553,\n
          4716052525,\n
          4716052524,\n
          4716051554,\n
          4716051553\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379258,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051714,\n
          4716051715,\n
          4716051716,\n
          4716051717,\n
          4716051714\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379261,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051555,\n
          4716051556,\n
          4716051557,\n
          4716051558,\n
          4716051555\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379263,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051718,\n
          4716051746,\n
          4716051719,\n
          4716051720,\n
          4716051721,\n
          4716051718\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379265,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051559,\n
          4716051560,\n
          4716051561,\n
          4716051562,\n
          4716051563,\n
          4716051564,\n
          4716051565,\n
          4716051566,\n
          4716051567,\n
          4716051568,\n
          4716051569,\n
          4716051570,\n
          4716051571,\n
          4716051572,\n
          4716051559\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379268,\n
        "timestamp": "2017-03-04T07:03:29Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051722,\n
          4716051723,\n
          4716051724,\n
          4716051725,\n
          4716051722\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379270,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052142,\n
          4716052143,\n
          4716052144,\n
          4716052145,\n
          4716052142\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379273,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051035,\n
          4716051036,\n
          4716051037,\n
          4716051038,\n
          4716051035\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379275,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051726,\n
          4716051727,\n
          4716051728,\n
          4716051729,\n
          4716051730,\n
          4716051786,\n
          4716051766,\n
          4716051731,\n
          4716051732,\n
          4716051733,\n
          4716051734,\n
          4716051735,\n
          4716051726\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379277,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052146,\n
          4716052147,\n
          4716052148,\n
          4716052149,\n
          4716052146\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379279,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051039,\n
          4716051040,\n
          4716051041,\n
          4716051042,\n
          4716051039\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379282,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051779,\n
          4716051780,\n
          4716051781,\n
          4716051782,\n
          4716051779\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379284,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052049,\n
          4716052063,\n
          4716052064,\n
          4716052062,\n
          4716052049\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379286,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050727,\n
          4716050734,\n
          4716051573,\n
          4716051574,\n
          4716050727\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": 478379289,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051043,\n
          4716051044,\n
          4716051045,\n
          4716051046,\n
          4716051043\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379290,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050750,\n
          4716050749,\n
          4716050748,\n
          4716050751,\n
          4716050750\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": 478379293,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050847,\n
          4716051575,\n
          4716051576,\n
          4716050848,\n
          4716050847\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": 478379295,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051736,\n
          4716051484,\n
          4716051483,\n
          4716051737,\n
          4716051736\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379297,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051577,\n
          4716051578,\n
          4716051077,\n
          4716051076,\n
          4716051577\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": 478379299,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051738,\n
          4716051739,\n
          4716051740,\n
          4716051741,\n
          4716051742,\n
          4716051743,\n
          4716051744,\n
          4716051745,\n
          4716051719,\n
          4716051746,\n
          4716051747,\n
          4716051748,\n
          4716051718,\n
          4716051738\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379302,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052370,\n
          4716051579,\n
          4716051580,\n
          4716052371,\n
          4716052370\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": 478379304,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052159,\n
          4716052160,\n
          4716052161,\n
          4716052162,\n
          4716052163,\n
          4716052164,\n
          4716052159\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379306,\n
        "timestamp": "2017-03-04T07:03:30Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051051,\n
          4716051052,\n
          4716051053,\n
          4716051054,\n
          4716051051\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379309,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051581,\n
          4716051582,\n
          4716051583,\n
          4716051584,\n
          4716051581\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": 478379311,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051055,\n
          4716051584,\n
          4716051583,\n
          4716051056,\n
          4716051057,\n
          4716051058,\n
          4716051059,\n
          4716051060,\n
          4716051055\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379313,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051585,\n
          4716051586,\n
          4716051587,\n
          4716051588,\n
          4716051585\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": 478379315,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051749,\n
          4716051750,\n
          4716051751,\n
          4716051752,\n
          4716051753,\n
          4716051754,\n
          4716051749\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379318,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052589,\n
          4716052590,\n
          4716051073,\n
          4716051081,\n
          4716052589\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": 478379321,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051061,\n
          4716051062,\n
          4716051063,\n
          4716051064,\n
          4716051065,\n
          4716051066,\n
          4716051061\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379323,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052591,\n
          4716052592,\n
          4716052593,\n
          4716052594,\n
          4716052591\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": 478379326,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052363,\n
          4716052364,\n
          4716052365,\n
          4716052366,\n
          4716052367,\n
          4716052368,\n
          4716052363\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379328,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052176,\n
          4716052177,\n
          4716052178,\n
          4716052179,\n
          4716052176\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379330,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052595,\n
          4716052596,\n
          4716051148,\n
          4716052597,\n
          4716052595\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": 478379332,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051010,\n
          4716051011,\n
          4716051012,\n
          4716051013,\n
          4716051014,\n
          4716051015,\n
          4716051016,\n
          4716051017,\n
          4716051018,\n
          4716051019,\n
          4716051020,\n
          4716051010\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379335,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051069,\n
          4716051070,\n
          4716051071,\n
          4716051072,\n
          4716051069\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379336,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051760,\n
          4716051761,\n
          4716051762,\n
          4716051763,\n
          4716051764,\n
          4716051765,\n
          4716051760\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379339,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051082,\n
          4716051083,\n
          4716051084,\n
          4716051085,\n
          4716051086,\n
          4716051087,\n
          4716051082\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379341,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052600,\n
          4716052601,\n
          4716052602,\n
          4716052603,\n
          4716052600\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": 478379344,\n
        "timestamp": "2017-03-04T07:03:31Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051073,\n
          4716051074,\n
          4716051075,\n
          4716051577,\n
          4716051076,\n
          4716051077,\n
          4716051078,\n
          4716051079,\n
          4716051080,\n
          4716051081,\n
          4716051073\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379346,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051731,\n
          4716051766,\n
          4716052619,\n
          4716051767,\n
          4716051768,\n
          4716051769,\n
          4716051770,\n
          4716051731\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379348,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051121,\n
          4716052604,\n
          4716052605,\n
          4716052606,\n
          4716051121\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": 478379351,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052188,\n
          4716052189,\n
          4716052190,\n
          4716052191,\n
          4716052188\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379353,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051029,\n
          4716052607,\n
          4716052608,\n
          4716052609,\n
          4716051029\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": 478379355,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052192,\n
          4716052193,\n
          4716052194,\n
          4716052195,\n
          4716052192\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379357,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052610,\n
          4716052611,\n
          4716052612,\n
          4716052613,\n
          4716052610\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": 478379359,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051775,\n
          4716051776,\n
          4716051777,\n
          4716051778,\n
          4716051775\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379362,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051988,\n
          4716051989,\n
          4716051990,\n
          4716051991,\n
          4716051992,\n
          4716051993,\n
          4716051994,\n
          4716051995,\n
          4716051996,\n
          4716051997,\n
          4716051998,\n
          4716051999,\n
          4716052000,\n
          4716051988\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379366,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052614,\n
          4716051512,\n
          4716051515,\n
          4716052615,\n
          4716052614\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": 478379370,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051738,\n
          4716051718,\n
          4716051721,\n
          4716052616,\n
          4716051738\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": 478379373,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052202,\n
          4716052203,\n
          4716052204,\n
          4716052205,\n
          4716052202\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379377,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050723,\n
          4716050724,\n
          4716050725,\n
          4716050726,\n
          4716050723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379380,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051783,\n
          4716051784,\n
          4716051785,\n
          4716051786,\n
          4716051730,\n
          4716051783\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379383,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052620,\n
          4716052621,\n
          4716052622,\n
          4716052623,\n
          4716052620\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": 478379386,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051096,\n
          4716051097,\n
          4716051098,\n
          4716051099,\n
          4716051100,\n
          4716051101,\n
          4716051102,\n
          4716051103,\n
          4716051096\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379388,\n
        "timestamp": "2017-03-04T07:03:32Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051615,\n
          4716051620,\n
          4716051619,\n
          4716052624,\n
          4716051615\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": 478379390,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052625,\n
          4716052626,\n
          4716052627,\n
          4716052628,\n
          4716052625\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": 478379392,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051790,\n
          4716051791,\n
          4716051792,\n
          4716051793,\n
          4716051794,\n
          4716051790\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379394,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052214,\n
          4716052215,\n
          4716052216,\n
          4716052720,\n
          4716052217,\n
          4716052218,\n
          4716052219,\n
          4716052220,\n
          4716052221,\n
          4716052214\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379396,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051104,\n
          4716051105,\n
          4716051106,\n
          4716051107,\n
          4716051108,\n
          4716051109,\n
          4716051110,\n
          4716051111,\n
          4716051104\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379398,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052625,\n
          4716052629,\n
          4716052630,\n
          4716052631,\n
          4716052626,\n
          4716052625\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": 478379399,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051088,\n
          4716051089,\n
          4716051090,\n
          4716051091,\n
          4716051088\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379402,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051795,\n
          4716051796,\n
          4716051797,\n
          4716051798,\n
          4716051799,\n
          4716051800,\n
          4716051795\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379403,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051659,\n
          4716051658,\n
          4716052632,\n
          4716052633,\n
          4716051659\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": 478379404,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052064,\n
          4716052681,\n
          4716052682,\n
          4716052062,\n
          4716052064\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": 478379405,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052222,\n
          4716052223,\n
          4716052239,\n
          4716052224,\n
          4716052225,\n
          4716052226,\n
          4716052227,\n
          4716052228,\n
          4716052229,\n
          4716052230,\n
          4716052231,\n
          4716052232,\n
          4716052275,\n
          4716052222\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379406,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052634,\n
          4716052635,\n
          4716052636,\n
          4716052637,\n
          4716052634\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": 478379407,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051801,\n
          4716051802,\n
          4716051803,\n
          4716051804,\n
          4716051801\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379408,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051835,\n
          4716052638,\n
          4716052639,\n
          4716051836,\n
          4716051835\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": 478379409,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051805,\n
          4716051806,\n
          4716051807,\n
          4716051808,\n
          4716051805\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379410,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052640,\n
          4716051876,\n
          4716051873,\n
          4716051872,\n
          4716052641,\n
          4716052642,\n
          4716052640\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": 478379411,\n
        "timestamp": "2017-03-04T07:03:33Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051120,\n
          4716051121,\n
          4716052606,\n
          4716051122,\n
          4716051123,\n
          4716051124,\n
          4716051125,\n
          4716051120\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379412,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051849,\n
          4716051850,\n
          4716051851,\n
          4716051852,\n
          4716051853,\n
          4716051854,\n
          4716051855,\n
          4716051856,\n
          4716051849\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379413,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052233,\n
          4716052234,\n
          4716052235,\n
          4716052236,\n
          4716052237,\n
          4716052697,\n
          4716052700,\n
          4716052238,\n
          4716052233\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379415,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050823,\n
          4716052643,\n
          4716050825,\n
          4716050824,\n
          4716050823\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": 478379417,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050828,\n
          4716052644,\n
          4716052645,\n
          4716052646,\n
          4716050828\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": 478379420,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051126,\n
          4716051127,\n
          4716051128,\n
          4716051129,\n
          4716051126\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379422,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052206,\n
          4716052207,\n
          4716052208,\n
          4716052209,\n
          4716052210,\n
          4716052211,\n
          4716052701,\n
          4716052212,\n
          4716052213,\n
          4716052206\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379424,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052239,\n
          4716052240,\n
          4716052241,\n
          4716052224,\n
          4716052239\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379426,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051130,\n
          4716051131,\n
          4716051132,\n
          4716051133,\n
          4716051130\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379429,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052242,\n
          4716052258,\n
          4716052243,\n
          4716052244,\n
          4716052245,\n
          4716052242\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379431,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052651,\n
          4716052652,\n
          4716052653,\n
          4716052654,\n
          4716052651\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": 478379433,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051088,\n
          4716051092,\n
          4716051093,\n
          4716051089,\n
          4716051088\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379435,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051821,\n
          4716051822,\n
          4716051823,\n
          4716051824,\n
          4716051821\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379438,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051134,\n
          4716051135,\n
          4716051136,\n
          4716051137,\n
          4716051134\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379440,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052246,\n
          4716052247,\n
          4716052248,\n
          4716052249,\n
          4716052250,\n
          4716052246\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379442,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052655,\n
          4716052656,\n
          4716052657,\n
          4716052658,\n
          4716052655\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": 478379445,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051761,\n
          4716051825,\n
          4716051826,\n
          4716051827,\n
          4716051828,\n
          4716051762,\n
          4716051761\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379447,\n
        "timestamp": "2017-03-04T07:03:34Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051138,\n
          4716051139,\n
          4716051140,\n
          4716051141,\n
          4716051142,\n
          4716051143,\n
          4716051138\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379449,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052251,\n
          4716052252,\n
          4716052253,\n
          4716052254,\n
          4716052251\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379451,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051829,\n
          4716051830,\n
          4716051831,\n
          4716051832,\n
          4716051829\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379454,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051144,\n
          4716051145,\n
          4716051146,\n
          4716051147,\n
          4716051148,\n
          4716052596,\n
          4716051149,\n
          4716051150,\n
          4716051151,\n
          4716052601,\n
          4716052600,\n
          4716051144\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379456,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051754,\n
          4716051753,\n
          4716051833,\n
          4716051834,\n
          4716051835,\n
          4716051836,\n
          4716051837,\n
          4716051838,\n
          4716051839,\n
          4716051840,\n
          4716051841,\n
          4716051842,\n
          4716051754\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379459,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051084,\n
          4716051094,\n
          4716051095,\n
          4716051085,\n
          4716051084\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379461,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052667,\n
          4716051978,\n
          4716051946,\n
          4716051945,\n
          4716052667\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": 478379463,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052668,\n
          4716052669,\n
          4716052670,\n
          4716052671,\n
          4716052668\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": 478379466,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051152,\n
          4716051153,\n
          4716051154,\n
          4716051155,\n
          4716051156,\n
          4716052599,\n
          4716051170,\n
          4716051157,\n
          4716051152\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379468,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052757,\n
          4716052758,\n
          4716052759,\n
          4716052760,\n
          4716052757\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": 478379471,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052672,\n
          4716052673,\n
          4716052674,\n
          4716052675,\n
          4716052672\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": 478379473,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052267,\n
          4716052268,\n
          4716052269,\n
          4716052233,\n
          4716052238,\n
          4716052270,\n
          4716052215,\n
          4716052214,\n
          4716052267\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379476,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051843,\n
          4716051844,\n
          4716051845,\n
          4716051846,\n
          4716051847,\n
          4716051848,\n
          4716051843\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379478,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051158,\n
          4716051159,\n
          4716051160,\n
          4716051161,\n
          4716051158\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379480,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052676,\n
          4716052677,\n
          4716052678,\n
          4716052679,\n
          4716052680,\n
          4716052676\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": 478379483,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052271,\n
          4716052272,\n
          4716052273,\n
          4716052274,\n
          4716052271\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379485,\n
        "timestamp": "2017-03-04T07:03:35Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051162,\n
          4716051163,\n
          4716051164,\n
          4716051165,\n
          4716051166,\n
          4716051167,\n
          4716051162\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379488,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052275,\n
          4716052232,\n
          4716052276,\n
          4716052277,\n
          4716052278,\n
          4716052279,\n
          4716052280,\n
          4716052281,\n
          4716052282,\n
          4716052275\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379490,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052055,\n
          4716052683,\n
          4716052057,\n
          4716052056,\n
          4716052055\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": 478379492,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052684,\n
          4716052685,\n
          4716052686,\n
          4716052687,\n
          4716052684\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": 478379495,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051857,\n
          4716051858,\n
          4716051859,\n
          4716051860,\n
          4716051857\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379497,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052283,\n
          4716052284,\n
          4716052285,\n
          4716052286,\n
          4716052712,\n
          4716052283\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379499,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051934,\n
          4716051938,\n
          4716052688,\n
          4716052689,\n
          4716052690,\n
          4716052691,\n
          4716051934\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": 478379502,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051477,\n
          4716051478,\n
          4716051479,\n
          4716051480,\n
          4716051477\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379504,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051861,\n
          4716051862,\n
          4716051863,\n
          4716051864,\n
          4716052738,\n
          4716051861\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379506,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052287,\n
          4716052288,\n
          4716052289,\n
          4716052290,\n
          4716052291,\n
          4716052292,\n
          4716052293,\n
          4716052294,\n
          4716052295,\n
          4716052296,\n
          4716052287\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379509,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051943,\n
          4716051942,\n
          4716052692,\n
          4716052693,\n
          4716051943\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": 478379511,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051177,\n
          4716051178,\n
          4716051179,\n
          4716051180,\n
          4716051181,\n
          4716051182,\n
          4716051183,\n
          4716051184,\n
          4716051185,\n
          4716051186,\n
          4716051177\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379514,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051865,\n
          4716051866,\n
          4716051867,\n
          4716051868,\n
          4716051869,\n
          4716051870,\n
          4716051871,\n
          4716051865\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379516,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052694,\n
          4716051983,\n
          4716051982,\n
          4716051981,\n
          4716051980,\n
          4716052694\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": 478379519,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051029,\n
          4716052609,\n
          4716051030,\n
          4716051031,\n
          4716051032,\n
          4716051033,\n
          4716051034,\n
          4716051029\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379521,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052318,\n
          4716052317,\n
          4716052695,\n
          4716052696,\n
          4716052318\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": 478379524,\n
        "timestamp": "2017-03-04T07:03:36Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051172,\n
          4716051173,\n
          4716051174,\n
          4716051175,\n
          4716051176,\n
          4716051169,\n
          4716051172\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379526,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052697,\n
          4716052698,\n
          4716052699,\n
          4716052700,\n
          4716052697\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": 478379528,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051025,\n
          4716051026,\n
          4716051027,\n
          4716051028,\n
          4716051025\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379531,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051872,\n
          4716051873,\n
          4716051874,\n
          4716051875,\n
          4716051872\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379533,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052297,\n
          4716052298,\n
          4716052299,\n
          4716052300,\n
          4716052301,\n
          4716052302,\n
          4716052303,\n
          4716052304,\n
          4716052297\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379535,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051187,\n
          4716051188,\n
          4716051289,\n
          4716051290,\n
          4716051291,\n
          4716051292,\n
          4716051187\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379537,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052701,\n
          4716052211,\n
          4716052702,\n
          4716052703,\n
          4716052701\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": 478379540,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051876,\n
          4716051877,\n
          4716051878,\n
          4716051879,\n
          4716051880,\n
          4716051881,\n
          4716051882,\n
          4716051873,\n
          4716051876\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379543,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052704,\n
          4716051773,\n
          4716052705,\n
          4716052706,\n
          4716052704\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": 478379545,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051293,\n
          4716051294,\n
          4716051295,\n
          4716051296,\n
          4716051297,\n
          4716051298,\n
          4716051299,\n
          4716051300,\n
          4716051293\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379547,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052305,\n
          4716052306,\n
          4716052307,\n
          4716052308,\n
          4716052309,\n
          4716052310,\n
          4716052311,\n
          4716052312,\n
          4716052313,\n
          4716052314,\n
          4716052305\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379550,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052707,\n
          4716052708,\n
          4716052709,\n
          4716052710,\n
          4716052707\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": 478379551,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050745,\n
          4716050746,\n
          4716050747,\n
          4716050748,\n
          4716050749,\n
          4716050750,\n
          4716050751,\n
          4716050752,\n
          4716050745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379552,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051883,\n
          4716051884,\n
          4716051885,\n
          4716051886,\n
          4716051887,\n
          4716051888,\n
          4716051889,\n
          4716051890,\n
          4716051883\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379553,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051168,\n
          4716051169,\n
          4716051176,\n
          4716051152,\n
          4716051157,\n
          4716051170,\n
          4716051171,\n
          4716051168\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379554,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052711,\n
          4716052283,\n
          4716052712,\n
          4716052713,\n
          4716052711\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": 478379555,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051301,\n
          4716051302,\n
          4716051303,\n
          4716051304,\n
          4716051305,\n
          4716051306,\n
          4716051307,\n
          4716051308,\n
          4716051301\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379556,\n
        "timestamp": "2017-03-04T07:03:37Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052511,\n
          4716052512,\n
          4716052507,\n
          4716052510,\n
          4716052513,\n
          4716052514,\n
          4716052515,\n
          4716052516,\n
          4716052517,\n
          4716052518,\n
          4716052511\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379557,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052315,\n
          4716052316,\n
          4716052317,\n
          4716052318,\n
          4716052315\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379558,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051891,\n
          4716051892,\n
          4716051893,\n
          4716051894,\n
          4716051895,\n
          4716051896,\n
          4716051897,\n
          4716051898,\n
          4716051891\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379559,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052717,\n
          4716052293,\n
          4716052292,\n
          4716052718,\n
          4716052719,\n
          4716052717\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": 478379560,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052319,\n
          4716052320,\n
          4716052321,\n
          4716052322,\n
          4716052319\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379561,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051309,\n
          4716051301,\n
          4716051308,\n
          4716051310,\n
          4716051311,\n
          4716051312,\n
          4716051313,\n
          4716051314,\n
          4716051315,\n
          4716051316,\n
          4716051317,\n
          4716051309\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379562,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052720,\n
          4716052721,\n
          4716052722,\n
          4716052217,\n
          4716052720\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": 478379563,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052753,\n
          4716052752,\n
          4716052755,\n
          4716052756,\n
          4716052753\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": 478379564,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051899,\n
          4716051900,\n
          4716051901,\n
          4716051902,\n
          4716051899\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379565,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052323,\n
          4716052326,\n
          4716052723,\n
          4716052724,\n
          4716052323\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": 478379566,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052325,\n
          4716052725,\n
          4716052726,\n
          4716052727,\n
          4716052325\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": 478379567,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051903,\n
          4716051904,\n
          4716051905,\n
          4716051906,\n
          4716051907,\n
          4716051908,\n
          4716051909,\n
          4716051910,\n
          4716051911,\n
          4716051903\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379568,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051318,\n
          4716051319,\n
          4716051320,\n
          4716051321,\n
          4716051318\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379569,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051771,\n
          4716051772,\n
          4716052620,\n
          4716052623,\n
          4716051773,\n
          4716052704,\n
          4716051774,\n
          4716051771\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379570,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052331,\n
          4716052332,\n
          4716052333,\n
          4716052334,\n
          4716052335,\n
          4716052336,\n
          4716052337,\n
          4716052338,\n
          4716052339,\n
          4716052340,\n
          4716052331\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379571,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051318,\n
          4716051322,\n
          4716051323,\n
          4716051319,\n
          4716051318\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379572,\n
        "timestamp": "2017-03-04T07:03:38Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052732,\n
          4716052733,\n
          4716052549,\n
          4716052734,\n
          4716052732\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": 478379573,\n
        "timestamp": "2017-03-04T07:03:39Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051324,\n
          4716051325,\n
          4716051326,\n
          4716051327,\n
          4716051328,\n
          4716051329,\n
          4716051330,\n
          4716051324\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379574,\n
        "timestamp": "2017-03-04T07:03:39Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051912,\n
          4716051913,\n
          4716051914,\n
          4716051915,\n
          4716051912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379575,\n
        "timestamp": "2017-03-04T07:03:39Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051916,\n
          4716051917,\n
          4716051918,\n
          4716051919,\n
          4716051916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379576,\n
        "timestamp": "2017-03-04T07:03:39Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052341,\n
          4716052342,\n
          4716052343,\n
          4716052344,\n
          4716052345,\n
          4716052346,\n
          4716052347,\n
          4716052348,\n
          4716052349,\n
          4716052350,\n
          4716052341\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379577,\n
        "timestamp": "2017-03-04T07:03:39Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051331,\n
          4716051332,\n
          4716051333,\n
          4716051334,\n
          4716051335,\n
          4716051336,\n
          4716051331\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379578,\n
        "timestamp": "2017-03-04T07:03:39Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051861,\n
          4716052738,\n
          4716052739,\n
          4716052740,\n
          4716051861\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": 478379579,\n
        "timestamp": "2017-03-04T07:03:39Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051920,\n
          4716051921,\n
          4716051922,\n
          4716051923,\n
          4716051920\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379580,\n
        "timestamp": "2017-03-04T07:03:39Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052741,\n
          4716052742,\n
          4716052743,\n
          4716052744,\n
          4716052741\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": 478379581,\n
        "timestamp": "2017-03-04T07:03:39Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051337,\n
          4716051338,\n
          4716051339,\n
          4716051340,\n
          4716051337\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379582,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051924,\n
          4716051925,\n
          4716051926,\n
          4716051927,\n
          4716051928,\n
          4716051929,\n
          4716051924\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379583,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052351,\n
          4716052352,\n
          4716052353,\n
          4716052354,\n
          4716052355,\n
          4716052356,\n
          4716052357,\n
          4716052358,\n
          4716052359,\n
          4716052360,\n
          4716052361,\n
          4716052362,\n
          4716052351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379584,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052745,\n
          4716052746,\n
          4716052747,\n
          4716052748,\n
          4716052460,\n
          4716052745\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": 478379585,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051341,\n
          4716051342,\n
          4716051343,\n
          4716051344,\n
          4716051345,\n
          4716051341\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379586,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716050855,\n
          4716050856,\n
          4716050857,\n
          4716050858,\n
          4716050859,\n
          4716050860,\n
          4716050855\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379587,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051930,\n
          4716051931,\n
          4716051932,\n
          4716051933,\n
          4716051930\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379588,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052749,\n
          4716052750,\n
          4716052751,\n
          4716052752,\n
          4716052753,\n
          4716052754,\n
          4716052749\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": 478379589,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051346,\n
          4716051347,\n
          4716051348,\n
          4716051349,\n
          4716051346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379590,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051934,\n
          4716051935,\n
          4716051936,\n
          4716051937,\n
          4716052688,\n
          4716051938,\n
          4716051934\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379591,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051350,\n
          4716051351,\n
          4716051352,\n
          4716051353,\n
          4716051350\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379592,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051939,\n
          4716051940,\n
          4716051941,\n
          4716051942,\n
          4716051943,\n
          4716051944,\n
          4716051939\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379593,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051354,\n
          4716051355,\n
          4716051356,\n
          4716051357,\n
          4716051358,\n
          4716051359,\n
          4716051360,\n
          4716051361,\n
          4716051362,\n
          4716051363,\n
          4716051364,\n
          4716051365,\n
          4716051366,\n
          4716051367,\n
          4716051368,\n
          4716051369,\n
          4716051370,\n
          4716051371,\n
          4716051372,\n
          4716051373,\n
          4716051374,\n
          4716051375,\n
          4716051376,\n
          4716051377,\n
          4716051378,\n
          4716051379,\n
          4716051354\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379594,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716051112,\n
          4716051113,\n
          4716051114,\n
          4716051115,\n
          4716051116,\n
          4716051117,\n
          4716051118,\n
          4716051119,\n
          4716051112\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379595,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052369,\n
          4716052370,\n
          4716052371,\n
          4716052372,\n
          4716052373,\n
          4716052374,\n
          4716052369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478379596,\n
        "timestamp": "2017-03-04T07:03:40Z",\n
        "version": 1,\n
        "changeset": 46565532,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4716052409,\n
          4716052761,\n
          4716052762,\n
          4716052763,\n
          4716052409\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": 936872199,\n
        "timestamp": "2025-09-19T20:20:47Z",\n
        "version": 7,\n
        "changeset": 172180936,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8680849823,\n
          4716052749,\n
          4716052750,\n
          4716052751,\n
          8680849824,\n
          8680849825,\n
          8680849826,\n
          8680849827,\n
          8680849828,\n
          4716052449,\n
          4716051971,\n
          8680849829,\n
          8680849823\n
        ],\n
        "tags": {\n
          "addr:city": "Erlon",\n
          "addr:housenumber": "7",\n
          "addr:postcode": "02250",\n
          "addr:street": "Rue de l'Arbrisseau",\n
          "amenity": "school",\n
          "contact:email": "ce.0020413N@ac-amiens.fr",\n
          "contact:phone": "+33 323213708",\n
          "name": "École élémentaire",\n
          "operator:type": "public",\n
          "ref:FR:SIRET": "21020267700022",\n
          "ref:UAI": "0020413N",\n
          "school:FR": "élémentaire",\n
          "source": "Ministère de l'Éducation nationale, de l'Enseignement supérieur et de la Recherche - 2025-08",\n
          "start_date": "1966-11-05"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]