GET https://osm-labo.cipherbliss.com/admin/labourer/02228?deleteMissing=1&disableFollowUpCleanup=1

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"="02228"]->.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.564911
    "namelookup_time" => 0.000727
    "connect_time" => 0.042639
    "pretransfer_time" => 0.08878
    "size_upload" => 2410.0
    "size_download" => 39019.0
    "speed_download" => 7011.0
    "speed_upload" => 433.0
    "download_content_length" => 39019.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 5.523072
    "primary_ip" => "2a01:4f9:3051:3e48::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:88e4:cc06:423a:2464"
    "local_port" => 34044
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 88643
    "connect_time_us" => 42639
    "namelookup_time_us" => 727
    "pretransfer_time_us" => 88780
    "starttransfer_time_us" => 5523072
    "posttransfer_time_us" => 88778
    "total_time_us" => 5564911
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770166788.6177
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1084
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1057 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1068 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f9:3051:3e48::2, 2a01:4f8:261:3c4f::2\n
      * IPv4: 162.55.144.139, 65.109.112.52\n
      *   Trying [2a01:4f9:3051:3e48::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=lambert.openstreetmap.de\n
      *  start date: Jan 21 16:56:36 2026 GMT\n
      *  expire date: Apr 21 16:56:35 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f9:3051:3e48::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Wed, 04 Feb 2026 00:59:48 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 39019\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Wed, 04 Feb 2026 00:59:48 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 39019"
    "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-04T00:58:44Z",\n
          "timestamp_areas_base": "2026-01-23T01:22:35Z",\n
          "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n
        },\n
        "elements": [\n
      \n
      {\n
        "type": "node",\n
        "id": 4946619271,\n
        "lat": 49.0757738,\n
        "lon": 3.5426508,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619272,\n
        "lat": 49.0757990,\n
        "lon": 3.5424460,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619273,\n
        "lat": 49.0757357,\n
        "lon": 3.5425517,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619274,\n
        "lat": 49.0757773,\n
        "lon": 3.5426091,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619275,\n
        "lat": 49.0758406,\n
        "lon": 3.5425034,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619276,\n
        "lat": 49.0712488,\n
        "lon": 3.5367956,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619277,\n
        "lat": 49.0713458,\n
        "lon": 3.5367135,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619278,\n
        "lat": 49.0710106,\n
        "lon": 3.5379254,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619279,\n
        "lat": 49.0709932,\n
        "lon": 3.5378584,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619280,\n
        "lat": 49.0711032,\n
        "lon": 3.5377907,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619281,\n
        "lat": 49.0710708,\n
        "lon": 3.5376646,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619282,\n
        "lat": 49.0709595,\n
        "lon": 3.5377294,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619283,\n
        "lat": 49.0706128,\n
        "lon": 3.5372507,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619284,\n
        "lat": 49.0708170,\n
        "lon": 3.5380380,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619285,\n
        "lat": 49.0708048,\n
        "lon": 3.5371356,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619292,\n
        "lat": 49.0705317,\n
        "lon": 3.5382465,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619293,\n
        "lat": 49.0705877,\n
        "lon": 3.5382300,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619294,\n
        "lat": 49.0705804,\n
        "lon": 3.5381708,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619295,\n
        "lat": 49.0705234,\n
        "lon": 3.5381856,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619296,\n
        "lat": 49.0711372,\n
        "lon": 3.5382865,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619297,\n
        "lat": 49.0711553,\n
        "lon": 3.5383692,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619298,\n
        "lat": 49.0712313,\n
        "lon": 3.5383344,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619299,\n
        "lat": 49.0711987,\n
        "lon": 3.5381858,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619300,\n
        "lat": 49.0711548,\n
        "lon": 3.5382094,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619301,\n
        "lat": 49.0711493,\n
        "lon": 3.5381813,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619302,\n
        "lat": 49.0711029,\n
        "lon": 3.5382046,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619303,\n
        "lat": 49.0711091,\n
        "lon": 3.5382341,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619304,\n
        "lat": 49.0711239,\n
        "lon": 3.5382261,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619305,\n
        "lat": 49.0817410,\n
        "lon": 3.5343691,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619306,\n
        "lat": 49.0817759,\n
        "lon": 3.5344493,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619307,\n
        "lat": 49.0818250,\n
        "lon": 3.5344001,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619308,\n
        "lat": 49.0817925,\n
        "lon": 3.5343216,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619309,\n
        "lat": 49.0688530,\n
        "lon": 3.5437630,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619310,\n
        "lat": 49.0688469,\n
        "lon": 3.5437793,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619311,\n
        "lat": 49.0688453,\n
        "lon": 3.5438076,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619312,\n
        "lat": 49.0688476,\n
        "lon": 3.5438291,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619313,\n
        "lat": 49.0688542,\n
        "lon": 3.5438532,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619314,\n
        "lat": 49.0688662,\n
        "lon": 3.5438752,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619315,\n
        "lat": 49.0688798,\n
        "lon": 3.5438868,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619316,\n
        "lat": 49.0688997,\n
        "lon": 3.5438938,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619317,\n
        "lat": 49.0689188,\n
        "lon": 3.5438885,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619318,\n
        "lat": 49.0689337,\n
        "lon": 3.5438780,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619319,\n
        "lat": 49.0689435,\n
        "lon": 3.5438649,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946619320,\n
        "lat": 49.0689528,\n
        "lon": 3.5438437,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620884,\n
        "lat": 49.0708712,\n
        "lon": 3.5499207,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620885,\n
        "lat": 49.0708336,\n
        "lon": 3.5499365,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620886,\n
        "lat": 49.0708312,\n
        "lon": 3.5499328,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620887,\n
        "lat": 49.0707165,\n
        "lon": 3.5499811,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620888,\n
        "lat": 49.0707390,\n
        "lon": 3.5501030,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620889,\n
        "lat": 49.0708545,\n
        "lon": 3.5500551,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620890,\n
        "lat": 49.0708535,\n
        "lon": 3.5500477,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620891,\n
        "lat": 49.0708874,\n
        "lon": 3.5500340,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620892,\n
        "lat": 49.0714135,\n
        "lon": 3.5501151,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620893,\n
        "lat": 49.0713988,\n
        "lon": 3.5500012,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620894,\n
        "lat": 49.0713350,\n
        "lon": 3.5500219,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620895,\n
        "lat": 49.0713405,\n
        "lon": 3.5500679,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620896,\n
        "lat": 49.0713182,\n
        "lon": 3.5500777,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620897,\n
        "lat": 49.0713285,\n
        "lon": 3.5501500,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620898,\n
        "lat": 49.0731241,\n
        "lon": 3.5384906,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620899,\n
        "lat": 49.0731694,\n
        "lon": 3.5384710,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620900,\n
        "lat": 49.0731633,\n
        "lon": 3.5384371,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620901,\n
        "lat": 49.0732859,\n
        "lon": 3.5387476,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620902,\n
        "lat": 49.0732457,\n
        "lon": 3.5387449,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620903,\n
        "lat": 49.0732446,\n
        "lon": 3.5387656,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620904,\n
        "lat": 49.0731880,\n
        "lon": 3.5387629,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620905,\n
        "lat": 49.0731901,\n
        "lon": 3.5386947,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620906,\n
        "lat": 49.0730979,\n
        "lon": 3.5386881,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620907,\n
        "lat": 49.0730936,\n
        "lon": 3.5388998,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620908,\n
        "lat": 49.0731430,\n
        "lon": 3.5389019,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620909,\n
        "lat": 49.0731433,\n
        "lon": 3.5388913,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620910,\n
        "lat": 49.0731717,\n
        "lon": 3.5388918,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620911,\n
        "lat": 49.0731714,\n
        "lon": 3.5389030,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620912,\n
        "lat": 49.0732600,\n
        "lon": 3.5389066,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620913,\n
        "lat": 49.0732629,\n
        "lon": 3.5387964,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620914,\n
        "lat": 49.0732851,\n
        "lon": 3.5387972,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620915,\n
        "lat": 49.0732080,\n
        "lon": 3.5386012,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620916,\n
        "lat": 49.0732144,\n
        "lon": 3.5386428,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620917,\n
        "lat": 49.0732705,\n
        "lon": 3.5386221,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620918,\n
        "lat": 49.0732647,\n
        "lon": 3.5385837,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620919,\n
        "lat": 49.0733767,\n
        "lon": 3.5385373,\n
        "timestamp": "2017-07-02T07:37:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946620920,\n
        "lat": 49.0734718,\n
        "lon": 3.5384770,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621869,\n
        "lat": 49.0723697,\n
        "lon": 3.5401816,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621870,\n
        "lat": 49.0722906,\n
        "lon": 3.5403744,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621871,\n
        "lat": 49.0723181,\n
        "lon": 3.5407636,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621872,\n
        "lat": 49.0722283,\n
        "lon": 3.5408029,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621873,\n
        "lat": 49.0722363,\n
        "lon": 3.5408430,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621874,\n
        "lat": 49.0723263,\n
        "lon": 3.5408040,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621875,\n
        "lat": 49.0723866,\n
        "lon": 3.5407333,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621876,\n
        "lat": 49.0723923,\n
        "lon": 3.5407648,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621877,\n
        "lat": 49.0723804,\n
        "lon": 3.5407708,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621878,\n
        "lat": 49.0723869,\n
        "lon": 3.5408033,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621879,\n
        "lat": 49.0724003,\n
        "lon": 3.5407980,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621880,\n
        "lat": 49.0724105,\n
        "lon": 3.5408497,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621881,\n
        "lat": 49.0724820,\n
        "lon": 3.5408162,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621882,\n
        "lat": 49.0724605,\n
        "lon": 3.5407010,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621883,\n
        "lat": 49.0722233,\n
        "lon": 3.5414234,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621884,\n
        "lat": 49.0722361,\n
        "lon": 3.5415021,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621885,\n
        "lat": 49.0723199,\n
        "lon": 3.5414775,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621886,\n
        "lat": 49.0724494,\n
        "lon": 3.5415891,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621887,\n
        "lat": 49.0723836,\n
        "lon": 3.5416166,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621888,\n
        "lat": 49.0724919,\n
        "lon": 3.5417512,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621889,\n
        "lat": 49.0724800,\n
        "lon": 3.5417560,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621890,\n
        "lat": 49.0724208,\n
        "lon": 3.5418288,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621891,\n
        "lat": 49.0725007,\n
        "lon": 3.5417984,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621892,\n
        "lat": 49.0721808,\n
        "lon": 3.5412358,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621893,\n
        "lat": 49.0721636,\n
        "lon": 3.5412418,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621894,\n
        "lat": 49.0721457,\n
        "lon": 3.5411396,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621895,\n
        "lat": 49.0720807,\n
        "lon": 3.5411637,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621896,\n
        "lat": 49.0721122,\n
        "lon": 3.5413466,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621897,\n
        "lat": 49.0721775,\n
        "lon": 3.5413216,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621898,\n
        "lat": 49.0721736,\n
        "lon": 3.5412988,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621899,\n
        "lat": 49.0721901,\n
        "lon": 3.5412908,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621900,\n
        "lat": 49.0723089,\n
        "lon": 3.5413927,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621901,\n
        "lat": 49.0719796,\n
        "lon": 3.5394587,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621902,\n
        "lat": 49.0719840,\n
        "lon": 3.5394815,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621903,\n
        "lat": 49.0720180,\n
        "lon": 3.5394679,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621904,\n
        "lat": 49.0720133,\n
        "lon": 3.5394438,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621905,\n
        "lat": 49.0720357,\n
        "lon": 3.5394339,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621906,\n
        "lat": 49.0720133,\n
        "lon": 3.5393177,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621907,\n
        "lat": 49.0719368,\n
        "lon": 3.5393519,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621908,\n
        "lat": 49.0719586,\n
        "lon": 3.5394679,\n
        "timestamp": "2017-07-02T07:37:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621909,\n
        "lat": 49.0717401,\n
        "lon": 3.5393284,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621910,\n
        "lat": 49.0716800,\n
        "lon": 3.5393575,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621911,\n
        "lat": 49.0716942,\n
        "lon": 3.5394248,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621912,\n
        "lat": 49.0717545,\n
        "lon": 3.5393952,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621913,\n
        "lat": 49.0723207,\n
        "lon": 3.5398403,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621914,\n
        "lat": 49.0722202,\n
        "lon": 3.5398921,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621915,\n
        "lat": 49.0722262,\n
        "lon": 3.5399247,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621916,\n
        "lat": 49.0722120,\n
        "lon": 3.5399333,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621917,\n
        "lat": 49.0722214,\n
        "lon": 3.5399722,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621918,\n
        "lat": 49.0723345,\n
        "lon": 3.5399108,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621919,\n
        "lat": 49.0722794,\n
        "lon": 3.5398616,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946621920,\n
        "lat": 49.0723098,\n
        "lon": 3.5397846,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622421,\n
        "lat": 49.0734551,\n
        "lon": 3.5384137,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622422,\n
        "lat": 49.0733833,\n
        "lon": 3.5384554,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622423,\n
        "lat": 49.0733797,\n
        "lon": 3.5384356,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622424,\n
        "lat": 49.0733648,\n
        "lon": 3.5384409,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622425,\n
        "lat": 49.0733682,\n
        "lon": 3.5384629,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622426,\n
        "lat": 49.0732299,\n
        "lon": 3.5385190,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622427,\n
        "lat": 49.0732329,\n
        "lon": 3.5385434,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622428,\n
        "lat": 49.0732444,\n
        "lon": 3.5385389,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622429,\n
        "lat": 49.0732461,\n
        "lon": 3.5385518,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622430,\n
        "lat": 49.0732037,\n
        "lon": 3.5385627,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622431,\n
        "lat": 49.0731919,\n
        "lon": 3.5385011,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622432,\n
        "lat": 49.0731764,\n
        "lon": 3.5385090,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622433,\n
        "lat": 49.0731858,\n
        "lon": 3.5385604,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622434,\n
        "lat": 49.0731817,\n
        "lon": 3.5385628,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622435,\n
        "lat": 49.0731907,\n
        "lon": 3.5386065,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622436,\n
        "lat": 49.0731487,\n
        "lon": 3.5383577,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622437,\n
        "lat": 49.0731681,\n
        "lon": 3.5384351,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622438,\n
        "lat": 49.0731742,\n
        "lon": 3.5384688,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622439,\n
        "lat": 49.0732915,\n
        "lon": 3.5384137,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622440,\n
        "lat": 49.0732675,\n
        "lon": 3.5383140,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622441,\n
        "lat": 49.0732259,\n
        "lon": 3.5383345,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622442,\n
        "lat": 49.0732229,\n
        "lon": 3.5383211,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622443,\n
        "lat": 49.0731024,\n
        "lon": 3.5383806,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622444,\n
        "lat": 49.0730561,\n
        "lon": 3.5384035,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622445,\n
        "lat": 49.0730779,\n
        "lon": 3.5385107,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622446,\n
        "lat": 49.0731337,\n
        "lon": 3.5385402,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622447,\n
        "lat": 49.0731788,\n
        "lon": 3.5385219,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622448,\n
        "lat": 49.0728302,\n
        "lon": 3.5384792,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622449,\n
        "lat": 49.0728443,\n
        "lon": 3.5386257,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622450,\n
        "lat": 49.0729210,\n
        "lon": 3.5386060,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622451,\n
        "lat": 49.0729062,\n
        "lon": 3.5384605,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622452,\n
        "lat": 49.0728134,\n
        "lon": 3.5380272,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622453,\n
        "lat": 49.0727523,\n
        "lon": 3.5379729,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622454,\n
        "lat": 49.0727856,\n
        "lon": 3.5380529,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622455,\n
        "lat": 49.0728223,\n
        "lon": 3.5380498,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622456,\n
        "lat": 49.0728632,\n
        "lon": 3.5380130,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622457,\n
        "lat": 49.0728544,\n
        "lon": 3.5379921,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622458,\n
        "lat": 49.0728778,\n
        "lon": 3.5379696,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622459,\n
        "lat": 49.0728543,\n
        "lon": 3.5379038,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622460,\n
        "lat": 49.0728995,\n
        "lon": 3.5378610,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622461,\n
        "lat": 49.0728793,\n
        "lon": 3.5378098,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622462,\n
        "lat": 49.0727674,\n
        "lon": 3.5379131,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622463,\n
        "lat": 49.0727804,\n
        "lon": 3.5379473,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622464,\n
        "lat": 49.0729507,\n
        "lon": 3.5372916,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622465,\n
        "lat": 49.0728452,\n
        "lon": 3.5374798,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622466,\n
        "lat": 49.0728242,\n
        "lon": 3.5374549,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622467,\n
        "lat": 49.0727913,\n
        "lon": 3.5375182,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622468,\n
        "lat": 49.0728513,\n
        "lon": 3.5376125,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622469,\n
        "lat": 49.0728935,\n
        "lon": 3.5375376,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622470,\n
        "lat": 49.0728892,\n
        "lon": 3.5375303,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622471,\n
        "lat": 49.0729605,\n
        "lon": 3.5374022,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622472,\n
        "lat": 49.0729796,\n
        "lon": 3.5374230,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622473,\n
        "lat": 49.0730095,\n
        "lon": 3.5373666,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622474,\n
        "lat": 49.0728543,\n
        "lon": 3.5371898,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622475,\n
        "lat": 49.0727264,\n
        "lon": 3.5373856,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622476,\n
        "lat": 49.0727757,\n
        "lon": 3.5374551,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622477,\n
        "lat": 49.0728619,\n
        "lon": 3.5373190,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622478,\n
        "lat": 49.0728743,\n
        "lon": 3.5373361,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622479,\n
        "lat": 49.0729083,\n
        "lon": 3.5372828,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622480,\n
        "lat": 49.0729055,\n
        "lon": 3.5372620,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622481,\n
        "lat": 49.0725896,\n
        "lon": 3.5373184,\n
        "timestamp": "2017-07-02T07:37:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622482,\n
        "lat": 49.0726002,\n
        "lon": 3.5373126,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622483,\n
        "lat": 49.0725983,\n
        "lon": 3.5373003,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622484,\n
        "lat": 49.0726322,\n
        "lon": 3.5372845,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622485,\n
        "lat": 49.0726048,\n
        "lon": 3.5370854,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622486,\n
        "lat": 49.0725365,\n
        "lon": 3.5371099,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622487,\n
        "lat": 49.0726890,\n
        "lon": 3.5372581,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622488,\n
        "lat": 49.0726893,\n
        "lon": 3.5372518,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622489,\n
        "lat": 49.0727229,\n
        "lon": 3.5372358,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622490,\n
        "lat": 49.0727205,\n
        "lon": 3.5372236,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622491,\n
        "lat": 49.0727650,\n
        "lon": 3.5371849,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622492,\n
        "lat": 49.0727304,\n
        "lon": 3.5370806,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622493,\n
        "lat": 49.0726765,\n
        "lon": 3.5371122,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622494,\n
        "lat": 49.0726805,\n
        "lon": 3.5371433,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622495,\n
        "lat": 49.0726168,\n
        "lon": 3.5371729,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622496,\n
        "lat": 49.0724337,\n
        "lon": 3.5373861,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622497,\n
        "lat": 49.0724601,\n
        "lon": 3.5373753,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622498,\n
        "lat": 49.0724534,\n
        "lon": 3.5373328,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622499,\n
        "lat": 49.0725595,\n
        "lon": 3.5372901,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622500,\n
        "lat": 49.0725365,\n
        "lon": 3.5371857,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622501,\n
        "lat": 49.0724050,\n
        "lon": 3.5372317,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622502,\n
        "lat": 49.0729178,\n
        "lon": 3.5370596,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622503,\n
        "lat": 49.0729547,\n
        "lon": 3.5370060,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622504,\n
        "lat": 49.0729297,\n
        "lon": 3.5369626,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622505,\n
        "lat": 49.0729018,\n
        "lon": 3.5370321,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622506,\n
        "lat": 49.0724445,\n
        "lon": 3.5368380,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622507,\n
        "lat": 49.0724710,\n
        "lon": 3.5368294,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622508,\n
        "lat": 49.0724542,\n
        "lon": 3.5367467,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622509,\n
        "lat": 49.0724289,\n
        "lon": 3.5367578,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622510,\n
        "lat": 49.0723837,\n
        "lon": 3.5368650,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622511,\n
        "lat": 49.0724265,\n
        "lon": 3.5367453,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622512,\n
        "lat": 49.0723648,\n
        "lon": 3.5367728,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622513,\n
        "lat": 49.0723143,\n
        "lon": 3.5367961,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622514,\n
        "lat": 49.0723113,\n
        "lon": 3.5367832,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622515,\n
        "lat": 49.0722475,\n
        "lon": 3.5368143,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622516,\n
        "lat": 49.0722651,\n
        "lon": 3.5369178,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622517,\n
        "lat": 49.0722053,\n
        "lon": 3.5371527,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622518,\n
        "lat": 49.0722787,\n
        "lon": 3.5371192,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622519,\n
        "lat": 49.0722401,\n
        "lon": 3.5369290,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622520,\n
        "lat": 49.0721723,\n
        "lon": 3.5368518,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622521,\n
        "lat": 49.0721901,\n
        "lon": 3.5369538,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622522,\n
        "lat": 49.0721676,\n
        "lon": 3.5369656,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622523,\n
        "lat": 49.0722217,\n
        "lon": 3.5372276,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622524,\n
        "lat": 49.0722942,\n
        "lon": 3.5371956,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622525,\n
        "lat": 49.0722552,\n
        "lon": 3.5373565,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622526,\n
        "lat": 49.0722948,\n
        "lon": 3.5373387,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622527,\n
        "lat": 49.0723203,\n
        "lon": 3.5373238,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622528,\n
        "lat": 49.0722503,\n
        "lon": 3.5373587,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622529,\n
        "lat": 49.0721561,\n
        "lon": 3.5374719,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622530,\n
        "lat": 49.0721871,\n
        "lon": 3.5374583,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622531,\n
        "lat": 49.0721739,\n
        "lon": 3.5373762,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622532,\n
        "lat": 49.0721416,\n
        "lon": 3.5373894,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622533,\n
        "lat": 49.0719510,\n
        "lon": 3.5368587,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622534,\n
        "lat": 49.0720257,\n
        "lon": 3.5372280,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622535,\n
        "lat": 49.0720848,\n
        "lon": 3.5372048,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622536,\n
        "lat": 49.0720769,\n
        "lon": 3.5371578,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622537,\n
        "lat": 49.0721204,\n
        "lon": 3.5371387,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622538,\n
        "lat": 49.0720597,\n
        "lon": 3.5368106,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622539,\n
        "lat": 49.0717662,\n
        "lon": 3.5366530,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622540,\n
        "lat": 49.0716860,\n
        "lon": 3.5367191,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622541,\n
        "lat": 49.0717200,\n
        "lon": 3.5368125,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622542,\n
        "lat": 49.0717328,\n
        "lon": 3.5368026,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622543,\n
        "lat": 49.0717416,\n
        "lon": 3.5368281,\n
        "timestamp": "2017-07-02T07:37:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622544,\n
        "lat": 49.0717565,\n
        "lon": 3.5368180,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622545,\n
        "lat": 49.0718094,\n
        "lon": 3.5367733,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622546,\n
        "lat": 49.0722269,\n
        "lon": 3.5378605,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622547,\n
        "lat": 49.0721647,\n
        "lon": 3.5378903,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622548,\n
        "lat": 49.0721514,\n
        "lon": 3.5378248,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622549,\n
        "lat": 49.0720914,\n
        "lon": 3.5378524,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622550,\n
        "lat": 49.0721350,\n
        "lon": 3.5380812,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622551,\n
        "lat": 49.0721867,\n
        "lon": 3.5380595,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622552,\n
        "lat": 49.0721786,\n
        "lon": 3.5380152,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622553,\n
        "lat": 49.0722210,\n
        "lon": 3.5379961,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622554,\n
        "lat": 49.0722044,\n
        "lon": 3.5378961,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622555,\n
        "lat": 49.0722406,\n
        "lon": 3.5378796,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622556,\n
        "lat": 49.0722550,\n
        "lon": 3.5379556,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622557,\n
        "lat": 49.0723072,\n
        "lon": 3.5379339,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622558,\n
        "lat": 49.0722962,\n
        "lon": 3.5378273,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622559,\n
        "lat": 49.0723082,\n
        "lon": 3.5379440,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622560,\n
        "lat": 49.0722978,\n
        "lon": 3.5379457,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622561,\n
        "lat": 49.0722989,\n
        "lon": 3.5379661,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622562,\n
        "lat": 49.0723103,\n
        "lon": 3.5379643,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622563,\n
        "lat": 49.0723391,\n
        "lon": 3.5382456,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622564,\n
        "lat": 49.0723840,\n
        "lon": 3.5382349,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622565,\n
        "lat": 49.0723786,\n
        "lon": 3.5381823,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622566,\n
        "lat": 49.0723335,\n
        "lon": 3.5381916,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622567,\n
        "lat": 49.0723453,\n
        "lon": 3.5383065,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622568,\n
        "lat": 49.0723360,\n
        "lon": 3.5383079,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622569,\n
        "lat": 49.0723368,\n
        "lon": 3.5383219,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622570,\n
        "lat": 49.0723468,\n
        "lon": 3.5383211,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622571,\n
        "lat": 49.0724306,\n
        "lon": 3.5382719,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622572,\n
        "lat": 49.0724470,\n
        "lon": 3.5384803,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622573,\n
        "lat": 49.0725258,\n
        "lon": 3.5384632,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622574,\n
        "lat": 49.0725076,\n
        "lon": 3.5382562,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622575,\n
        "lat": 49.0724949,\n
        "lon": 3.5379183,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622576,\n
        "lat": 49.0725110,\n
        "lon": 3.5380281,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622577,\n
        "lat": 49.0726154,\n
        "lon": 3.5379917,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622578,\n
        "lat": 49.0725992,\n
        "lon": 3.5378850,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622579,\n
        "lat": 49.0723832,\n
        "lon": 3.5392183,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622580,\n
        "lat": 49.0724604,\n
        "lon": 3.5391826,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622581,\n
        "lat": 49.0724350,\n
        "lon": 3.5390538,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622582,\n
        "lat": 49.0723709,\n
        "lon": 3.5390805,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622583,\n
        "lat": 49.0723839,\n
        "lon": 3.5391525,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622584,\n
        "lat": 49.0723715,\n
        "lon": 3.5391591,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622585,\n
        "lat": 49.0728317,\n
        "lon": 3.5394000,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622586,\n
        "lat": 49.0728400,\n
        "lon": 3.5394259,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622587,\n
        "lat": 49.0728747,\n
        "lon": 3.5394001,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622588,\n
        "lat": 49.0728666,\n
        "lon": 3.5393744,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622589,\n
        "lat": 49.0729024,\n
        "lon": 3.5393458,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622590,\n
        "lat": 49.0728527,\n
        "lon": 3.5391850,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622591,\n
        "lat": 49.0728025,\n
        "lon": 3.5392255,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622592,\n
        "lat": 49.0728505,\n
        "lon": 3.5393855,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622593,\n
        "lat": 49.0724269,\n
        "lon": 3.5375169,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622594,\n
        "lat": 49.0724283,\n
        "lon": 3.5375308,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622595,\n
        "lat": 49.0724226,\n
        "lon": 3.5375324,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622596,\n
        "lat": 49.0724237,\n
        "lon": 3.5375438,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622597,\n
        "lat": 49.0724295,\n
        "lon": 3.5375424,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622598,\n
        "lat": 49.0724319,\n
        "lon": 3.5375648,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622599,\n
        "lat": 49.0724260,\n
        "lon": 3.5375666,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622600,\n
        "lat": 49.0724269,\n
        "lon": 3.5375765,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622601,\n
        "lat": 49.0724329,\n
        "lon": 3.5375751,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622602,\n
        "lat": 49.0724351,\n
        "lon": 3.5375962,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622603,\n
        "lat": 49.0724291,\n
        "lon": 3.5375983,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622604,\n
        "lat": 49.0724301,\n
        "lon": 3.5376090,\n
        "timestamp": "2017-07-02T07:37:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622605,\n
        "lat": 49.0724363,\n
        "lon": 3.5376072,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622606,\n
        "lat": 49.0724372,\n
        "lon": 3.5376155,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622607,\n
        "lat": 49.0724764,\n
        "lon": 3.5376069,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622608,\n
        "lat": 49.0724657,\n
        "lon": 3.5375077,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622609,\n
        "lat": 49.0718382,\n
        "lon": 3.5384906,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622610,\n
        "lat": 49.0718692,\n
        "lon": 3.5385736,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622611,\n
        "lat": 49.0718729,\n
        "lon": 3.5385597,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622612,\n
        "lat": 49.0718593,\n
        "lon": 3.5384961,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622613,\n
        "lat": 49.0718496,\n
        "lon": 3.5384858,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622614,\n
        "lat": 49.0717889,\n
        "lon": 3.5386146,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622615,\n
        "lat": 49.0718284,\n
        "lon": 3.5384467,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622616,\n
        "lat": 49.0718053,\n
        "lon": 3.5384601,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622617,\n
        "lat": 49.0718116,\n
        "lon": 3.5384890,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622618,\n
        "lat": 49.0717662,\n
        "lon": 3.5385125,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622619,\n
        "lat": 49.0718218,\n
        "lon": 3.5387405,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622620,\n
        "lat": 49.0718637,\n
        "lon": 3.5387184,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622721,\n
        "lat": 49.0718386,\n
        "lon": 3.5385892,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622722,\n
        "lat": 49.0718377,\n
        "lon": 3.5387995,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622723,\n
        "lat": 49.0718782,\n
        "lon": 3.5389868,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622724,\n
        "lat": 49.0719338,\n
        "lon": 3.5389599,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622725,\n
        "lat": 49.0718844,\n
        "lon": 3.5387075,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622726,\n
        "lat": 49.0714691,\n
        "lon": 3.5373643,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622727,\n
        "lat": 49.0714748,\n
        "lon": 3.5373816,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622728,\n
        "lat": 49.0714864,\n
        "lon": 3.5373726,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622729,\n
        "lat": 49.0714811,\n
        "lon": 3.5373538,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622730,\n
        "lat": 49.0715410,\n
        "lon": 3.5373006,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622731,\n
        "lat": 49.0715267,\n
        "lon": 3.5372616,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622732,\n
        "lat": 49.0715398,\n
        "lon": 3.5372509,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622733,\n
        "lat": 49.0715310,\n
        "lon": 3.5372269,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622734,\n
        "lat": 49.0715167,\n
        "lon": 3.5372345,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622735,\n
        "lat": 49.0714946,\n
        "lon": 3.5371746,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622736,\n
        "lat": 49.0714087,\n
        "lon": 3.5372464,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622737,\n
        "lat": 49.0714117,\n
        "lon": 3.5372545,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622738,\n
        "lat": 49.0713965,\n
        "lon": 3.5372672,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622739,\n
        "lat": 49.0714002,\n
        "lon": 3.5372798,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622740,\n
        "lat": 49.0713924,\n
        "lon": 3.5372877,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622741,\n
        "lat": 49.0713999,\n
        "lon": 3.5373099,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622742,\n
        "lat": 49.0714096,\n
        "lon": 3.5373046,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622743,\n
        "lat": 49.0714158,\n
        "lon": 3.5373167,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622744,\n
        "lat": 49.0714315,\n
        "lon": 3.5373069,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622745,\n
        "lat": 49.0714571,\n
        "lon": 3.5373750,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622756,\n
        "lat": 49.0713748,\n
        "lon": 3.5383514,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622757,\n
        "lat": 49.0713916,\n
        "lon": 3.5384306,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622758,\n
        "lat": 49.0713983,\n
        "lon": 3.5384276,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622759,\n
        "lat": 49.0714163,\n
        "lon": 3.5385093,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622760,\n
        "lat": 49.0715232,\n
        "lon": 3.5384553,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622761,\n
        "lat": 49.0715211,\n
        "lon": 3.5384454,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622762,\n
        "lat": 49.0716158,\n
        "lon": 3.5383991,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622763,\n
        "lat": 49.0715830,\n
        "lon": 3.5382429,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622764,\n
        "lat": 49.0714702,\n
        "lon": 3.5382298,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622765,\n
        "lat": 49.0715252,\n
        "lon": 3.5382022,\n
        "timestamp": "2017-07-02T07:37:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622766,\n
        "lat": 49.0714888,\n
        "lon": 3.5380288,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622767,\n
        "lat": 49.0714337,\n
        "lon": 3.5380571,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622768,\n
        "lat": 49.0716542,\n
        "lon": 3.5381805,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622769,\n
        "lat": 49.0717216,\n
        "lon": 3.5381322,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622770,\n
        "lat": 49.0716918,\n
        "lon": 3.5380320,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622771,\n
        "lat": 49.0716995,\n
        "lon": 3.5380248,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622772,\n
        "lat": 49.0716835,\n
        "lon": 3.5379719,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622773,\n
        "lat": 49.0716080,\n
        "lon": 3.5380220,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622774,\n
        "lat": 49.0716041,\n
        "lon": 3.5380088,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622775,\n
        "lat": 49.0715779,\n
        "lon": 3.5380262,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622776,\n
        "lat": 49.0716087,\n
        "lon": 3.5381326,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622777,\n
        "lat": 49.0716355,\n
        "lon": 3.5381161,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622778,\n
        "lat": 49.0716308,\n
        "lon": 3.5381972,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622779,\n
        "lat": 49.0716529,\n
        "lon": 3.5382692,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622780,\n
        "lat": 49.0717531,\n
        "lon": 3.5382015,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622781,\n
        "lat": 49.0717302,\n
        "lon": 3.5381260,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622782,\n
        "lat": 49.0720498,\n
        "lon": 3.5387192,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622783,\n
        "lat": 49.0720553,\n
        "lon": 3.5387393,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622784,\n
        "lat": 49.0719977,\n
        "lon": 3.5387773,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622785,\n
        "lat": 49.0719990,\n
        "lon": 3.5387851,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622786,\n
        "lat": 49.0719871,\n
        "lon": 3.5387908,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622787,\n
        "lat": 49.0719677,\n
        "lon": 3.5387071,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622788,\n
        "lat": 49.0719355,\n
        "lon": 3.5387228,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622789,\n
        "lat": 49.0719737,\n
        "lon": 3.5388987,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622790,\n
        "lat": 49.0721198,\n
        "lon": 3.5388091,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622791,\n
        "lat": 49.0720787,\n
        "lon": 3.5386343,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622792,\n
        "lat": 49.0720450,\n
        "lon": 3.5385180,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622793,\n
        "lat": 49.0720015,\n
        "lon": 3.5385442,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622794,\n
        "lat": 49.0721399,\n
        "lon": 3.5390539,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622795,\n
        "lat": 49.0721531,\n
        "lon": 3.5390441,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622796,\n
        "lat": 49.0721311,\n
        "lon": 3.5389668,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622797,\n
        "lat": 49.0719897,\n
        "lon": 3.5390667,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622798,\n
        "lat": 49.0720137,\n
        "lon": 3.5391478,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622799,\n
        "lat": 49.0721484,\n
        "lon": 3.5390848,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622800,\n
        "lat": 49.0721702,\n
        "lon": 3.5390712,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622801,\n
        "lat": 49.0721635,\n
        "lon": 3.5390364,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622802,\n
        "lat": 49.0721333,\n
        "lon": 3.5392393,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622803,\n
        "lat": 49.0721441,\n
        "lon": 3.5392913,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622804,\n
        "lat": 49.0721963,\n
        "lon": 3.5392685,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622805,\n
        "lat": 49.0721861,\n
        "lon": 3.5392157,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622806,\n
        "lat": 49.0718359,\n
        "lon": 3.5392074,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622807,\n
        "lat": 49.0718113,\n
        "lon": 3.5392267,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622808,\n
        "lat": 49.0718333,\n
        "lon": 3.5392927,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622809,\n
        "lat": 49.0718577,\n
        "lon": 3.5392740,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622810,\n
        "lat": 49.0728712,\n
        "lon": 3.5401663,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622811,\n
        "lat": 49.0729332,\n
        "lon": 3.5401396,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622812,\n
        "lat": 49.0729154,\n
        "lon": 3.5400611,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622813,\n
        "lat": 49.0728573,\n
        "lon": 3.5400935,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622814,\n
        "lat": 49.0730748,\n
        "lon": 3.5397405,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622815,\n
        "lat": 49.0731485,\n
        "lon": 3.5396649,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622816,\n
        "lat": 49.0731072,\n
        "lon": 3.5395855,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622817,\n
        "lat": 49.0730939,\n
        "lon": 3.5395982,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622818,\n
        "lat": 49.0730795,\n
        "lon": 3.5395707,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622819,\n
        "lat": 49.0730603,\n
        "lon": 3.5395608,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622820,\n
        "lat": 49.0730281,\n
        "lon": 3.5395950,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622921,\n
        "lat": 49.0730507,\n
        "lon": 3.5396470,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622922,\n
        "lat": 49.0730394,\n
        "lon": 3.5396617,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622923,\n
        "lat": 49.0724986,\n
        "lon": 3.5395200,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622924,\n
        "lat": 49.0724888,\n
        "lon": 3.5394730,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622925,\n
        "lat": 49.0724601,\n
        "lon": 3.5394925,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622926,\n
        "lat": 49.0724699,\n
        "lon": 3.5395344,\n
        "timestamp": "2017-07-02T07:37:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622927,\n
        "lat": 49.0725041,\n
        "lon": 3.5395461,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622928,\n
        "lat": 49.0725755,\n
        "lon": 3.5395068,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622929,\n
        "lat": 49.0725575,\n
        "lon": 3.5394272,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622930,\n
        "lat": 49.0725273,\n
        "lon": 3.5396448,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622931,\n
        "lat": 49.0725711,\n
        "lon": 3.5396242,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622932,\n
        "lat": 49.0726238,\n
        "lon": 3.5395920,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622933,\n
        "lat": 49.0726203,\n
        "lon": 3.5395771,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622934,\n
        "lat": 49.0725969,\n
        "lon": 3.5395889,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622935,\n
        "lat": 49.0725789,\n
        "lon": 3.5395141,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622936,\n
        "lat": 49.0726189,\n
        "lon": 3.5394918,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622937,\n
        "lat": 49.0726401,\n
        "lon": 3.5395821,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622938,\n
        "lat": 49.0726631,\n
        "lon": 3.5395658,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622939,\n
        "lat": 49.0726226,\n
        "lon": 3.5393837,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622940,\n
        "lat": 49.0726229,\n
        "lon": 3.5397680,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622941,\n
        "lat": 49.0725971,\n
        "lon": 3.5396550,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622942,\n
        "lat": 49.0726108,\n
        "lon": 3.5396464,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622943,\n
        "lat": 49.0726019,\n
        "lon": 3.5396054,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622944,\n
        "lat": 49.0725619,\n
        "lon": 3.5398024,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622945,\n
        "lat": 49.0726457,\n
        "lon": 3.5396060,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622946,\n
        "lat": 49.0726687,\n
        "lon": 3.5395909,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622947,\n
        "lat": 49.0728079,\n
        "lon": 3.5395049,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622948,\n
        "lat": 49.0727998,\n
        "lon": 3.5394684,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622949,\n
        "lat": 49.0726642,\n
        "lon": 3.5396861,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622950,\n
        "lat": 49.0726833,\n
        "lon": 3.5396888,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622951,\n
        "lat": 49.0728274,\n
        "lon": 3.5395925,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622952,\n
        "lat": 49.0728136,\n
        "lon": 3.5395021,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622953,\n
        "lat": 49.0728383,\n
        "lon": 3.5396023,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622954,\n
        "lat": 49.0728822,\n
        "lon": 3.5395753,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622955,\n
        "lat": 49.0728378,\n
        "lon": 3.5394183,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622956,\n
        "lat": 49.0727953,\n
        "lon": 3.5394485,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622957,\n
        "lat": 49.0729428,\n
        "lon": 3.5395378,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622958,\n
        "lat": 49.0729231,\n
        "lon": 3.5394644,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622959,\n
        "lat": 49.0728617,\n
        "lon": 3.5395019,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622960,\n
        "lat": 49.0725186,\n
        "lon": 3.5398619,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622961,\n
        "lat": 49.0724778,\n
        "lon": 3.5398843,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622962,\n
        "lat": 49.0724907,\n
        "lon": 3.5399522,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622963,\n
        "lat": 49.0725337,\n
        "lon": 3.5399305,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622964,\n
        "lat": 49.0727028,\n
        "lon": 3.5400246,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622965,\n
        "lat": 49.0726891,\n
        "lon": 3.5399597,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622966,\n
        "lat": 49.0726847,\n
        "lon": 3.5399495,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622967,\n
        "lat": 49.0725390,\n
        "lon": 3.5400272,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622968,\n
        "lat": 49.0725353,\n
        "lon": 3.5400085,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622969,\n
        "lat": 49.0725040,\n
        "lon": 3.5400215,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622970,\n
        "lat": 49.0725241,\n
        "lon": 3.5401266,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622971,\n
        "lat": 49.0725875,\n
        "lon": 3.5400928,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622972,\n
        "lat": 49.0726408,\n
        "lon": 3.5398465,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622973,\n
        "lat": 49.0726790,\n
        "lon": 3.5398224,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622974,\n
        "lat": 49.0726609,\n
        "lon": 3.5397467,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622975,\n
        "lat": 49.0726956,\n
        "lon": 3.5398642,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622976,\n
        "lat": 49.0726851,\n
        "lon": 3.5398185,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622977,\n
        "lat": 49.0726537,\n
        "lon": 3.5398766,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622978,\n
        "lat": 49.0727076,\n
        "lon": 3.5399160,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622979,\n
        "lat": 49.0727562,\n
        "lon": 3.5398921,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622980,\n
        "lat": 49.0727336,\n
        "lon": 3.5397918,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622981,\n
        "lat": 49.0727763,\n
        "lon": 3.5399813,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622982,\n
        "lat": 49.0727599,\n
        "lon": 3.5399085,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622983,\n
        "lat": 49.0728548,\n
        "lon": 3.5398568,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622984,\n
        "lat": 49.0728287,\n
        "lon": 3.5397395,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622985,\n
        "lat": 49.0728883,\n
        "lon": 3.5398385,\n
        "timestamp": "2017-07-02T07:37:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622986,\n
        "lat": 49.0728622,\n
        "lon": 3.5397210,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622987,\n
        "lat": 49.0729203,\n
        "lon": 3.5398226,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622988,\n
        "lat": 49.0729228,\n
        "lon": 3.5398186,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622989,\n
        "lat": 49.0728971,\n
        "lon": 3.5397017,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622990,\n
        "lat": 49.0726766,\n
        "lon": 3.5405881,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622991,\n
        "lat": 49.0726775,\n
        "lon": 3.5406214,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622992,\n
        "lat": 49.0727116,\n
        "lon": 3.5406189,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622993,\n
        "lat": 49.0727115,\n
        "lon": 3.5405875,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622994,\n
        "lat": 49.0728269,\n
        "lon": 3.5402265,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622995,\n
        "lat": 49.0727305,\n
        "lon": 3.5402770,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622996,\n
        "lat": 49.0727284,\n
        "lon": 3.5402655,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622997,\n
        "lat": 49.0726625,\n
        "lon": 3.5403022,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622998,\n
        "lat": 49.0727313,\n
        "lon": 3.5405908,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946622999,\n
        "lat": 49.0728045,\n
        "lon": 3.5405833,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623000,\n
        "lat": 49.0727565,\n
        "lon": 3.5403715,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623001,\n
        "lat": 49.0727736,\n
        "lon": 3.5403620,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623002,\n
        "lat": 49.0727694,\n
        "lon": 3.5403382,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623003,\n
        "lat": 49.0728424,\n
        "lon": 3.5403004,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623004,\n
        "lat": 49.0728590,\n
        "lon": 3.5405744,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623005,\n
        "lat": 49.0728702,\n
        "lon": 3.5407030,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623006,\n
        "lat": 49.0730124,\n
        "lon": 3.5406792,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623007,\n
        "lat": 49.0730018,\n
        "lon": 3.5405458,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623008,\n
        "lat": 49.0729532,\n
        "lon": 3.5404299,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623009,\n
        "lat": 49.0729640,\n
        "lon": 3.5404816,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623010,\n
        "lat": 49.0729936,\n
        "lon": 3.5404685,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623011,\n
        "lat": 49.0729842,\n
        "lon": 3.5404136,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623012,\n
        "lat": 49.0728861,\n
        "lon": 3.5402437,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623013,\n
        "lat": 49.0729015,\n
        "lon": 3.5403242,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623014,\n
        "lat": 49.0729086,\n
        "lon": 3.5403224,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623015,\n
        "lat": 49.0729133,\n
        "lon": 3.5403503,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623016,\n
        "lat": 49.0729678,\n
        "lon": 3.5403282,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623017,\n
        "lat": 49.0729472,\n
        "lon": 3.5402176,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623018,\n
        "lat": 49.0730581,\n
        "lon": 3.5402035,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623019,\n
        "lat": 49.0731290,\n
        "lon": 3.5401655,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623020,\n
        "lat": 49.0730916,\n
        "lon": 3.5400303,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623021,\n
        "lat": 49.0730526,\n
        "lon": 3.5400506,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623022,\n
        "lat": 49.0730691,\n
        "lon": 3.5401196,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623023,\n
        "lat": 49.0730421,\n
        "lon": 3.5401349,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623024,\n
        "lat": 49.0731458,\n
        "lon": 3.5405731,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623025,\n
        "lat": 49.0732570,\n
        "lon": 3.5405309,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623026,\n
        "lat": 49.0732352,\n
        "lon": 3.5403968,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623027,\n
        "lat": 49.0731789,\n
        "lon": 3.5404177,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623028,\n
        "lat": 49.0731815,\n
        "lon": 3.5404363,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623029,\n
        "lat": 49.0731265,\n
        "lon": 3.5404561,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623030,\n
        "lat": 49.0732105,\n
        "lon": 3.5410637,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623031,\n
        "lat": 49.0733130,\n
        "lon": 3.5410161,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623032,\n
        "lat": 49.0732905,\n
        "lon": 3.5409047,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623033,\n
        "lat": 49.0731882,\n
        "lon": 3.5409532,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623034,\n
        "lat": 49.0730744,\n
        "lon": 3.5414711,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623035,\n
        "lat": 49.0731223,\n
        "lon": 3.5414435,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623036,\n
        "lat": 49.0731789,\n
        "lon": 3.5414229,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623037,\n
        "lat": 49.0731820,\n
        "lon": 3.5413980,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623038,\n
        "lat": 49.0732572,\n
        "lon": 3.5413414,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623039,\n
        "lat": 49.0732324,\n
        "lon": 3.5412492,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623040,\n
        "lat": 49.0730483,\n
        "lon": 3.5413610,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623041,\n
        "lat": 49.0729706,\n
        "lon": 3.5414081,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623042,\n
        "lat": 49.0729742,\n
        "lon": 3.5414244,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623043,\n
        "lat": 49.0729913,\n
        "lon": 3.5414162,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623044,\n
        "lat": 49.0729875,\n
        "lon": 3.5413978,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623045,\n
        "lat": 49.0729550,\n
        "lon": 3.5421685,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623046,\n
        "lat": 49.0729375,\n
        "lon": 3.5420531,\n
        "timestamp": "2017-07-02T07:37:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623047,\n
        "lat": 49.0728950,\n
        "lon": 3.5420706,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623048,\n
        "lat": 49.0728794,\n
        "lon": 3.5419838,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623049,\n
        "lat": 49.0728456,\n
        "lon": 3.5419983,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623050,\n
        "lat": 49.0728603,\n
        "lon": 3.5420848,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623051,\n
        "lat": 49.0728882,\n
        "lon": 3.5420734,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623052,\n
        "lat": 49.0729091,\n
        "lon": 3.5421879,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623053,\n
        "lat": 49.0730972,\n
        "lon": 3.5419875,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623054,\n
        "lat": 49.0729703,\n
        "lon": 3.5421620,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623055,\n
        "lat": 49.0729816,\n
        "lon": 3.5422275,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623056,\n
        "lat": 49.0730106,\n
        "lon": 3.5422151,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623057,\n
        "lat": 49.0729998,\n
        "lon": 3.5421511,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623058,\n
        "lat": 49.0730852,\n
        "lon": 3.5419352,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623059,\n
        "lat": 49.0731037,\n
        "lon": 3.5419187,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623060,\n
        "lat": 49.0730919,\n
        "lon": 3.5418823,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623061,\n
        "lat": 49.0731215,\n
        "lon": 3.5418558,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623062,\n
        "lat": 49.0731007,\n
        "lon": 3.5417974,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623063,\n
        "lat": 49.0730445,\n
        "lon": 3.5418262,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623064,\n
        "lat": 49.0731172,\n
        "lon": 3.5421001,\n
        "timestamp": "2017-07-02T07:37:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623065,\n
        "lat": 49.0722698,\n
        "lon": 3.5404366,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623066,\n
        "lat": 49.0722722,\n
        "lon": 3.5404512,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623067,\n
        "lat": 49.0722218,\n
        "lon": 3.5404731,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623068,\n
        "lat": 49.0722396,\n
        "lon": 3.5405697,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623069,\n
        "lat": 49.0722934,\n
        "lon": 3.5405480,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623070,\n
        "lat": 49.0722882,\n
        "lon": 3.5405210,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623071,\n
        "lat": 49.0723001,\n
        "lon": 3.5405156,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623072,\n
        "lat": 49.0723038,\n
        "lon": 3.5405356,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623073,\n
        "lat": 49.0723190,\n
        "lon": 3.5405289,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623074,\n
        "lat": 49.0723306,\n
        "lon": 3.5403569,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623075,\n
        "lat": 49.0723503,\n
        "lon": 3.5404639,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623076,\n
        "lat": 49.0723174,\n
        "lon": 3.5404784,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623077,\n
        "lat": 49.0723064,\n
        "lon": 3.5404219,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623078,\n
        "lat": 49.0723242,\n
        "lon": 3.5405608,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623079,\n
        "lat": 49.0724279,\n
        "lon": 3.5405190,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623080,\n
        "lat": 49.0724245,\n
        "lon": 3.5405049,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623081,\n
        "lat": 49.0724278,\n
        "lon": 3.5404843,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623082,\n
        "lat": 49.0724222,\n
        "lon": 3.5404512,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623083,\n
        "lat": 49.0724140,\n
        "lon": 3.5404343,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623086,\n
        "lat": 49.0732779,\n
        "lon": 3.5420468,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623087,\n
        "lat": 49.0733217,\n
        "lon": 3.5419355,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623088,\n
        "lat": 49.0733171,\n
        "lon": 3.5418974,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623089,\n
        "lat": 49.0732722,\n
        "lon": 3.5419114,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623090,\n
        "lat": 49.0732757,\n
        "lon": 3.5419488,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623091,\n
        "lat": 49.0733988,\n
        "lon": 3.5419090,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623092,\n
        "lat": 49.0733893,\n
        "lon": 3.5418419,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623093,\n
        "lat": 49.0733135,\n
        "lon": 3.5418669,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623094,\n
        "lat": 49.0733043,\n
        "lon": 3.5417727,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623095,\n
        "lat": 49.0732478,\n
        "lon": 3.5417807,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623096,\n
        "lat": 49.0732594,\n
        "lon": 3.5419152,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623097,\n
        "lat": 49.0733694,\n
        "lon": 3.5417008,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623098,\n
        "lat": 49.0734243,\n
        "lon": 3.5416757,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623099,\n
        "lat": 49.0734003,\n
        "lon": 3.5415446,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623102,\n
        "lat": 49.0733462,\n
        "lon": 3.5415680,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623103,\n
        "lat": 49.0733700,\n
        "lon": 3.5414238,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623104,\n
        "lat": 49.0733726,\n
        "lon": 3.5414364,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623105,\n
        "lat": 49.0733839,\n
        "lon": 3.5414310,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623106,\n
        "lat": 49.0733805,\n
        "lon": 3.5414126,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623107,\n
        "lat": 49.0733690,\n
        "lon": 3.5414186,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623108,\n
        "lat": 49.0738597,\n
        "lon": 3.5421710,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623109,\n
        "lat": 49.0739545,\n
        "lon": 3.5421548,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623110,\n
        "lat": 49.0739438,\n
        "lon": 3.5420213,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623111,\n
        "lat": 49.0738485,\n
        "lon": 3.5420378,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623112,\n
        "lat": 49.0739302,\n
        "lon": 3.5417522,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623113,\n
        "lat": 49.0739451,\n
        "lon": 3.5418541,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623114,\n
        "lat": 49.0740101,\n
        "lon": 3.5418349,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623115,\n
        "lat": 49.0739969,\n
        "lon": 3.5417295,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623116,\n
        "lat": 49.0738521,\n
        "lon": 3.5417273,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623117,\n
        "lat": 49.0739362,\n
        "lon": 3.5416931,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623118,\n
        "lat": 49.0739236,\n
        "lon": 3.5415871,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623119,\n
        "lat": 49.0738362,\n
        "lon": 3.5416207,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623120,\n
        "lat": 49.0739741,\n
        "lon": 3.5414671,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623321,\n
        "lat": 49.0722782,\n
        "lon": 3.5397981,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623322,\n
        "lat": 49.0722718,\n
        "lon": 3.5398217,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623323,\n
        "lat": 49.0723494,\n
        "lon": 3.5400684,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623324,\n
        "lat": 49.0722411,\n
        "lon": 3.5401160,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623325,\n
        "lat": 49.0722566,\n
        "lon": 3.5401962,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623326,\n
        "lat": 49.0722941,\n
        "lon": 3.5401802,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623327,\n
        "lat": 49.0722990,\n
        "lon": 3.5402054,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623328,\n
        "lat": 49.0722625,\n
        "lon": 3.5402210,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623329,\n
        "lat": 49.0723537,\n
        "lon": 3.5401888,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623330,\n
        "lat": 49.0723478,\n
        "lon": 3.5401578,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623331,\n
        "lat": 49.0723646,\n
        "lon": 3.5401500,\n
        "timestamp": "2020-06-13T20:50:10Z",\n
        "version": 2,\n
        "changeset": 86609481,\n
        "user": "zorglubu",\n
        "uid": 6466263\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623332,\n
        "lat": 49.0729506,\n
        "lon": 3.5402162,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623333,\n
        "lat": 49.0729441,\n
        "lon": 3.5413195,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623334,\n
        "lat": 49.0728341,\n
        "lon": 3.5413585,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623335,\n
        "lat": 49.0728486,\n
        "lon": 3.5414523,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623336,\n
        "lat": 49.0729585,\n
        "lon": 3.5414133,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623337,\n
        "lat": 49.0739554,\n
        "lon": 3.5388246,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623338,\n
        "lat": 49.0739801,\n
        "lon": 3.5388139,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623339,\n
        "lat": 49.0735341,\n
        "lon": 3.5389715,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623340,\n
        "lat": 49.0735733,\n
        "lon": 3.5389550,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623341,\n
        "lat": 49.0735690,\n
        "lon": 3.5389257,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623342,\n
        "lat": 49.0736159,\n
        "lon": 3.5389099,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623343,\n
        "lat": 49.0736122,\n
        "lon": 3.5388678,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623344,\n
        "lat": 49.0735216,\n
        "lon": 3.5389008,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623345,\n
        "lat": 49.0735111,\n
        "lon": 3.5388421,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623346,\n
        "lat": 49.0735483,\n
        "lon": 3.5388266,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623347,\n
        "lat": 49.0735400,\n
        "lon": 3.5387744,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623348,\n
        "lat": 49.0735018,\n
        "lon": 3.5387893,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623349,\n
        "lat": 49.0735612,\n
        "lon": 3.5385105,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623350,\n
        "lat": 49.0736142,\n
        "lon": 3.5384826,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623351,\n
        "lat": 49.0735928,\n
        "lon": 3.5383992,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623352,\n
        "lat": 49.0735431,\n
        "lon": 3.5384312,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623353,\n
        "lat": 49.0738534,\n
        "lon": 3.5381332,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623354,\n
        "lat": 49.0738954,\n
        "lon": 3.5381140,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623355,\n
        "lat": 49.0738517,\n
        "lon": 3.5381170,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623356,\n
        "lat": 49.0738916,\n
        "lon": 3.5380918,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623357,\n
        "lat": 49.0738505,\n
        "lon": 3.5381110,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623358,\n
        "lat": 49.0737719,\n
        "lon": 3.5381528,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623359,\n
        "lat": 49.0738229,\n
        "lon": 3.5379721,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623360,\n
        "lat": 49.0737479,\n
        "lon": 3.5380047,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623361,\n
        "lat": 49.0737488,\n
        "lon": 3.5380110,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623362,\n
        "lat": 49.0737475,\n
        "lon": 3.5380712,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623363,\n
        "lat": 49.0737635,\n
        "lon": 3.5381566,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623364,\n
        "lat": 49.0737215,\n
        "lon": 3.5380222,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623365,\n
        "lat": 49.0737288,\n
        "lon": 3.5380767,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623366,\n
        "lat": 49.0736868,\n
        "lon": 3.5379254,\n
        "timestamp": "2017-07-02T07:37:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623367,\n
        "lat": 49.0737578,\n
        "lon": 3.5378931,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623368,\n
        "lat": 49.0737494,\n
        "lon": 3.5378476,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623369,\n
        "lat": 49.0737626,\n
        "lon": 3.5378408,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623370,\n
        "lat": 49.0737339,\n
        "lon": 3.5376892,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623371,\n
        "lat": 49.0736636,\n
        "lon": 3.5377205,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623372,\n
        "lat": 49.0736917,\n
        "lon": 3.5378675,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623373,\n
        "lat": 49.0736776,\n
        "lon": 3.5378754,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623374,\n
        "lat": 49.0736853,\n
        "lon": 3.5375834,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623375,\n
        "lat": 49.0736273,\n
        "lon": 3.5374006,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623376,\n
        "lat": 49.0735626,\n
        "lon": 3.5374488,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623377,\n
        "lat": 49.0736217,\n
        "lon": 3.5376319,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623378,\n
        "lat": 49.0741889,\n
        "lon": 3.5386613,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623379,\n
        "lat": 49.0741920,\n
        "lon": 3.5386760,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623380,\n
        "lat": 49.0741440,\n
        "lon": 3.5387055,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623381,\n
        "lat": 49.0741694,\n
        "lon": 3.5387959,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623382,\n
        "lat": 49.0742514,\n
        "lon": 3.5387458,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623383,\n
        "lat": 49.0742238,\n
        "lon": 3.5386399,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623384,\n
        "lat": 49.0746972,\n
        "lon": 3.5392361,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623385,\n
        "lat": 49.0746418,\n
        "lon": 3.5392581,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623386,\n
        "lat": 49.0746545,\n
        "lon": 3.5393264,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623387,\n
        "lat": 49.0747083,\n
        "lon": 3.5393062,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623388,\n
        "lat": 49.0744572,\n
        "lon": 3.5393192,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623389,\n
        "lat": 49.0745372,\n
        "lon": 3.5392889,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623390,\n
        "lat": 49.0745298,\n
        "lon": 3.5392402,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623391,\n
        "lat": 49.0744490,\n
        "lon": 3.5392671,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623392,\n
        "lat": 49.0741245,\n
        "lon": 3.5390528,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623393,\n
        "lat": 49.0741722,\n
        "lon": 3.5390422,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623394,\n
        "lat": 49.0741588,\n
        "lon": 3.5389916,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623395,\n
        "lat": 49.0741185,\n
        "lon": 3.5390022,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623396,\n
        "lat": 49.0737159,\n
        "lon": 3.5393329,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623397,\n
        "lat": 49.0737812,\n
        "lon": 3.5393211,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623398,\n
        "lat": 49.0737701,\n
        "lon": 3.5392134,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623399,\n
        "lat": 49.0737941,\n
        "lon": 3.5392083,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623400,\n
        "lat": 49.0737851,\n
        "lon": 3.5391281,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623401,\n
        "lat": 49.0737663,\n
        "lon": 3.5391321,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623402,\n
        "lat": 49.0737723,\n
        "lon": 3.5391996,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623403,\n
        "lat": 49.0737019,\n
        "lon": 3.5392137,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623404,\n
        "lat": 49.0738608,\n
        "lon": 3.5391941,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623405,\n
        "lat": 49.0738522,\n
        "lon": 3.5391136,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623406,\n
        "lat": 49.0736941,\n
        "lon": 3.5391476,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623407,\n
        "lat": 49.0737753,\n
        "lon": 3.5390420,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623408,\n
        "lat": 49.0737521,\n
        "lon": 3.5390477,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623409,\n
        "lat": 49.0737450,\n
        "lon": 3.5389907,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623410,\n
        "lat": 49.0736781,\n
        "lon": 3.5390110,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623411,\n
        "lat": 49.0737428,\n
        "lon": 3.5389735,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623412,\n
        "lat": 49.0737986,\n
        "lon": 3.5389591,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623413,\n
        "lat": 49.0737908,\n
        "lon": 3.5388942,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623414,\n
        "lat": 49.0737504,\n
        "lon": 3.5389049,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623415,\n
        "lat": 49.0737453,\n
        "lon": 3.5388719,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623416,\n
        "lat": 49.0736645,\n
        "lon": 3.5388951,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623417,\n
        "lat": 49.0737477,\n
        "lon": 3.5388712,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623418,\n
        "lat": 49.0737400,\n
        "lon": 3.5388183,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623419,\n
        "lat": 49.0737254,\n
        "lon": 3.5388219,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623420,\n
        "lat": 49.0737129,\n
        "lon": 3.5387227,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623421,\n
        "lat": 49.0736653,\n
        "lon": 3.5387427,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623422,\n
        "lat": 49.0736661,\n
        "lon": 3.5387578,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623423,\n
        "lat": 49.0736511,\n
        "lon": 3.5387819,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623424,\n
        "lat": 49.0738574,\n
        "lon": 3.5387756,\n
        "timestamp": "2017-07-02T07:37:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623425,\n
        "lat": 49.0738377,\n
        "lon": 3.5387844,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623426,\n
        "lat": 49.0738528,\n
        "lon": 3.5388653,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623427,\n
        "lat": 49.0738724,\n
        "lon": 3.5388572,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623428,\n
        "lat": 49.0739733,\n
        "lon": 3.5387734,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623429,\n
        "lat": 49.0739475,\n
        "lon": 3.5387848,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623430,\n
        "lat": 49.0712387,\n
        "lon": 3.5509577,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623431,\n
        "lat": 49.0711358,\n
        "lon": 3.5510092,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623432,\n
        "lat": 49.0713242,\n
        "lon": 3.5511712,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623433,\n
        "lat": 49.0713507,\n
        "lon": 3.5511564,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623434,\n
        "lat": 49.0713495,\n
        "lon": 3.5511498,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623435,\n
        "lat": 49.0712986,\n
        "lon": 3.5510511,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623436,\n
        "lat": 49.0707854,\n
        "lon": 3.5512347,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623437,\n
        "lat": 49.0707355,\n
        "lon": 3.5512709,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623438,\n
        "lat": 49.0707619,\n
        "lon": 3.5513581,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623439,\n
        "lat": 49.0708117,\n
        "lon": 3.5513232,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623440,\n
        "lat": 49.0704395,\n
        "lon": 3.5514739,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623441,\n
        "lat": 49.0703914,\n
        "lon": 3.5515275,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623442,\n
        "lat": 49.0704417,\n
        "lon": 3.5516261,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623443,\n
        "lat": 49.0704971,\n
        "lon": 3.5515590,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623444,\n
        "lat": 49.0704485,\n
        "lon": 3.5514640,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623445,\n
        "lat": 49.0709419,\n
        "lon": 3.5515880,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623446,\n
        "lat": 49.0708109,\n
        "lon": 3.5516751,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623447,\n
        "lat": 49.0708319,\n
        "lon": 3.5517540,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623448,\n
        "lat": 49.0709624,\n
        "lon": 3.5516694,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623449,\n
        "lat": 49.0705790,\n
        "lon": 3.5518826,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623450,\n
        "lat": 49.0706455,\n
        "lon": 3.5518387,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623451,\n
        "lat": 49.0706260,\n
        "lon": 3.5517850,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623452,\n
        "lat": 49.0706439,\n
        "lon": 3.5517697,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623453,\n
        "lat": 49.0706308,\n
        "lon": 3.5517324,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623454,\n
        "lat": 49.0706137,\n
        "lon": 3.5517471,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623455,\n
        "lat": 49.0705827,\n
        "lon": 3.5516589,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623456,\n
        "lat": 49.0705178,\n
        "lon": 3.5517059,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623457,\n
        "lat": 49.0703586,\n
        "lon": 3.5513165,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623458,\n
        "lat": 49.0703113,\n
        "lon": 3.5513712,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623459,\n
        "lat": 49.0706254,\n
        "lon": 3.5520169,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623460,\n
        "lat": 49.0706886,\n
        "lon": 3.5519647,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623461,\n
        "lat": 49.0706482,\n
        "lon": 3.5520827,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623462,\n
        "lat": 49.0707067,\n
        "lon": 3.5520417,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623463,\n
        "lat": 49.0706446,\n
        "lon": 3.5520885,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623464,\n
        "lat": 49.0706650,\n
        "lon": 3.5521443,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623465,\n
        "lat": 49.0707285,\n
        "lon": 3.5520960,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623466,\n
        "lat": 49.0705477,\n
        "lon": 3.5522354,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623467,\n
        "lat": 49.0705605,\n
        "lon": 3.5522264,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623468,\n
        "lat": 49.0705676,\n
        "lon": 3.5522478,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623469,\n
        "lat": 49.0705867,\n
        "lon": 3.5522332,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623470,\n
        "lat": 49.0705803,\n
        "lon": 3.5522103,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623471,\n
        "lat": 49.0705868,\n
        "lon": 3.5522061,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623472,\n
        "lat": 49.0705572,\n
        "lon": 3.5521005,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623473,\n
        "lat": 49.0705154,\n
        "lon": 3.5521288,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623474,\n
        "lat": 49.0705299,\n
        "lon": 3.5525756,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623475,\n
        "lat": 49.0706325,\n
        "lon": 3.5525250,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623476,\n
        "lat": 49.0706158,\n
        "lon": 3.5524523,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623477,\n
        "lat": 49.0705111,\n
        "lon": 3.5525057,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623478,\n
        "lat": 49.0705241,\n
        "lon": 3.5523023,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623479,\n
        "lat": 49.0705390,\n
        "lon": 3.5523384,\n
        "timestamp": "2017-07-02T07:37:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623480,\n
        "lat": 49.0705597,\n
        "lon": 3.5523242,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623481,\n
        "lat": 49.0705447,\n
        "lon": 3.5522901,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623482,\n
        "lat": 49.0704882,\n
        "lon": 3.5523238,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623483,\n
        "lat": 49.0704109,\n
        "lon": 3.5523969,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623484,\n
        "lat": 49.0704428,\n
        "lon": 3.5524869,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623485,\n
        "lat": 49.0704566,\n
        "lon": 3.5524739,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623486,\n
        "lat": 49.0704455,\n
        "lon": 3.5524430,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623487,\n
        "lat": 49.0705125,\n
        "lon": 3.5523864,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623488,\n
        "lat": 49.0704631,\n
        "lon": 3.5522536,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623489,\n
        "lat": 49.0703997,\n
        "lon": 3.5523059,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623490,\n
        "lat": 49.0704019,\n
        "lon": 3.5523126,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623491,\n
        "lat": 49.0703773,\n
        "lon": 3.5523332,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623492,\n
        "lat": 49.0704022,\n
        "lon": 3.5524023,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623493,\n
        "lat": 49.0703755,\n
        "lon": 3.5522386,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623494,\n
        "lat": 49.0704383,\n
        "lon": 3.5521845,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623495,\n
        "lat": 49.0704046,\n
        "lon": 3.5520905,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623496,\n
        "lat": 49.0703400,\n
        "lon": 3.5521429,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623497,\n
        "lat": 49.0703688,\n
        "lon": 3.5519906,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623498,\n
        "lat": 49.0703040,\n
        "lon": 3.5520433,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623499,\n
        "lat": 49.0703994,\n
        "lon": 3.5519764,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623500,\n
        "lat": 49.0704240,\n
        "lon": 3.5519607,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623501,\n
        "lat": 49.0703945,\n
        "lon": 3.5518461,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623502,\n
        "lat": 49.0703203,\n
        "lon": 3.5518963,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623503,\n
        "lat": 49.0703514,\n
        "lon": 3.5520048,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623504,\n
        "lat": 49.0711206,\n
        "lon": 3.5516804,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623505,\n
        "lat": 49.0711922,\n
        "lon": 3.5516425,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623506,\n
        "lat": 49.0711677,\n
        "lon": 3.5515463,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623507,\n
        "lat": 49.0711006,\n
        "lon": 3.5515819,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623508,\n
        "lat": 49.0710455,\n
        "lon": 3.5516112,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623509,\n
        "lat": 49.0710686,\n
        "lon": 3.5517090,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623510,\n
        "lat": 49.0712732,\n
        "lon": 3.5520072,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623511,\n
        "lat": 49.0712365,\n
        "lon": 3.5520339,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623512,\n
        "lat": 49.0713249,\n
        "lon": 3.5523363,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623513,\n
        "lat": 49.0713877,\n
        "lon": 3.5522937,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623514,\n
        "lat": 49.0713225,\n
        "lon": 3.5520597,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623515,\n
        "lat": 49.0712935,\n
        "lon": 3.5520764,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623516,\n
        "lat": 49.0713630,\n
        "lon": 3.5516096,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623517,\n
        "lat": 49.0712796,\n
        "lon": 3.5516533,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623518,\n
        "lat": 49.0712964,\n
        "lon": 3.5517163,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623519,\n
        "lat": 49.0713106,\n
        "lon": 3.5517076,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623520,\n
        "lat": 49.0713137,\n
        "lon": 3.5517206,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623621,\n
        "lat": 49.0713816,\n
        "lon": 3.5516840,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623622,\n
        "lat": 49.0704827,\n
        "lon": 3.5525985,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623623,\n
        "lat": 49.0705063,\n
        "lon": 3.5525870,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623624,\n
        "lat": 49.0704987,\n
        "lon": 3.5525661,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623625,\n
        "lat": 49.0704752,\n
        "lon": 3.5525772,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623626,\n
        "lat": 49.0702273,\n
        "lon": 3.5520990,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623627,\n
        "lat": 49.0702573,\n
        "lon": 3.5520777,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623628,\n
        "lat": 49.0702453,\n
        "lon": 3.5520396,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623629,\n
        "lat": 49.0702160,\n
        "lon": 3.5520590,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623630,\n
        "lat": 49.0700826,\n
        "lon": 3.5521114,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623631,\n
        "lat": 49.0700951,\n
        "lon": 3.5521585,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623632,\n
        "lat": 49.0701452,\n
        "lon": 3.5521265,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623633,\n
        "lat": 49.0701338,\n
        "lon": 3.5520803,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623634,\n
        "lat": 49.0701051,\n
        "lon": 3.5516346,\n
        "timestamp": "2017-07-02T07:37:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623635,\n
        "lat": 49.0700585,\n
        "lon": 3.5514831,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623636,\n
        "lat": 49.0700122,\n
        "lon": 3.5515158,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623637,\n
        "lat": 49.0700371,\n
        "lon": 3.5515962,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623638,\n
        "lat": 49.0700500,\n
        "lon": 3.5515869,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623639,\n
        "lat": 49.0700765,\n
        "lon": 3.5516656,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623640,\n
        "lat": 49.0699444,\n
        "lon": 3.5517567,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623641,\n
        "lat": 49.0699667,\n
        "lon": 3.5518977,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623642,\n
        "lat": 49.0700563,\n
        "lon": 3.5518536,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623643,\n
        "lat": 49.0700296,\n
        "lon": 3.5516763,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623644,\n
        "lat": 49.0699634,\n
        "lon": 3.5517043,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623645,\n
        "lat": 49.0699699,\n
        "lon": 3.5517470,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623646,\n
        "lat": 49.0711390,\n
        "lon": 3.5510240,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623647,\n
        "lat": 49.0711151,\n
        "lon": 3.5510379,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623648,\n
        "lat": 49.0711367,\n
        "lon": 3.5511369,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623649,\n
        "lat": 49.0711606,\n
        "lon": 3.5511245,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623650,\n
        "lat": 49.0711652,\n
        "lon": 3.5511411,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623651,\n
        "lat": 49.0712683,\n
        "lon": 3.5510902,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623652,\n
        "lat": 49.0836817,\n
        "lon": 3.5324054,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623653,\n
        "lat": 49.0836704,\n
        "lon": 3.5324128,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623654,\n
        "lat": 49.0836666,\n
        "lon": 3.5324228,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623655,\n
        "lat": 49.0836668,\n
        "lon": 3.5324315,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623656,\n
        "lat": 49.0836705,\n
        "lon": 3.5324449,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623657,\n
        "lat": 49.0836751,\n
        "lon": 3.5324495,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623658,\n
        "lat": 49.0836924,\n
        "lon": 3.5324455,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623659,\n
        "lat": 49.0836983,\n
        "lon": 3.5324332,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623660,\n
        "lat": 49.0836961,\n
        "lon": 3.5324162,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623661,\n
        "lat": 49.0836910,\n
        "lon": 3.5324076,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623662,\n
        "lat": 49.0702337,\n
        "lon": 3.5282629,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623663,\n
        "lat": 49.0702735,\n
        "lon": 3.5282037,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623664,\n
        "lat": 49.0702492,\n
        "lon": 3.5281642,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623665,\n
        "lat": 49.0702093,\n
        "lon": 3.5282233,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623666,\n
        "lat": 49.0835454,\n
        "lon": 3.5502690,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623667,\n
        "lat": 49.0835664,\n
        "lon": 3.5502285,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623668,\n
        "lat": 49.0835498,\n
        "lon": 3.5501978,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623669,\n
        "lat": 49.0835244,\n
        "lon": 3.5502414,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623670,\n
        "lat": 49.0788238,\n
        "lon": 3.5367624,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623671,\n
        "lat": 49.0788680,\n
        "lon": 3.5367213,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623672,\n
        "lat": 49.0788663,\n
        "lon": 3.5367156,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623673,\n
        "lat": 49.0789341,\n
        "lon": 3.5366542,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623674,\n
        "lat": 49.0789011,\n
        "lon": 3.5365687,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623675,\n
        "lat": 49.0787917,\n
        "lon": 3.5366835,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623676,\n
        "lat": 49.0790363,\n
        "lon": 3.5364727,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623677,\n
        "lat": 49.0789570,\n
        "lon": 3.5365547,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623678,\n
        "lat": 49.0789743,\n
        "lon": 3.5365971,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623679,\n
        "lat": 49.0790521,\n
        "lon": 3.5365124,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623680,\n
        "lat": 49.0791376,\n
        "lon": 3.5362753,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623681,\n
        "lat": 49.0790953,\n
        "lon": 3.5363196,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623682,\n
        "lat": 49.0791104,\n
        "lon": 3.5363566,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623683,\n
        "lat": 49.0791531,\n
        "lon": 3.5363119,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623684,\n
        "lat": 49.0787389,\n
        "lon": 3.5363212,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623685,\n
        "lat": 49.0787210,\n
        "lon": 3.5362730,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623686,\n
        "lat": 49.0786232,\n
        "lon": 3.5363734,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623687,\n
        "lat": 49.0786417,\n
        "lon": 3.5364226,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623688,\n
        "lat": 49.0787551,\n
        "lon": 3.5363043,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623689,\n
        "lat": 49.0787372,\n
        "lon": 3.5362562,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623690,\n
        "lat": 49.0787066,\n
        "lon": 3.5366019,\n
        "timestamp": "2017-07-02T07:37:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623691,\n
        "lat": 49.0786346,\n
        "lon": 3.5364280,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623692,\n
        "lat": 49.0785901,\n
        "lon": 3.5364738,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623693,\n
        "lat": 49.0786619,\n
        "lon": 3.5366457,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623694,\n
        "lat": 49.0787340,\n
        "lon": 3.5366177,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623695,\n
        "lat": 49.0787931,\n
        "lon": 3.5365550,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623696,\n
        "lat": 49.0787596,\n
        "lon": 3.5364682,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623697,\n
        "lat": 49.0786966,\n
        "lon": 3.5365265,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623698,\n
        "lat": 49.0711963,\n
        "lon": 3.5362561,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623699,\n
        "lat": 49.0711786,\n
        "lon": 3.5362705,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623700,\n
        "lat": 49.0711822,\n
        "lon": 3.5362856,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623701,\n
        "lat": 49.0711737,\n
        "lon": 3.5362916,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623702,\n
        "lat": 49.0711703,\n
        "lon": 3.5362836,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623703,\n
        "lat": 49.0711346,\n
        "lon": 3.5363143,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623704,\n
        "lat": 49.0711509,\n
        "lon": 3.5364306,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623705,\n
        "lat": 49.0710885,\n
        "lon": 3.5364681,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623706,\n
        "lat": 49.0711006,\n
        "lon": 3.5365176,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623707,\n
        "lat": 49.0711636,\n
        "lon": 3.5364789,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623708,\n
        "lat": 49.0710189,\n
        "lon": 3.5363254,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623709,\n
        "lat": 49.0709525,\n
        "lon": 3.5363709,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623710,\n
        "lat": 49.0709838,\n
        "lon": 3.5364674,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623711,\n
        "lat": 49.0710492,\n
        "lon": 3.5364246,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623712,\n
        "lat": 49.0712663,\n
        "lon": 3.5364897,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623713,\n
        "lat": 49.0712780,\n
        "lon": 3.5364797,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623714,\n
        "lat": 49.0712187,\n
        "lon": 3.5365370,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623715,\n
        "lat": 49.0711725,\n
        "lon": 3.5365778,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623716,\n
        "lat": 49.0738078,\n
        "lon": 3.5449096,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623717,\n
        "lat": 49.0738737,\n
        "lon": 3.5447568,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623718,\n
        "lat": 49.0738905,\n
        "lon": 3.5447730,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623719,\n
        "lat": 49.0739235,\n
        "lon": 3.5446958,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623720,\n
        "lat": 49.0739477,\n
        "lon": 3.5447195,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623821,\n
        "lat": 49.0740689,\n
        "lon": 3.5444387,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623822,\n
        "lat": 49.0740529,\n
        "lon": 3.5444228,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623823,\n
        "lat": 49.0740842,\n
        "lon": 3.5443507,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623824,\n
        "lat": 49.0740187,\n
        "lon": 3.5442856,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623825,\n
        "lat": 49.0739848,\n
        "lon": 3.5443618,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623826,\n
        "lat": 49.0740014,\n
        "lon": 3.5443792,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623827,\n
        "lat": 49.0739495,\n
        "lon": 3.5444962,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623828,\n
        "lat": 49.0739657,\n
        "lon": 3.5445135,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623829,\n
        "lat": 49.0739314,\n
        "lon": 3.5445910,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623830,\n
        "lat": 49.0739156,\n
        "lon": 3.5445755,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623831,\n
        "lat": 49.0738817,\n
        "lon": 3.5446532,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623832,\n
        "lat": 49.0738583,\n
        "lon": 3.5446290,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623833,\n
        "lat": 49.0737902,\n
        "lon": 3.5447845,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623834,\n
        "lat": 49.0737744,\n
        "lon": 3.5447689,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623835,\n
        "lat": 49.0737427,\n
        "lon": 3.5448433,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623836,\n
        "lat": 49.0736716,\n
        "lon": 3.5448443,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623837,\n
        "lat": 49.0736213,\n
        "lon": 3.5447934,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623838,\n
        "lat": 49.0736031,\n
        "lon": 3.5448357,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623839,\n
        "lat": 49.0735510,\n
        "lon": 3.5447838,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623840,\n
        "lat": 49.0735698,\n
        "lon": 3.5447413,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623841,\n
        "lat": 49.0735183,\n
        "lon": 3.5446914,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623842,\n
        "lat": 49.0734754,\n
        "lon": 3.5447916,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623843,\n
        "lat": 49.0735251,\n
        "lon": 3.5448412,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623844,\n
        "lat": 49.0735171,\n
        "lon": 3.5448584,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623845,\n
        "lat": 49.0735722,\n
        "lon": 3.5449123,\n
        "timestamp": "2017-07-02T07:37:24Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623846,\n
        "lat": 49.0735792,\n
        "lon": 3.5448956,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623847,\n
        "lat": 49.0736281,\n
        "lon": 3.5449428,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623848,\n
        "lat": 49.0747538,\n
        "lon": 3.5451588,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623849,\n
        "lat": 49.0747560,\n
        "lon": 3.5449640,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623850,\n
        "lat": 49.0747799,\n
        "lon": 3.5449645,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623851,\n
        "lat": 49.0747814,\n
        "lon": 3.5448593,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623852,\n
        "lat": 49.0744496,\n
        "lon": 3.5451768,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623853,\n
        "lat": 49.0744484,\n
        "lon": 3.5452708,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623854,\n
        "lat": 49.0746839,\n
        "lon": 3.5452745,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623855,\n
        "lat": 49.0746851,\n
        "lon": 3.5451039,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623856,\n
        "lat": 49.0747128,\n
        "lon": 3.5451049,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623857,\n
        "lat": 49.0747117,\n
        "lon": 3.5451572,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623858,\n
        "lat": 49.0747148,\n
        "lon": 3.5448599,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623859,\n
        "lat": 49.0747150,\n
        "lon": 3.5447473,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623860,\n
        "lat": 49.0747068,\n
        "lon": 3.5446192,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623861,\n
        "lat": 49.0747059,\n
        "lon": 3.5446846,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623862,\n
        "lat": 49.0745752,\n
        "lon": 3.5446795,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623863,\n
        "lat": 49.0745758,\n
        "lon": 3.5446180,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623864,\n
        "lat": 49.0743724,\n
        "lon": 3.5446146,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623865,\n
        "lat": 49.0743723,\n
        "lon": 3.5446223,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623866,\n
        "lat": 49.0743848,\n
        "lon": 3.5446225,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623867,\n
        "lat": 49.0743846,\n
        "lon": 3.5446443,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623868,\n
        "lat": 49.0743722,\n
        "lon": 3.5446443,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623869,\n
        "lat": 49.0743712,\n
        "lon": 3.5447442,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623870,\n
        "lat": 49.0746826,\n
        "lon": 3.5447472,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623871,\n
        "lat": 49.0746818,\n
        "lon": 3.5448972,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623872,\n
        "lat": 49.0743709,\n
        "lon": 3.5448941,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623873,\n
        "lat": 49.0743706,\n
        "lon": 3.5449891,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623874,\n
        "lat": 49.0743834,\n
        "lon": 3.5449891,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623875,\n
        "lat": 49.0743829,\n
        "lon": 3.5450114,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623876,\n
        "lat": 49.0743711,\n
        "lon": 3.5450113,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623877,\n
        "lat": 49.0743711,\n
        "lon": 3.5450147,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623878,\n
        "lat": 49.0746142,\n
        "lon": 3.5450164,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623879,\n
        "lat": 49.0746127,\n
        "lon": 3.5451535,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623880,\n
        "lat": 49.0744500,\n
        "lon": 3.5451513,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623881,\n
        "lat": 49.0744499,\n
        "lon": 3.5451556,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623882,\n
        "lat": 49.0744588,\n
        "lon": 3.5451561,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623883,\n
        "lat": 49.0744584,\n
        "lon": 3.5451770,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623884,\n
        "lat": 49.0739653,\n
        "lon": 3.5452757,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623885,\n
        "lat": 49.0739607,\n
        "lon": 3.5454511,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623886,\n
        "lat": 49.0740325,\n
        "lon": 3.5454567,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623887,\n
        "lat": 49.0740368,\n
        "lon": 3.5452812,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623888,\n
        "lat": 49.0740043,\n
        "lon": 3.5468704,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623889,\n
        "lat": 49.0740285,\n
        "lon": 3.5466997,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623890,\n
        "lat": 49.0739590,\n
        "lon": 3.5466767,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623891,\n
        "lat": 49.0739348,\n
        "lon": 3.5468474,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623892,\n
        "lat": 49.0739870,\n
        "lon": 3.5470310,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623893,\n
        "lat": 49.0739176,\n
        "lon": 3.5470078,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623894,\n
        "lat": 49.0738930,\n
        "lon": 3.5471778,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623895,\n
        "lat": 49.0739625,\n
        "lon": 3.5472012,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623896,\n
        "lat": 49.0736952,\n
        "lon": 3.5449156,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623897,\n
        "lat": 49.0736613,\n
        "lon": 3.5449230,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623898,\n
        "lat": 49.0736640,\n
        "lon": 3.5449523,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623899,\n
        "lat": 49.0736978,\n
        "lon": 3.5449449,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623900,\n
        "lat": 49.0740181,\n
        "lon": 3.5465247,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623901,\n
        "lat": 49.0740231,\n
        "lon": 3.5463764,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623902,\n
        "lat": 49.0739505,\n
        "lon": 3.5463707,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623903,\n
        "lat": 49.0739455,\n
        "lon": 3.5465190,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623904,\n
        "lat": 49.0740314,\n
        "lon": 3.5458553,\n
        "timestamp": "2017-07-02T07:37:25Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623905,\n
        "lat": 49.0739646,\n
        "lon": 3.5458492,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623906,\n
        "lat": 49.0739580,\n
        "lon": 3.5460160,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623907,\n
        "lat": 49.0740248,\n
        "lon": 3.5460218,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623908,\n
        "lat": 49.0720856,\n
        "lon": 3.5498063,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623909,\n
        "lat": 49.0721502,\n
        "lon": 3.5497925,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623910,\n
        "lat": 49.0722378,\n
        "lon": 3.5497933,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623911,\n
        "lat": 49.0722437,\n
        "lon": 3.5498513,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623912,\n
        "lat": 49.0723244,\n
        "lon": 3.5498291,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623913,\n
        "lat": 49.0723187,\n
        "lon": 3.5497209,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623914,\n
        "lat": 49.0722375,\n
        "lon": 3.5497187,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623915,\n
        "lat": 49.0722342,\n
        "lon": 3.5497203,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623916,\n
        "lat": 49.0721411,\n
        "lon": 3.5497155,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623917,\n
        "lat": 49.0721356,\n
        "lon": 3.5496772,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623918,\n
        "lat": 49.0720690,\n
        "lon": 3.5496999,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623919,\n
        "lat": 49.0787285,\n
        "lon": 3.5368513,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623920,\n
        "lat": 49.0786987,\n
        "lon": 3.5367812,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623921,\n
        "lat": 49.0785541,\n
        "lon": 3.5369331,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623922,\n
        "lat": 49.0785595,\n
        "lon": 3.5369515,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623923,\n
        "lat": 49.0785102,\n
        "lon": 3.5370000,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623924,\n
        "lat": 49.0785240,\n
        "lon": 3.5370420,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623925,\n
        "lat": 49.0751458,\n
        "lon": 3.5397192,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623926,\n
        "lat": 49.0752085,\n
        "lon": 3.5396789,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623927,\n
        "lat": 49.0750915,\n
        "lon": 3.5392786,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623928,\n
        "lat": 49.0750343,\n
        "lon": 3.5393135,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623929,\n
        "lat": 49.0751124,\n
        "lon": 3.5395825,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623930,\n
        "lat": 49.0751044,\n
        "lon": 3.5395870,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623931,\n
        "lat": 49.0756472,\n
        "lon": 3.5359964,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623932,\n
        "lat": 49.0756272,\n
        "lon": 3.5359798,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623933,\n
        "lat": 49.0756053,\n
        "lon": 3.5360410,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623934,\n
        "lat": 49.0756254,\n
        "lon": 3.5360575,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623935,\n
        "lat": 49.0733110,\n
        "lon": 3.5401744,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623936,\n
        "lat": 49.0733246,\n
        "lon": 3.5402742,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623937,\n
        "lat": 49.0733668,\n
        "lon": 3.5402619,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623938,\n
        "lat": 49.0733542,\n
        "lon": 3.5401625,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623939,\n
        "lat": 49.0735839,\n
        "lon": 3.5405771,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623940,\n
        "lat": 49.0735851,\n
        "lon": 3.5405956,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623941,\n
        "lat": 49.0736837,\n
        "lon": 3.5405812,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623942,\n
        "lat": 49.0736820,\n
        "lon": 3.5405562,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623943,\n
        "lat": 49.0736870,\n
        "lon": 3.5405501,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623944,\n
        "lat": 49.0736900,\n
        "lon": 3.5405423,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623945,\n
        "lat": 49.0736896,\n
        "lon": 3.5405281,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623946,\n
        "lat": 49.0736853,\n
        "lon": 3.5405209,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623947,\n
        "lat": 49.0736796,\n
        "lon": 3.5405181,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623948,\n
        "lat": 49.0736781,\n
        "lon": 3.5404959,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623949,\n
        "lat": 49.0736912,\n
        "lon": 3.5404952,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623950,\n
        "lat": 49.0736896,\n
        "lon": 3.5404602,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623951,\n
        "lat": 49.0736759,\n
        "lon": 3.5404612,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623952,\n
        "lat": 49.0736745,\n
        "lon": 3.5404412,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623953,\n
        "lat": 49.0736809,\n
        "lon": 3.5404349,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623954,\n
        "lat": 49.0736838,\n
        "lon": 3.5404272,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623955,\n
        "lat": 49.0736835,\n
        "lon": 3.5404168,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623956,\n
        "lat": 49.0736782,\n
        "lon": 3.5404104,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623957,\n
        "lat": 49.0736724,\n
        "lon": 3.5404082,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623958,\n
        "lat": 49.0736707,\n
        "lon": 3.5403808,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623959,\n
        "lat": 49.0735720,\n
        "lon": 3.5403957,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623960,\n
        "lat": 49.0734405,\n
        "lon": 3.5405861,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623961,\n
        "lat": 49.0734422,\n
        "lon": 3.5406104,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623962,\n
        "lat": 49.0734720,\n
        "lon": 3.5406066,\n
        "timestamp": "2017-07-02T07:37:26Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623963,\n
        "lat": 49.0734706,\n
        "lon": 3.5405818,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623964,\n
        "lat": 49.0732689,\n
        "lon": 3.5420489,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623965,\n
        "lat": 49.0732795,\n
        "lon": 3.5421789,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623966,\n
        "lat": 49.0733791,\n
        "lon": 3.5421542,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623967,\n
        "lat": 49.0733636,\n
        "lon": 3.5419766,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623968,\n
        "lat": 49.0732744,\n
        "lon": 3.5419982,\n
        "timestamp": "2017-07-02T07:37:27Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623973,\n
        "lat": 49.0738278,\n
        "lon": 3.5428667,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623974,\n
        "lat": 49.0738263,\n
        "lon": 3.5428275,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623975,\n
        "lat": 49.0737784,\n
        "lon": 3.5428360,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623976,\n
        "lat": 49.0740698,\n
        "lon": 3.5421486,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623977,\n
        "lat": 49.0740452,\n
        "lon": 3.5421519,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623978,\n
        "lat": 49.0740470,\n
        "lon": 3.5422067,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623979,\n
        "lat": 49.0740718,\n
        "lon": 3.5422040,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623980,\n
        "lat": 49.0753886,\n
        "lon": 3.5405703,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623981,\n
        "lat": 49.0754389,\n
        "lon": 3.5404784,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623982,\n
        "lat": 49.0751667,\n
        "lon": 3.5408966,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623983,\n
        "lat": 49.0752898,\n
        "lon": 3.5408832,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623984,\n
        "lat": 49.0753076,\n
        "lon": 3.5409849,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623985,\n
        "lat": 49.0753026,\n
        "lon": 3.5408819,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623986,\n
        "lat": 49.0753235,\n
        "lon": 3.5412520,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623987,\n
        "lat": 49.0753220,\n
        "lon": 3.5412034,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946623988,\n
        "lat": 49.0752794,\n
        "lon": 3.5412069,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624121,\n
        "lat": 49.0739638,\n
        "lon": 3.5414696,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624122,\n
        "lat": 49.0739787,\n
        "lon": 3.5416237,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624123,\n
        "lat": 49.0740241,\n
        "lon": 3.5416117,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624124,\n
        "lat": 49.0740107,\n
        "lon": 3.5414587,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624125,\n
        "lat": 49.0740033,\n
        "lon": 3.5414603,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624126,\n
        "lat": 49.0740022,\n
        "lon": 3.5414469,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624127,\n
        "lat": 49.0739735,\n
        "lon": 3.5414525,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624128,\n
        "lat": 49.0739861,\n
        "lon": 3.5413849,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624129,\n
        "lat": 49.0739778,\n
        "lon": 3.5414019,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624130,\n
        "lat": 49.0740083,\n
        "lon": 3.5414444,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624131,\n
        "lat": 49.0740187,\n
        "lon": 3.5414275,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624132,\n
        "lat": 49.0743013,\n
        "lon": 3.5417456,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624133,\n
        "lat": 49.0742812,\n
        "lon": 3.5417445,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624134,\n
        "lat": 49.0742799,\n
        "lon": 3.5418937,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624135,\n
        "lat": 49.0743314,\n
        "lon": 3.5418952,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624136,\n
        "lat": 49.0743322,\n
        "lon": 3.5417638,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624137,\n
        "lat": 49.0743008,\n
        "lon": 3.5417635,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624138,\n
        "lat": 49.0743329,\n
        "lon": 3.5416594,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624139,\n
        "lat": 49.0743032,\n
        "lon": 3.5416587,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624140,\n
        "lat": 49.0743318,\n
        "lon": 3.5418321,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624141,\n
        "lat": 49.0743771,\n
        "lon": 3.5418314,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624142,\n
        "lat": 49.0743794,\n
        "lon": 3.5416771,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624143,\n
        "lat": 49.0743328,\n
        "lon": 3.5416782,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624144,\n
        "lat": 49.0746074,\n
        "lon": 3.5414907,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624145,\n
        "lat": 49.0746076,\n
        "lon": 3.5416173,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624146,\n
        "lat": 49.0746910,\n
        "lon": 3.5416156,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624147,\n
        "lat": 49.0746918,\n
        "lon": 3.5414929,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624148,\n
        "lat": 49.0747240,\n
        "lon": 3.5416712,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624149,\n
        "lat": 49.0747241,\n
        "lon": 3.5417209,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624150,\n
        "lat": 49.0748044,\n
        "lon": 3.5417189,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624151,\n
        "lat": 49.0748050,\n
        "lon": 3.5416690,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624152,\n
        "lat": 49.0747686,\n
        "lon": 3.5416124,\n
        "timestamp": "2017-07-02T07:37:28Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624153,\n
        "lat": 49.0747680,\n
        "lon": 3.5416295,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624154,\n
        "lat": 49.0747707,\n
        "lon": 3.5416297,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624155,\n
        "lat": 49.0747700,\n
        "lon": 3.5416513,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624156,\n
        "lat": 49.0748337,\n
        "lon": 3.5416518,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624157,\n
        "lat": 49.0748318,\n
        "lon": 3.5415071,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624158,\n
        "lat": 49.0747855,\n
        "lon": 3.5415091,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624159,\n
        "lat": 49.0747850,\n
        "lon": 3.5416124,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624160,\n
        "lat": 49.0748406,\n
        "lon": 3.5416680,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624161,\n
        "lat": 49.0748406,\n
        "lon": 3.5418415,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624162,\n
        "lat": 49.0748867,\n
        "lon": 3.5418416,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624163,\n
        "lat": 49.0748871,\n
        "lon": 3.5417274,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624164,\n
        "lat": 49.0750678,\n
        "lon": 3.5417260,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624165,\n
        "lat": 49.0750693,\n
        "lon": 3.5416626,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624166,\n
        "lat": 49.0749686,\n
        "lon": 3.5416649,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624167,\n
        "lat": 49.0750716,\n
        "lon": 3.5416625,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624168,\n
        "lat": 49.0750720,\n
        "lon": 3.5416136,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624169,\n
        "lat": 49.0750080,\n
        "lon": 3.5416148,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624170,\n
        "lat": 49.0750078,\n
        "lon": 3.5416273,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624171,\n
        "lat": 49.0749684,\n
        "lon": 3.5416276,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624172,\n
        "lat": 49.0749079,\n
        "lon": 3.5414650,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624173,\n
        "lat": 49.0749088,\n
        "lon": 3.5415794,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624174,\n
        "lat": 49.0749705,\n
        "lon": 3.5415783,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624175,\n
        "lat": 49.0749699,\n
        "lon": 3.5414615,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624176,\n
        "lat": 49.0750436,\n
        "lon": 3.5412154,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624177,\n
        "lat": 49.0751079,\n
        "lon": 3.5410943,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624178,\n
        "lat": 49.0750417,\n
        "lon": 3.5410129,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624179,\n
        "lat": 49.0749700,\n
        "lon": 3.5411445,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624180,\n
        "lat": 49.0750375,\n
        "lon": 3.5412268,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624181,\n
        "lat": 49.0749779,\n
        "lon": 3.5400580,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624182,\n
        "lat": 49.0750106,\n
        "lon": 3.5400593,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624183,\n
        "lat": 49.0750110,\n
        "lon": 3.5400288,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624184,\n
        "lat": 49.0749810,\n
        "lon": 3.5400276,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624185,\n
        "lat": 49.0748499,\n
        "lon": 3.5401493,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624186,\n
        "lat": 49.0748471,\n
        "lon": 3.5401809,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624187,\n
        "lat": 49.0749173,\n
        "lon": 3.5401963,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624188,\n
        "lat": 49.0749284,\n
        "lon": 3.5400884,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624189,\n
        "lat": 49.0748567,\n
        "lon": 3.5400722,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624190,\n
        "lat": 49.0749683,\n
        "lon": 3.5401497,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624191,\n
        "lat": 49.0749325,\n
        "lon": 3.5401414,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624192,\n
        "lat": 49.0749232,\n
        "lon": 3.5402375,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624193,\n
        "lat": 49.0749582,\n
        "lon": 3.5402474,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624194,\n
        "lat": 49.0750308,\n
        "lon": 3.5403427,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624195,\n
        "lat": 49.0749813,\n
        "lon": 3.5404362,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624196,\n
        "lat": 49.0750277,\n
        "lon": 3.5404929,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624197,\n
        "lat": 49.0750755,\n
        "lon": 3.5403973,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624198,\n
        "lat": 49.0750135,\n
        "lon": 3.5403215,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624199,\n
        "lat": 49.0749993,\n
        "lon": 3.5403480,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624200,\n
        "lat": 49.0750167,\n
        "lon": 3.5403694,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624201,\n
        "lat": 49.0749164,\n
        "lon": 3.5406986,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624202,\n
        "lat": 49.0748434,\n
        "lon": 3.5406163,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624203,\n
        "lat": 49.0748384,\n
        "lon": 3.5406265,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624204,\n
        "lat": 49.0748203,\n
        "lon": 3.5406046,\n
        "timestamp": "2017-07-02T07:37:29Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624205,\n
        "lat": 49.0748134,\n
        "lon": 3.5406095,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624206,\n
        "lat": 49.0747849,\n
        "lon": 3.5406613,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624207,\n
        "lat": 49.0747843,\n
        "lon": 3.5406756,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624208,\n
        "lat": 49.0748041,\n
        "lon": 3.5406966,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624209,\n
        "lat": 49.0747983,\n
        "lon": 3.5407083,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624210,\n
        "lat": 49.0748709,\n
        "lon": 3.5407904,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624211,\n
        "lat": 49.0747289,\n
        "lon": 3.5410533,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624212,\n
        "lat": 49.0747793,\n
        "lon": 3.5409528,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624213,\n
        "lat": 49.0747184,\n
        "lon": 3.5408786,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624214,\n
        "lat": 49.0746939,\n
        "lon": 3.5409273,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624215,\n
        "lat": 49.0746743,\n
        "lon": 3.5409039,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624216,\n
        "lat": 49.0746524,\n
        "lon": 3.5409494,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624217,\n
        "lat": 49.0746713,\n
        "lon": 3.5409737,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624218,\n
        "lat": 49.0746693,\n
        "lon": 3.5409781,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624219,\n
        "lat": 49.0742928,\n
        "lon": 3.5411161,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624220,\n
        "lat": 49.0744387,\n
        "lon": 3.5410982,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624321,\n
        "lat": 49.0745429,\n
        "lon": 3.5410718,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624322,\n
        "lat": 49.0745373,\n
        "lon": 3.5409731,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624323,\n
        "lat": 49.0744182,\n
        "lon": 3.5409990,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624324,\n
        "lat": 49.0743054,\n
        "lon": 3.5410045,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624325,\n
        "lat": 49.0743069,\n
        "lon": 3.5410923,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624326,\n
        "lat": 49.0742930,\n
        "lon": 3.5410935,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624327,\n
        "lat": 49.0742861,\n
        "lon": 3.5412789,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624328,\n
        "lat": 49.0743754,\n
        "lon": 3.5412862,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624329,\n
        "lat": 49.0743762,\n
        "lon": 3.5412469,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624330,\n
        "lat": 49.0743313,\n
        "lon": 3.5412423,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624331,\n
        "lat": 49.0743311,\n
        "lon": 3.5412578,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624332,\n
        "lat": 49.0742867,\n
        "lon": 3.5412527,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624333,\n
        "lat": 49.0743944,\n
        "lon": 3.5412877,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624334,\n
        "lat": 49.0744917,\n
        "lon": 3.5412932,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624335,\n
        "lat": 49.0744938,\n
        "lon": 3.5412213,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624336,\n
        "lat": 49.0744099,\n
        "lon": 3.5412173,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624337,\n
        "lat": 49.0744090,\n
        "lon": 3.5412452,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624338,\n
        "lat": 49.0743958,\n
        "lon": 3.5412435,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624339,\n
        "lat": 49.0740444,\n
        "lon": 3.5411131,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624340,\n
        "lat": 49.0739233,\n
        "lon": 3.5411014,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624341,\n
        "lat": 49.0739239,\n
        "lon": 3.5410887,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624342,\n
        "lat": 49.0738283,\n
        "lon": 3.5410771,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624343,\n
        "lat": 49.0738300,\n
        "lon": 3.5411408,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624344,\n
        "lat": 49.0738725,\n
        "lon": 3.5412006,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624345,\n
        "lat": 49.0740472,\n
        "lon": 3.5411958,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624346,\n
        "lat": 49.0740202,\n
        "lon": 3.5409790,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624347,\n
        "lat": 49.0740196,\n
        "lon": 3.5410006,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624348,\n
        "lat": 49.0740296,\n
        "lon": 3.5410004,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624349,\n
        "lat": 49.0740300,\n
        "lon": 3.5409794,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624350,\n
        "lat": 49.0740223,\n
        "lon": 3.5407812,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624351,\n
        "lat": 49.0740112,\n
        "lon": 3.5407818,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624352,\n
        "lat": 49.0740113,\n
        "lon": 3.5408067,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624353,\n
        "lat": 49.0740239,\n
        "lon": 3.5408060,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624354,\n
        "lat": 49.0738638,\n
        "lon": 3.5407937,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624355,\n
        "lat": 49.0739227,\n
        "lon": 3.5407870,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624356,\n
        "lat": 49.0739176,\n
        "lon": 3.5406418,\n
        "timestamp": "2017-07-02T07:37:30Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624357,\n
        "lat": 49.0738583,\n
        "lon": 3.5406491,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624358,\n
        "lat": 49.0738386,\n
        "lon": 3.5402457,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624359,\n
        "lat": 49.0738407,\n
        "lon": 3.5402687,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624360,\n
        "lat": 49.0738554,\n
        "lon": 3.5402648,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624361,\n
        "lat": 49.0738535,\n
        "lon": 3.5402418,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624362,\n
        "lat": 49.0737845,\n
        "lon": 3.5402593,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624363,\n
        "lat": 49.0738292,\n
        "lon": 3.5402480,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624364,\n
        "lat": 49.0738223,\n
        "lon": 3.5401800,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624365,\n
        "lat": 49.0737762,\n
        "lon": 3.5401895,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624366,\n
        "lat": 49.0738539,\n
        "lon": 3.5402469,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624367,\n
        "lat": 49.0739231,\n
        "lon": 3.5402290,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624368,\n
        "lat": 49.0739140,\n
        "lon": 3.5401075,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624369,\n
        "lat": 49.0738439,\n
        "lon": 3.5401232,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624370,\n
        "lat": 49.0739138,\n
        "lon": 3.5401033,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624371,\n
        "lat": 49.0739459,\n
        "lon": 3.5400960,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624372,\n
        "lat": 49.0739363,\n
        "lon": 3.5399762,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624373,\n
        "lat": 49.0738345,\n
        "lon": 3.5400041,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624374,\n
        "lat": 49.0737634,\n
        "lon": 3.5400823,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624375,\n
        "lat": 49.0737834,\n
        "lon": 3.5400760,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624376,\n
        "lat": 49.0737790,\n
        "lon": 3.5400379,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624377,\n
        "lat": 49.0737586,\n
        "lon": 3.5400425,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624378,\n
        "lat": 49.0739243,\n
        "lon": 3.5398478,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624379,\n
        "lat": 49.0738240,\n
        "lon": 3.5398730,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624380,\n
        "lat": 49.0738267,\n
        "lon": 3.5399062,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624381,\n
        "lat": 49.0738119,\n
        "lon": 3.5399100,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624382,\n
        "lat": 49.0738145,\n
        "lon": 3.5399414,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624383,\n
        "lat": 49.0738292,\n
        "lon": 3.5399376,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624384,\n
        "lat": 49.0741290,\n
        "lon": 3.5400572,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624385,\n
        "lat": 49.0741229,\n
        "lon": 3.5399696,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624386,\n
        "lat": 49.0740809,\n
        "lon": 3.5399768,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624387,\n
        "lat": 49.0740853,\n
        "lon": 3.5400646,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624388,\n
        "lat": 49.0740808,\n
        "lon": 3.5397923,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624389,\n
        "lat": 49.0740634,\n
        "lon": 3.5396511,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624390,\n
        "lat": 49.0740384,\n
        "lon": 3.5396398,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624391,\n
        "lat": 49.0740529,\n
        "lon": 3.5397572,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624392,\n
        "lat": 49.0738892,\n
        "lon": 3.5398124,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624393,\n
        "lat": 49.0738860,\n
        "lon": 3.5397853,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624394,\n
        "lat": 49.0738183,\n
        "lon": 3.5398004,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624395,\n
        "lat": 49.0738104,\n
        "lon": 3.5396257,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624396,\n
        "lat": 49.0737944,\n
        "lon": 3.5396284,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624397,\n
        "lat": 49.0737890,\n
        "lon": 3.5395503,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624398,\n
        "lat": 49.0737361,\n
        "lon": 3.5395582,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624399,\n
        "lat": 49.0737488,\n
        "lon": 3.5397272,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624400,\n
        "lat": 49.0738014,\n
        "lon": 3.5397167,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624401,\n
        "lat": 49.0737979,\n
        "lon": 3.5396803,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624402,\n
        "lat": 49.0738149,\n
        "lon": 3.5396768,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624403,\n
        "lat": 49.0738181,\n
        "lon": 3.5397138,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624404,\n
        "lat": 49.0738527,\n
        "lon": 3.5397073,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624405,\n
        "lat": 49.0738455,\n
        "lon": 3.5396198,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624406,\n
        "lat": 49.0741621,\n
        "lon": 3.5398685,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624407,\n
        "lat": 49.0741707,\n
        "lon": 3.5399845,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624408,\n
        "lat": 49.0742880,\n
        "lon": 3.5399632,\n
        "timestamp": "2017-07-02T07:37:31Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624409,\n
        "lat": 49.0742788,\n
        "lon": 3.5398496,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624410,\n
        "lat": 49.0749443,\n
        "lon": 3.5397001,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624411,\n
        "lat": 49.0750050,\n
        "lon": 3.5396721,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624412,\n
        "lat": 49.0749946,\n
        "lon": 3.5396180,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624413,\n
        "lat": 49.0749737,\n
        "lon": 3.5396287,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624414,\n
        "lat": 49.0749539,\n
        "lon": 3.5395300,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624415,\n
        "lat": 49.0749418,\n
        "lon": 3.5395358,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624416,\n
        "lat": 49.0749335,\n
        "lon": 3.5394926,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624417,\n
        "lat": 49.0749174,\n
        "lon": 3.5394999,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624418,\n
        "lat": 49.0749059,\n
        "lon": 3.5394401,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624419,\n
        "lat": 49.0748922,\n
        "lon": 3.5394460,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624420,\n
        "lat": 49.0746981,\n
        "lon": 3.5394631,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624521,\n
        "lat": 49.0746003,\n
        "lon": 3.5394964,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624522,\n
        "lat": 49.0746169,\n
        "lon": 3.5396028,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624523,\n
        "lat": 49.0747154,\n
        "lon": 3.5395684,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624524,\n
        "lat": 49.0743831,\n
        "lon": 3.5394420,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624525,\n
        "lat": 49.0744458,\n
        "lon": 3.5394178,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624526,\n
        "lat": 49.0744326,\n
        "lon": 3.5393415,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624527,\n
        "lat": 49.0743703,\n
        "lon": 3.5393667,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624528,\n
        "lat": 49.0744144,\n
        "lon": 3.5396258,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624529,\n
        "lat": 49.0744778,\n
        "lon": 3.5396021,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624530,\n
        "lat": 49.0732859,\n
        "lon": 3.5393835,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624531,\n
        "lat": 49.0732677,\n
        "lon": 3.5394870,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624532,\n
        "lat": 49.0733578,\n
        "lon": 3.5395237,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624533,\n
        "lat": 49.0733753,\n
        "lon": 3.5394199,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624534,\n
        "lat": 49.0743286,\n
        "lon": 3.5418951,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624535,\n
        "lat": 49.0742942,\n
        "lon": 3.5418941,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624536,\n
        "lat": 49.0742940,\n
        "lon": 3.5419292,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624537,\n
        "lat": 49.0743282,\n
        "lon": 3.5419291,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624538,\n
        "lat": 49.0731948,\n
        "lon": 3.5427414,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624539,\n
        "lat": 49.0732578,\n
        "lon": 3.5427180,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624540,\n
        "lat": 49.0731957,\n
        "lon": 3.5423610,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624541,\n
        "lat": 49.0731357,\n
        "lon": 3.5423853,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624542,\n
        "lat": 49.0731452,\n
        "lon": 3.5428289,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624543,\n
        "lat": 49.0731579,\n
        "lon": 3.5429760,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624544,\n
        "lat": 49.0732265,\n
        "lon": 3.5429639,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624545,\n
        "lat": 49.0732155,\n
        "lon": 3.5428154,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624546,\n
        "lat": 49.0731826,\n
        "lon": 3.5431011,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624547,\n
        "lat": 49.0731415,\n
        "lon": 3.5431973,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624548,\n
        "lat": 49.0731719,\n
        "lon": 3.5432302,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624549,\n
        "lat": 49.0732223,\n
        "lon": 3.5432788,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624550,\n
        "lat": 49.0732626,\n
        "lon": 3.5431834,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624551,\n
        "lat": 49.0732734,\n
        "lon": 3.5445584,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624552,\n
        "lat": 49.0733222,\n
        "lon": 3.5446078,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624553,\n
        "lat": 49.0733656,\n
        "lon": 3.5445077,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624554,\n
        "lat": 49.0733145,\n
        "lon": 3.5444563,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624555,\n
        "lat": 49.0732957,\n
        "lon": 3.5444979,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624556,\n
        "lat": 49.0732448,\n
        "lon": 3.5444462,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624557,\n
        "lat": 49.0732635,\n
        "lon": 3.5444051,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624558,\n
        "lat": 49.0732116,\n
        "lon": 3.5443529,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624559,\n
        "lat": 49.0731688,\n
        "lon": 3.5444525,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624560,\n
        "lat": 49.0732183,\n
        "lon": 3.5445026,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624561,\n
        "lat": 49.0732112,\n
        "lon": 3.5445213,\n
        "timestamp": "2017-07-02T07:37:32Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624562,\n
        "lat": 49.0732655,\n
        "lon": 3.5445757,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624563,\n
        "lat": 49.0726861,\n
        "lon": 3.5423945,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624564,\n
        "lat": 49.0726945,\n
        "lon": 3.5423916,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624568,\n
        "lat": 49.0725629,\n
        "lon": 3.5422706,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624569,\n
        "lat": 49.0725960,\n
        "lon": 3.5422570,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624570,\n
        "lat": 49.0726101,\n
        "lon": 3.5423252,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624571,\n
        "lat": 49.0725770,\n
        "lon": 3.5423366,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624572,\n
        "lat": 49.0727521,\n
        "lon": 3.5424825,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624573,\n
        "lat": 49.0727351,\n
        "lon": 3.5423778,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624574,\n
        "lat": 49.0726915,\n
        "lon": 3.5424301,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624575,\n
        "lat": 49.0726527,\n
        "lon": 3.5424442,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624576,\n
        "lat": 49.0726616,\n
        "lon": 3.5425015,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624577,\n
        "lat": 49.0724590,\n
        "lon": 3.5426111,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624578,\n
        "lat": 49.0724486,\n
        "lon": 3.5426139,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624579,\n
        "lat": 49.0724392,\n
        "lon": 3.5425400,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624580,\n
        "lat": 49.0723461,\n
        "lon": 3.5425660,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624581,\n
        "lat": 49.0723631,\n
        "lon": 3.5427250,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624582,\n
        "lat": 49.0724728,\n
        "lon": 3.5427007,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624583,\n
        "lat": 49.0724644,\n
        "lon": 3.5426097,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624584,\n
        "lat": 49.0724619,\n
        "lon": 3.5430678,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624585,\n
        "lat": 49.0725353,\n
        "lon": 3.5430514,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624586,\n
        "lat": 49.0725206,\n
        "lon": 3.5428938,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624587,\n
        "lat": 49.0724463,\n
        "lon": 3.5429104,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624588,\n
        "lat": 49.0727266,\n
        "lon": 3.5433752,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624589,\n
        "lat": 49.0727159,\n
        "lon": 3.5432659,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624590,\n
        "lat": 49.0726103,\n
        "lon": 3.5432879,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624591,\n
        "lat": 49.0726210,\n
        "lon": 3.5433985,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624592,\n
        "lat": 49.0714264,\n
        "lon": 3.5511087,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624593,\n
        "lat": 49.0714028,\n
        "lon": 3.5509937,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624594,\n
        "lat": 49.0713966,\n
        "lon": 3.5508406,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624595,\n
        "lat": 49.0714922,\n
        "lon": 3.5508013,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624596,\n
        "lat": 49.0714964,\n
        "lon": 3.5508295,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624597,\n
        "lat": 49.0715341,\n
        "lon": 3.5508146,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624598,\n
        "lat": 49.0715128,\n
        "lon": 3.5506832,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624599,\n
        "lat": 49.0714288,\n
        "lon": 3.5507165,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624600,\n
        "lat": 49.0714204,\n
        "lon": 3.5506680,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624601,\n
        "lat": 49.0713703,\n
        "lon": 3.5506876,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624602,\n
        "lat": 49.0725365,\n
        "lon": 3.5509290,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624603,\n
        "lat": 49.0725400,\n
        "lon": 3.5509296,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624604,\n
        "lat": 49.0725376,\n
        "lon": 3.5509634,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624605,\n
        "lat": 49.0725854,\n
        "lon": 3.5509739,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624606,\n
        "lat": 49.0725873,\n
        "lon": 3.5509611,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624607,\n
        "lat": 49.0725996,\n
        "lon": 3.5509748,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624608,\n
        "lat": 49.0725995,\n
        "lon": 3.5509832,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624609,\n
        "lat": 49.0726076,\n
        "lon": 3.5509903,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624610,\n
        "lat": 49.0726103,\n
        "lon": 3.5509831,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624611,\n
        "lat": 49.0726310,\n
        "lon": 3.5509865,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624612,\n
        "lat": 49.0726493,\n
        "lon": 3.5509402,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624613,\n
        "lat": 49.0726896,\n
        "lon": 3.5509492,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624614,\n
        "lat": 49.0726890,\n
        "lon": 3.5509577,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624615,\n
        "lat": 49.0726963,\n
        "lon": 3.5509593,\n
        "timestamp": "2017-07-02T07:37:33Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624616,\n
        "lat": 49.0726968,\n
        "lon": 3.5509502,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624617,\n
        "lat": 49.0727039,\n
        "lon": 3.5509518,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624618,\n
        "lat": 49.0727049,\n
        "lon": 3.5509432,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624619,\n
        "lat": 49.0726975,\n
        "lon": 3.5509412,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624620,\n
        "lat": 49.0727026,\n
        "lon": 3.5508801,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624721,\n
        "lat": 49.0727110,\n
        "lon": 3.5508811,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624722,\n
        "lat": 49.0727115,\n
        "lon": 3.5508694,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624723,\n
        "lat": 49.0726798,\n
        "lon": 3.5508645,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624724,\n
        "lat": 49.0726912,\n
        "lon": 3.5507181,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624725,\n
        "lat": 49.0726992,\n
        "lon": 3.5507184,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624726,\n
        "lat": 49.0726998,\n
        "lon": 3.5507070,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624727,\n
        "lat": 49.0726653,\n
        "lon": 3.5507031,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624728,\n
        "lat": 49.0726660,\n
        "lon": 3.5506905,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624729,\n
        "lat": 49.0726579,\n
        "lon": 3.5506888,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624730,\n
        "lat": 49.0726568,\n
        "lon": 3.5507012,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624731,\n
        "lat": 49.0726054,\n
        "lon": 3.5506911,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624732,\n
        "lat": 49.0726059,\n
        "lon": 3.5506790,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624733,\n
        "lat": 49.0725979,\n
        "lon": 3.5506772,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624734,\n
        "lat": 49.0725966,\n
        "lon": 3.5506905,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624735,\n
        "lat": 49.0725682,\n
        "lon": 3.5506842,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624736,\n
        "lat": 49.0725674,\n
        "lon": 3.5506939,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624737,\n
        "lat": 49.0725727,\n
        "lon": 3.5506951,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624738,\n
        "lat": 49.0725580,\n
        "lon": 3.5508460,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624739,\n
        "lat": 49.0725396,\n
        "lon": 3.5508431,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624740,\n
        "lat": 49.0725386,\n
        "lon": 3.5508550,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624741,\n
        "lat": 49.0725462,\n
        "lon": 3.5508566,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624742,\n
        "lat": 49.0725408,\n
        "lon": 3.5509178,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624743,\n
        "lat": 49.0725348,\n
        "lon": 3.5509175,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624744,\n
        "lat": 49.0725340,\n
        "lon": 3.5509246,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624745,\n
        "lat": 49.0715894,\n
        "lon": 3.5508804,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624746,\n
        "lat": 49.0715952,\n
        "lon": 3.5509500,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624747,\n
        "lat": 49.0716430,\n
        "lon": 3.5509420,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624748,\n
        "lat": 49.0716357,\n
        "lon": 3.5508495,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624749,\n
        "lat": 49.0716078,\n
        "lon": 3.5508561,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624750,\n
        "lat": 49.0716389,\n
        "lon": 3.5517066,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624751,\n
        "lat": 49.0716476,\n
        "lon": 3.5517013,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624752,\n
        "lat": 49.0716577,\n
        "lon": 3.5517448,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624753,\n
        "lat": 49.0716841,\n
        "lon": 3.5517314,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624754,\n
        "lat": 49.0716749,\n
        "lon": 3.5516816,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624755,\n
        "lat": 49.0717428,\n
        "lon": 3.5516435,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624756,\n
        "lat": 49.0717244,\n
        "lon": 3.5515610,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624757,\n
        "lat": 49.0716904,\n
        "lon": 3.5515816,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624758,\n
        "lat": 49.0716424,\n
        "lon": 3.5513732,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624759,\n
        "lat": 49.0716387,\n
        "lon": 3.5513728,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624760,\n
        "lat": 49.0715718,\n
        "lon": 3.5514110,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624761,\n
        "lat": 49.0714201,\n
        "lon": 3.5518984,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624762,\n
        "lat": 49.0714966,\n
        "lon": 3.5518516,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624763,\n
        "lat": 49.0716388,\n
        "lon": 3.5517859,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624764,\n
        "lat": 49.0716141,\n
        "lon": 3.5516818,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624765,\n
        "lat": 49.0714382,\n
        "lon": 3.5517850,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624766,\n
        "lat": 49.0713979,\n
        "lon": 3.5518142,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624767,\n
        "lat": 49.0714799,\n
        "lon": 3.5520990,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624768,\n
        "lat": 49.0714704,\n
        "lon": 3.5520655,\n
        "timestamp": "2017-07-02T07:37:34Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624769,\n
        "lat": 49.0714015,\n
        "lon": 3.5521083,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624770,\n
        "lat": 49.0714299,\n
        "lon": 3.5521584,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624771,\n
        "lat": 49.0714433,\n
        "lon": 3.5521499,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624772,\n
        "lat": 49.0714370,\n
        "lon": 3.5521269,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624773,\n
        "lat": 49.0714671,\n
        "lon": 3.5522381,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624774,\n
        "lat": 49.0715056,\n
        "lon": 3.5522117,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624775,\n
        "lat": 49.0715055,\n
        "lon": 3.5521996,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624776,\n
        "lat": 49.0714842,\n
        "lon": 3.5521241,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624781,\n
        "lat": 49.0750865,\n
        "lon": 3.5468876,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624782,\n
        "lat": 49.0751169,\n
        "lon": 3.5468883,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624783,\n
        "lat": 49.0751175,\n
        "lon": 3.5468348,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624784,\n
        "lat": 49.0750871,\n
        "lon": 3.5468343,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624785,\n
        "lat": 49.0753884,\n
        "lon": 3.5457201,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624786,\n
        "lat": 49.0753001,\n
        "lon": 3.5457173,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624787,\n
        "lat": 49.0752975,\n
        "lon": 3.5458816,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624788,\n
        "lat": 49.0753082,\n
        "lon": 3.5458818,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624789,\n
        "lat": 49.0753078,\n
        "lon": 3.5459323,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624790,\n
        "lat": 49.0752995,\n
        "lon": 3.5459317,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624791,\n
        "lat": 49.0752911,\n
        "lon": 3.5465417,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624792,\n
        "lat": 49.0755105,\n
        "lon": 3.5465485,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624793,\n
        "lat": 49.0755189,\n
        "lon": 3.5459397,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624794,\n
        "lat": 49.0753563,\n
        "lon": 3.5459344,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624795,\n
        "lat": 49.0753568,\n
        "lon": 3.5458839,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624796,\n
        "lat": 49.0753856,\n
        "lon": 3.5458849,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624797,\n
        "lat": 49.0751884,\n
        "lon": 3.5446335,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624798,\n
        "lat": 49.0751416,\n
        "lon": 3.5446323,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624799,\n
        "lat": 49.0751373,\n
        "lon": 3.5449767,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624800,\n
        "lat": 49.0751837,\n
        "lon": 3.5449777,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624801,\n
        "lat": 49.0751874,\n
        "lon": 3.5457282,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624802,\n
        "lat": 49.0751293,\n
        "lon": 3.5457260,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624803,\n
        "lat": 49.0751245,\n
        "lon": 3.5460241,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624804,\n
        "lat": 49.0751831,\n
        "lon": 3.5460268,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624806,\n
        "lat": 49.0751913,\n
        "lon": 3.5430951,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624807,\n
        "lat": 49.0751005,\n
        "lon": 3.5433785,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624808,\n
        "lat": 49.0752722,\n
        "lon": 3.5435065,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624809,\n
        "lat": 49.0753659,\n
        "lon": 3.5432229,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624810,\n
        "lat": 49.0750564,\n
        "lon": 3.5432343,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624811,\n
        "lat": 49.0751105,\n
        "lon": 3.5432345,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624812,\n
        "lat": 49.0751142,\n
        "lon": 3.5430967,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624813,\n
        "lat": 49.0750599,\n
        "lon": 3.5430958,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624814,\n
        "lat": 49.0750088,\n
        "lon": 3.5432153,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624815,\n
        "lat": 49.0750566,\n
        "lon": 3.5432150,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624816,\n
        "lat": 49.0750564,\n
        "lon": 3.5431455,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624817,\n
        "lat": 49.0750102,\n
        "lon": 3.5431453,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624818,\n
        "lat": 49.0749783,\n
        "lon": 3.5432615,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624819,\n
        "lat": 49.0750561,\n
        "lon": 3.5432616,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624820,\n
        "lat": 49.0749789,\n
        "lon": 3.5432154,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624821,\n
        "lat": 49.0749569,\n
        "lon": 3.5432884,\n
        "timestamp": "2017-07-02T07:37:35Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624822,\n
        "lat": 49.0749779,\n
        "lon": 3.5432868,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624823,\n
        "lat": 49.0749790,\n
        "lon": 3.5432109,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624824,\n
        "lat": 49.0749571,\n
        "lon": 3.5432106,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624825,\n
        "lat": 49.0749808,\n
        "lon": 3.5426346,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624826,\n
        "lat": 49.0749840,\n
        "lon": 3.5425399,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624827,\n
        "lat": 49.0749091,\n
        "lon": 3.5425334,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624828,\n
        "lat": 49.0749041,\n
        "lon": 3.5427111,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624829,\n
        "lat": 49.0750036,\n
        "lon": 3.5427193,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624830,\n
        "lat": 49.0750055,\n
        "lon": 3.5426368,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624831,\n
        "lat": 49.0750340,\n
        "lon": 3.5425421,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624832,\n
        "lat": 49.0751165,\n
        "lon": 3.5425481,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624833,\n
        "lat": 49.0751273,\n
        "lon": 3.5418792,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624834,\n
        "lat": 49.0750641,\n
        "lon": 3.5418770,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624835,\n
        "lat": 49.0750612,\n
        "lon": 3.5419982,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624836,\n
        "lat": 49.0750003,\n
        "lon": 3.5419949,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624837,\n
        "lat": 49.0749948,\n
        "lon": 3.5425392,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624838,\n
        "lat": 49.0750330,\n
        "lon": 3.5427239,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624839,\n
        "lat": 49.0750309,\n
        "lon": 3.5427215,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624840,\n
        "lat": 49.0750309,\n
        "lon": 3.5427239,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624841,\n
        "lat": 49.0750669,\n
        "lon": 3.5427234,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624842,\n
        "lat": 49.0750685,\n
        "lon": 3.5425446,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624843,\n
        "lat": 49.0759261,\n
        "lon": 3.5430137,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624844,\n
        "lat": 49.0759263,\n
        "lon": 3.5430467,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624845,\n
        "lat": 49.0759447,\n
        "lon": 3.5430470,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624846,\n
        "lat": 49.0759449,\n
        "lon": 3.5430133,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624847,\n
        "lat": 49.0759170,\n
        "lon": 3.5429740,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624848,\n
        "lat": 49.0759176,\n
        "lon": 3.5429891,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624849,\n
        "lat": 49.0759247,\n
        "lon": 3.5430030,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624850,\n
        "lat": 49.0759361,\n
        "lon": 3.5430068,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624851,\n
        "lat": 49.0759447,\n
        "lon": 3.5430016,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624852,\n
        "lat": 49.0759512,\n
        "lon": 3.5429892,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624853,\n
        "lat": 49.0759509,\n
        "lon": 3.5429738,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624854,\n
        "lat": 49.0759431,\n
        "lon": 3.5429598,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624855,\n
        "lat": 49.0759322,\n
        "lon": 3.5429542,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624856,\n
        "lat": 49.0759223,\n
        "lon": 3.5429619,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624857,\n
        "lat": 49.0759263,\n
        "lon": 3.5429075,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624858,\n
        "lat": 49.0759213,\n
        "lon": 3.5429126,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624859,\n
        "lat": 49.0759178,\n
        "lon": 3.5429228,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624860,\n
        "lat": 49.0759193,\n
        "lon": 3.5429405,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624861,\n
        "lat": 49.0759278,\n
        "lon": 3.5429502,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624862,\n
        "lat": 49.0759388,\n
        "lon": 3.5429489,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624863,\n
        "lat": 49.0759457,\n
        "lon": 3.5429397,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624864,\n
        "lat": 49.0759476,\n
        "lon": 3.5429244,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624865,\n
        "lat": 49.0759437,\n
        "lon": 3.5429119,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624866,\n
        "lat": 49.0759354,\n
        "lon": 3.5429050,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624867,\n
        "lat": 49.0751649,\n
        "lon": 3.5436500,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624868,\n
        "lat": 49.0751001,\n
        "lon": 3.5436475,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624869,\n
        "lat": 49.0750992,\n
        "lon": 3.5436862,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624870,\n
        "lat": 49.0748502,\n
        "lon": 3.5436845,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624871,\n
        "lat": 49.0748528,\n
        "lon": 3.5437802,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624872,\n
        "lat": 49.0750511,\n
        "lon": 3.5437818,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624873,\n
        "lat": 49.0750484,\n
        "lon": 3.5440561,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624874,\n
        "lat": 49.0748580,\n
        "lon": 3.5440532,\n
        "timestamp": "2017-07-02T07:37:36Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624875,\n
        "lat": 49.0748599,\n
        "lon": 3.5441674,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624876,\n
        "lat": 49.0750917,\n
        "lon": 3.5441706,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624877,\n
        "lat": 49.0750911,\n
        "lon": 3.5442208,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624878,\n
        "lat": 49.0751554,\n
        "lon": 3.5442223,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624879,\n
        "lat": 49.0751569,\n
        "lon": 3.5441258,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624880,\n
        "lat": 49.0752002,\n
        "lon": 3.5441273,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624881,\n
        "lat": 49.0752069,\n
        "lon": 3.5437524,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624882,\n
        "lat": 49.0751635,\n
        "lon": 3.5437506,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624883,\n
        "lat": 49.0757205,\n
        "lon": 3.5425771,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624884,\n
        "lat": 49.0754310,\n
        "lon": 3.5430633,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946624885,\n
        "lat": 49.0754844,\n
        "lon": 3.5431370,\n
        "timestamp": "2017-07-02T07:37:37Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625021,\n
        "lat": 49.0689571,\n
        "lon": 3.5438202,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625022,\n
        "lat": 49.0689572,\n
        "lon": 3.5437945,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625023,\n
        "lat": 49.0689522,\n
        "lon": 3.5437681,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625024,\n
        "lat": 49.0689437,\n
        "lon": 3.5437477,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625025,\n
        "lat": 49.0689322,\n
        "lon": 3.5437285,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625026,\n
        "lat": 49.0689347,\n
        "lon": 3.5436730,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625027,\n
        "lat": 49.0689506,\n
        "lon": 3.5436632,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625028,\n
        "lat": 49.0689622,\n
        "lon": 3.5436459,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625029,\n
        "lat": 49.0689708,\n
        "lon": 3.5436274,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625030,\n
        "lat": 49.0689761,\n
        "lon": 3.5436013,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625031,\n
        "lat": 49.0689752,\n
        "lon": 3.5435751,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625032,\n
        "lat": 49.0689709,\n
        "lon": 3.5435521,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625033,\n
        "lat": 49.0689637,\n
        "lon": 3.5435339,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625034,\n
        "lat": 49.0689551,\n
        "lon": 3.5435206,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625035,\n
        "lat": 49.0689436,\n
        "lon": 3.5435095,\n
        "timestamp": "2017-07-02T07:37:38Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625036,\n
        "lat": 49.0689286,\n
        "lon": 3.5435022,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625037,\n
        "lat": 49.0689151,\n
        "lon": 3.5435025,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625038,\n
        "lat": 49.0689011,\n
        "lon": 3.5435071,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625039,\n
        "lat": 49.0688872,\n
        "lon": 3.5435171,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625040,\n
        "lat": 49.0688762,\n
        "lon": 3.5435326,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625041,\n
        "lat": 49.0688680,\n
        "lon": 3.5435523,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625042,\n
        "lat": 49.0688632,\n
        "lon": 3.5435764,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625043,\n
        "lat": 49.0688638,\n
        "lon": 3.5436028,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625044,\n
        "lat": 49.0688689,\n
        "lon": 3.5436263,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625045,\n
        "lat": 49.0688781,\n
        "lon": 3.5436491,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625046,\n
        "lat": 49.0688888,\n
        "lon": 3.5436611,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625047,\n
        "lat": 49.0688859,\n
        "lon": 3.5437238,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625048,\n
        "lat": 49.0688750,\n
        "lon": 3.5437292,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625049,\n
        "lat": 49.0688658,\n
        "lon": 3.5437375,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625050,\n
        "lat": 49.0735632,\n
        "lon": 3.5424948,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625051,\n
        "lat": 49.0735401,\n
        "lon": 3.5424993,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625052,\n
        "lat": 49.0735509,\n
        "lon": 3.5426574,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625053,\n
        "lat": 49.0735747,\n
        "lon": 3.5426539,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625054,\n
        "lat": 49.0739259,\n
        "lon": 3.5427536,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625055,\n
        "lat": 49.0739462,\n
        "lon": 3.5427498,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625056,\n
        "lat": 49.0739433,\n
        "lon": 3.5427130,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625057,\n
        "lat": 49.0740826,\n
        "lon": 3.5426877,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625058,\n
        "lat": 49.0740776,\n
        "lon": 3.5426086,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625059,\n
        "lat": 49.0739362,\n
        "lon": 3.5426346,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625060,\n
        "lat": 49.0739120,\n
        "lon": 3.5423265,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625061,\n
        "lat": 49.0738338,\n
        "lon": 3.5423400,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625062,\n
        "lat": 49.0738716,\n
        "lon": 3.5427634,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625063,\n
        "lat": 49.0738764,\n
        "lon": 3.5427625,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625064,\n
        "lat": 49.0738818,\n
        "lon": 3.5428136,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625065,\n
        "lat": 49.0739305,\n
        "lon": 3.5428035,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625066,\n
        "lat": 49.0732518,\n
        "lon": 3.5433790,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625067,\n
        "lat": 49.0732939,\n
        "lon": 3.5434245,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625068,\n
        "lat": 49.0733079,\n
        "lon": 3.5433927,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625069,\n
        "lat": 49.0733423,\n
        "lon": 3.5434292,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625070,\n
        "lat": 49.0733836,\n
        "lon": 3.5433317,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625071,\n
        "lat": 49.0733055,\n
        "lon": 3.5432515,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625072,\n
        "lat": 49.0734565,\n
        "lon": 3.5432611,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625073,\n
        "lat": 49.0735075,\n
        "lon": 3.5433139,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625074,\n
        "lat": 49.0735233,\n
        "lon": 3.5432744,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625075,\n
        "lat": 49.0735613,\n
        "lon": 3.5433136,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625076,\n
        "lat": 49.0735996,\n
        "lon": 3.5432220,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625077,\n
        "lat": 49.0735466,\n
        "lon": 3.5431683,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625078,\n
        "lat": 49.0735098,\n
        "lon": 3.5431279,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625079,\n
        "lat": 49.0734815,\n
        "lon": 3.5436984,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625080,\n
        "lat": 49.0735230,\n
        "lon": 3.5436053,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625081,\n
        "lat": 49.0734110,\n
        "lon": 3.5434930,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625082,\n
        "lat": 49.0733718,\n
        "lon": 3.5435876,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625083,\n
        "lat": 49.0735956,\n
        "lon": 3.5438116,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625084,\n
        "lat": 49.0736483,\n
        "lon": 3.5436872,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625085,\n
        "lat": 49.0735978,\n
        "lon": 3.5436380,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625086,\n
        "lat": 49.0735850,\n
        "lon": 3.5436675,\n
        "timestamp": "2017-07-02T07:37:39Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625087,\n
        "lat": 49.0737274,\n
        "lon": 3.5431116,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625088,\n
        "lat": 49.0736863,\n
        "lon": 3.5432028,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625089,\n
        "lat": 49.0737773,\n
        "lon": 3.5432980,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625090,\n
        "lat": 49.0738191,\n
        "lon": 3.5432062,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625091,\n
        "lat": 49.0732489,\n
        "lon": 3.5439123,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625092,\n
        "lat": 49.0732091,\n
        "lon": 3.5440056,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625093,\n
        "lat": 49.0733037,\n
        "lon": 3.5440967,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625094,\n
        "lat": 49.0733428,\n
        "lon": 3.5440064,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625095,\n
        "lat": 49.0734232,\n
        "lon": 3.5440228,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625096,\n
        "lat": 49.0733839,\n
        "lon": 3.5441146,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625097,\n
        "lat": 49.0734647,\n
        "lon": 3.5441939,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625098,\n
        "lat": 49.0735043,\n
        "lon": 3.5441003,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625099,\n
        "lat": 49.0737488,\n
        "lon": 3.5437540,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625100,\n
        "lat": 49.0736867,\n
        "lon": 3.5439029,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625101,\n
        "lat": 49.0737487,\n
        "lon": 3.5439606,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625102,\n
        "lat": 49.0738094,\n
        "lon": 3.5438139,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625103,\n
        "lat": 49.0739002,\n
        "lon": 3.5436253,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625104,\n
        "lat": 49.0739344,\n
        "lon": 3.5435444,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625105,\n
        "lat": 49.0738744,\n
        "lon": 3.5434844,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625106,\n
        "lat": 49.0738425,\n
        "lon": 3.5435558,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625107,\n
        "lat": 49.0738161,\n
        "lon": 3.5435300,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625108,\n
        "lat": 49.0737759,\n
        "lon": 3.5436149,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625109,\n
        "lat": 49.0738062,\n
        "lon": 3.5436464,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625110,\n
        "lat": 49.0738121,\n
        "lon": 3.5436337,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625111,\n
        "lat": 49.0738712,\n
        "lon": 3.5436936,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625112,\n
        "lat": 49.0739698,\n
        "lon": 3.5432299,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625113,\n
        "lat": 49.0739017,\n
        "lon": 3.5433774,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625114,\n
        "lat": 49.0739716,\n
        "lon": 3.5434503,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625115,\n
        "lat": 49.0740374,\n
        "lon": 3.5433007,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625116,\n
        "lat": 49.0741091,\n
        "lon": 3.5439105,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625117,\n
        "lat": 49.0740298,\n
        "lon": 3.5438313,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625118,\n
        "lat": 49.0739786,\n
        "lon": 3.5439502,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625119,\n
        "lat": 49.0740360,\n
        "lon": 3.5440107,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625120,\n
        "lat": 49.0740706,\n
        "lon": 3.5439337,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625221,\n
        "lat": 49.0740906,\n
        "lon": 3.5439543,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625222,\n
        "lat": 49.0733898,\n
        "lon": 3.5445907,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625223,\n
        "lat": 49.0733467,\n
        "lon": 3.5446913,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625224,\n
        "lat": 49.0734241,\n
        "lon": 3.5447700,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625225,\n
        "lat": 49.0734568,\n
        "lon": 3.5446934,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625226,\n
        "lat": 49.0734301,\n
        "lon": 3.5446666,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625227,\n
        "lat": 49.0734412,\n
        "lon": 3.5446426,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625228,\n
        "lat": 49.0749186,\n
        "lon": 3.5447494,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625229,\n
        "lat": 49.0749359,\n
        "lon": 3.5447496,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625230,\n
        "lat": 49.0749367,\n
        "lon": 3.5446522,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625231,\n
        "lat": 49.0749312,\n
        "lon": 3.5446522,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625232,\n
        "lat": 49.0749314,\n
        "lon": 3.5446336,\n
        "timestamp": "2017-07-02T07:37:40Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625233,\n
        "lat": 49.0749172,\n
        "lon": 3.5446331,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625234,\n
        "lat": 49.0747625,\n
        "lon": 3.5447478,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625235,\n
        "lat": 49.0748877,\n
        "lon": 3.5447490,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625236,\n
        "lat": 49.0748877,\n
        "lon": 3.5447423,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625237,\n
        "lat": 49.0749009,\n
        "lon": 3.5447425,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625238,\n
        "lat": 49.0749009,\n
        "lon": 3.5447492,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625239,\n
        "lat": 49.0748878,\n
        "lon": 3.5446321,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625240,\n
        "lat": 49.0748881,\n
        "lon": 3.5446216,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625241,\n
        "lat": 49.0744717,\n
        "lon": 3.5446163,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625242,\n
        "lat": 49.0748219,\n
        "lon": 3.5446207,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625243,\n
        "lat": 49.0748228,\n
        "lon": 3.5445642,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625244,\n
        "lat": 49.0747600,\n
        "lon": 3.5445630,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625245,\n
        "lat": 49.0747599,\n
        "lon": 3.5445794,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625246,\n
        "lat": 49.0747325,\n
        "lon": 3.5445791,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625247,\n
        "lat": 49.0747325,\n
        "lon": 3.5445844,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625248,\n
        "lat": 49.0747257,\n
        "lon": 3.5445845,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625249,\n
        "lat": 49.0747256,\n
        "lon": 3.5445725,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625250,\n
        "lat": 49.0747033,\n
        "lon": 3.5445711,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625251,\n
        "lat": 49.0747035,\n
        "lon": 3.5445848,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625252,\n
        "lat": 49.0746887,\n
        "lon": 3.5445840,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625253,\n
        "lat": 49.0746858,\n
        "lon": 3.5445739,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625254,\n
        "lat": 49.0746768,\n
        "lon": 3.5445659,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625255,\n
        "lat": 49.0746676,\n
        "lon": 3.5445632,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625256,\n
        "lat": 49.0744726,\n
        "lon": 3.5445608,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625257,\n
        "lat": 49.0742686,\n
        "lon": 3.5433785,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625258,\n
        "lat": 49.0743162,\n
        "lon": 3.5433787,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625259,\n
        "lat": 49.0743168,\n
        "lon": 3.5432951,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625260,\n
        "lat": 49.0742707,\n
        "lon": 3.5432916,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625261,\n
        "lat": 49.0742806,\n
        "lon": 3.5434535,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625262,\n
        "lat": 49.0742808,\n
        "lon": 3.5434851,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625263,\n
        "lat": 49.0743025,\n
        "lon": 3.5434862,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625264,\n
        "lat": 49.0743029,\n
        "lon": 3.5434543,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625265,\n
        "lat": 49.0746755,\n
        "lon": 3.5434496,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625266,\n
        "lat": 49.0748560,\n
        "lon": 3.5434480,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625267,\n
        "lat": 49.0748527,\n
        "lon": 3.5433164,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625268,\n
        "lat": 49.0743998,\n
        "lon": 3.5433263,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625269,\n
        "lat": 49.0743994,\n
        "lon": 3.5434504,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625270,\n
        "lat": 49.0749004,\n
        "lon": 3.5435416,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625271,\n
        "lat": 49.0748982,\n
        "lon": 3.5432879,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625272,\n
        "lat": 49.0748520,\n
        "lon": 3.5432904,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625273,\n
        "lat": 49.0746766,\n
        "lon": 3.5435434,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625274,\n
        "lat": 49.0736667,\n
        "lon": 3.5443194,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625275,\n
        "lat": 49.0735819,\n
        "lon": 3.5442319,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625276,\n
        "lat": 49.0735413,\n
        "lon": 3.5443228,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625277,\n
        "lat": 49.0736261,\n
        "lon": 3.5444106,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625278,\n
        "lat": 49.0753469,\n
        "lon": 3.5403644,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625279,\n
        "lat": 49.0752724,\n
        "lon": 3.5404961,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625280,\n
        "lat": 49.0753204,\n
        "lon": 3.5405541,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625281,\n
        "lat": 49.0753430,\n
        "lon": 3.5405141,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625282,\n
        "lat": 49.0753537,\n
        "lon": 3.5405273,\n
        "timestamp": "2017-07-02T07:37:41Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625283,\n
        "lat": 49.0754041,\n
        "lon": 3.5404352,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625284,\n
        "lat": 49.0750671,\n
        "lon": 3.5417516,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625285,\n
        "lat": 49.0750853,\n
        "lon": 3.5417522,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625286,\n
        "lat": 49.0750859,\n
        "lon": 3.5417210,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625287,\n
        "lat": 49.0750679,\n
        "lon": 3.5417202,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625288,\n
        "lat": 49.0751629,\n
        "lon": 3.5414102,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625289,\n
        "lat": 49.0752905,\n
        "lon": 3.5414055,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625290,\n
        "lat": 49.0752821,\n
        "lon": 3.5412544,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625291,\n
        "lat": 49.0752730,\n
        "lon": 3.5412548,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625292,\n
        "lat": 49.0752719,\n
        "lon": 3.5412246,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625293,\n
        "lat": 49.0752281,\n
        "lon": 3.5412293,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625294,\n
        "lat": 49.0752282,\n
        "lon": 3.5413050,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625295,\n
        "lat": 49.0751600,\n
        "lon": 3.5413149,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625296,\n
        "lat": 49.0752154,\n
        "lon": 3.5410612,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625297,\n
        "lat": 49.0752049,\n
        "lon": 3.5410645,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625298,\n
        "lat": 49.0752097,\n
        "lon": 3.5411325,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625299,\n
        "lat": 49.0751994,\n
        "lon": 3.5411358,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625300,\n
        "lat": 49.0752034,\n
        "lon": 3.5412014,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625301,\n
        "lat": 49.0752273,\n
        "lon": 3.5411985,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625302,\n
        "lat": 49.0752264,\n
        "lon": 3.5411885,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625303,\n
        "lat": 49.0752372,\n
        "lon": 3.5411867,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625304,\n
        "lat": 49.0752362,\n
        "lon": 3.5411677,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625305,\n
        "lat": 49.0752247,\n
        "lon": 3.5411692,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625306,\n
        "lat": 49.0751672,\n
        "lon": 3.5409185,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625307,\n
        "lat": 49.0751648,\n
        "lon": 3.5408119,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625308,\n
        "lat": 49.0750691,\n
        "lon": 3.5408146,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625309,\n
        "lat": 49.0750707,\n
        "lon": 3.5409794,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625310,\n
        "lat": 49.0751249,\n
        "lon": 3.5409796,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625311,\n
        "lat": 49.0751255,\n
        "lon": 3.5409963,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625312,\n
        "lat": 49.0752938,\n
        "lon": 3.5409853,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625313,\n
        "lat": 49.0752908,\n
        "lon": 3.5409091,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625314,\n
        "lat": 49.0755025,\n
        "lon": 3.5403554,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625315,\n
        "lat": 49.0754753,\n
        "lon": 3.5403711,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625316,\n
        "lat": 49.0754973,\n
        "lon": 3.5404562,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625317,\n
        "lat": 49.0755251,\n
        "lon": 3.5404411,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625318,\n
        "lat": 49.0751636,\n
        "lon": 3.5401812,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625319,\n
        "lat": 49.0751686,\n
        "lon": 3.5401766,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625320,\n
        "lat": 49.0751553,\n
        "lon": 3.5401345,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625421,\n
        "lat": 49.0751491,\n
        "lon": 3.5401379,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625422,\n
        "lat": 49.0751324,\n
        "lon": 3.5400879,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625423,\n
        "lat": 49.0750548,\n
        "lon": 3.5401497,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625424,\n
        "lat": 49.0750852,\n
        "lon": 3.5402414,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625425,\n
        "lat": 49.0750790,\n
        "lon": 3.5402477,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625426,\n
        "lat": 49.0750842,\n
        "lon": 3.5402639,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625427,\n
        "lat": 49.0750910,\n
        "lon": 3.5402593,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625428,\n
        "lat": 49.0751060,\n
        "lon": 3.5403043,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625429,\n
        "lat": 49.0751830,\n
        "lon": 3.5402393,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625430,\n
        "lat": 49.0752560,\n
        "lon": 3.5398369,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625431,\n
        "lat": 49.0753094,\n
        "lon": 3.5398266,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625432,\n
        "lat": 49.0753007,\n
        "lon": 3.5397319,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625433,\n
        "lat": 49.0752484,\n
        "lon": 3.5397447,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625434,\n
        "lat": 49.0706909,\n
        "lon": 3.5502329,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625435,\n
        "lat": 49.0705593,\n
        "lon": 3.5503012,\n
        "timestamp": "2017-07-02T07:37:42Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625436,\n
        "lat": 49.0705905,\n
        "lon": 3.5504352,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625437,\n
        "lat": 49.0707208,\n
        "lon": 3.5503630,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625438,\n
        "lat": 49.0728981,\n
        "lon": 3.5370883,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625439,\n
        "lat": 49.0729861,\n
        "lon": 3.5372360,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625440,\n
        "lat": 49.0730433,\n
        "lon": 3.5371589,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625441,\n
        "lat": 49.0722592,\n
        "lon": 3.5373734,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625442,\n
        "lat": 49.0722986,\n
        "lon": 3.5373556,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625443,\n
        "lat": 49.0721476,\n
        "lon": 3.5368641,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625444,\n
        "lat": 49.0720300,\n
        "lon": 3.5379561,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625445,\n
        "lat": 49.0721041,\n
        "lon": 3.5379191,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625446,\n
        "lat": 49.0720097,\n
        "lon": 3.5378902,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625447,\n
        "lat": 49.0722135,\n
        "lon": 3.5377960,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625448,\n
        "lat": 49.0722855,\n
        "lon": 3.5377627,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625449,\n
        "lat": 49.0723087,\n
        "lon": 3.5384627,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625450,\n
        "lat": 49.0723242,\n
        "lon": 3.5386142,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625451,\n
        "lat": 49.0723714,\n
        "lon": 3.5386053,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625452,\n
        "lat": 49.0723559,\n
        "lon": 3.5384535,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625453,\n
        "lat": 49.0731513,\n
        "lon": 3.5378985,\n
        "timestamp": "2017-07-02T07:52:34Z",\n
        "version": 2,\n
        "changeset": 49978632,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625454,\n
        "lat": 49.0731612,\n
        "lon": 3.5379206,\n
        "timestamp": "2017-07-02T07:52:34Z",\n
        "version": 2,\n
        "changeset": 49978632,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625455,\n
        "lat": 49.0731840,\n
        "lon": 3.5378968,\n
        "timestamp": "2017-07-02T07:52:34Z",\n
        "version": 2,\n
        "changeset": 49978632,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625456,\n
        "lat": 49.0731741,\n
        "lon": 3.5378746,\n
        "timestamp": "2017-07-02T07:52:34Z",\n
        "version": 2,\n
        "changeset": 49978632,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625457,\n
        "lat": 49.0731847,\n
        "lon": 3.5384639,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625458,\n
        "lat": 49.0731425,\n
        "lon": 3.5389236,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625459,\n
        "lat": 49.0731709,\n
        "lon": 3.5389238,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625460,\n
        "lat": 49.0725636,\n
        "lon": 3.5393053,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625461,\n
        "lat": 49.0725892,\n
        "lon": 3.5392853,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625462,\n
        "lat": 49.0725581,\n
        "lon": 3.5391910,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625463,\n
        "lat": 49.0725325,\n
        "lon": 3.5392119,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625464,\n
        "lat": 49.0725957,\n
        "lon": 3.5394017,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625465,\n
        "lat": 49.0720023,\n
        "lon": 3.5391092,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625466,\n
        "lat": 49.0719910,\n
        "lon": 3.5391171,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625467,\n
        "lat": 49.0719959,\n
        "lon": 3.5391357,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625468,\n
        "lat": 49.0720080,\n
        "lon": 3.5391286,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625469,\n
        "lat": 49.0720037,\n
        "lon": 3.5387733,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625470,\n
        "lat": 49.0719990,\n
        "lon": 3.5387548,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625473,\n
        "lat": 49.0713318,\n
        "lon": 3.5381825,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625474,\n
        "lat": 49.0713539,\n
        "lon": 3.5382880,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625475,\n
        "lat": 49.0714482,\n
        "lon": 3.5381257,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625476,\n
        "lat": 49.0725162,\n
        "lon": 3.5394547,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625477,\n
        "lat": 49.0725088,\n
        "lon": 3.5394302,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625478,\n
        "lat": 49.0724809,\n
        "lon": 3.5394476,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625479,\n
        "lat": 49.0726525,\n
        "lon": 3.5396356,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625480,\n
        "lat": 49.0726132,\n
        "lon": 3.5396573,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625481,\n
        "lat": 49.0728829,\n
        "lon": 3.5394889,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625482,\n
        "lat": 49.0728775,\n
        "lon": 3.5394667,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625483,\n
        "lat": 49.0728555,\n
        "lon": 3.5394800,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625484,\n
        "lat": 49.0720556,\n
        "lon": 3.5411728,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625485,\n
        "lat": 49.0720877,\n
        "lon": 3.5413559,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625486,\n
        "lat": 49.0721605,\n
        "lon": 3.5397542,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625487,\n
        "lat": 49.0721857,\n
        "lon": 3.5399098,\n
        "timestamp": "2017-07-02T07:37:43Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625488,\n
        "lat": 49.0722241,\n
        "lon": 3.5398901,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625489,\n
        "lat": 49.0721834,\n
        "lon": 3.5396567,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625490,\n
        "lat": 49.0721467,\n
        "lon": 3.5396688,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625491,\n
        "lat": 49.0720637,\n
        "lon": 3.5396418,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625492,\n
        "lat": 49.0719636,\n
        "lon": 3.5396921,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625493,\n
        "lat": 49.0719930,\n
        "lon": 3.5398120,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625494,\n
        "lat": 49.0720924,\n
        "lon": 3.5397587,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625495,\n
        "lat": 49.0729359,\n
        "lon": 3.5412666,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625496,\n
        "lat": 49.0728260,\n
        "lon": 3.5413059,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625497,\n
        "lat": 49.0735269,\n
        "lon": 3.5387795,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625498,\n
        "lat": 49.0735202,\n
        "lon": 3.5387338,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625499,\n
        "lat": 49.0734937,\n
        "lon": 3.5387442,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625500,\n
        "lat": 49.0733553,\n
        "lon": 3.5383579,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625501,\n
        "lat": 49.0733625,\n
        "lon": 3.5384094,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625502,\n
        "lat": 49.0734765,\n
        "lon": 3.5383686,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625503,\n
        "lat": 49.0734692,\n
        "lon": 3.5383172,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625504,\n
        "lat": 49.0734582,\n
        "lon": 3.5382378,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625505,\n
        "lat": 49.0733449,\n
        "lon": 3.5382828,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625506,\n
        "lat": 49.0737795,\n
        "lon": 3.5381953,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625507,\n
        "lat": 49.0738422,\n
        "lon": 3.5381677,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625508,\n
        "lat": 49.0738342,\n
        "lon": 3.5381249,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625509,\n
        "lat": 49.0735412,\n
        "lon": 3.5385211,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625510,\n
        "lat": 49.0735489,\n
        "lon": 3.5385553,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625511,\n
        "lat": 49.0736229,\n
        "lon": 3.5385165,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625512,\n
        "lat": 49.0745236,\n
        "lon": 3.5391997,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625513,\n
        "lat": 49.0744428,\n
        "lon": 3.5392272,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625514,\n
        "lat": 49.0737484,\n
        "lon": 3.5390183,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625515,\n
        "lat": 49.0737690,\n
        "lon": 3.5390134,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625516,\n
        "lat": 49.0737642,\n
        "lon": 3.5389680,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625517,\n
        "lat": 49.0737503,\n
        "lon": 3.5390334,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625518,\n
        "lat": 49.0737737,\n
        "lon": 3.5390266,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625519,\n
        "lat": 49.0737721,\n
        "lon": 3.5390127,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625520,\n
        "lat": 49.0741344,\n
        "lon": 3.5388988,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625621,\n
        "lat": 49.0741205,\n
        "lon": 3.5389081,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625622,\n
        "lat": 49.0741389,\n
        "lon": 3.5389800,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625623,\n
        "lat": 49.0741546,\n
        "lon": 3.5389754,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625624,\n
        "lat": 49.0741166,\n
        "lon": 3.5389866,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625625,\n
        "lat": 49.0741400,\n
        "lon": 3.5386914,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625626,\n
        "lat": 49.0748342,\n
        "lon": 3.5391297,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625627,\n
        "lat": 49.0749471,\n
        "lon": 3.5390557,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625628,\n
        "lat": 49.0748932,\n
        "lon": 3.5388641,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625629,\n
        "lat": 49.0747825,\n
        "lon": 3.5389374,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625630,\n
        "lat": 49.0749332,\n
        "lon": 3.5391390,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625631,\n
        "lat": 49.0749150,\n
        "lon": 3.5390767,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625632,\n
        "lat": 49.0748509,\n
        "lon": 3.5391918,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625633,\n
        "lat": 49.0735462,\n
        "lon": 3.5388918,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625634,\n
        "lat": 49.0735373,\n
        "lon": 3.5388312,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625635,\n
        "lat": 49.0699376,\n
        "lon": 3.5517144,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625636,\n
        "lat": 49.0704777,\n
        "lon": 3.5510318,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625637,\n
        "lat": 49.0703069,\n
        "lon": 3.5511213,\n
        "timestamp": "2017-07-02T07:37:44Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625638,\n
        "lat": 49.0703201,\n
        "lon": 3.5511829,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625639,\n
        "lat": 49.0704904,\n
        "lon": 3.5510913,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625640,\n
        "lat": 49.0704750,\n
        "lon": 3.5514347,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625641,\n
        "lat": 49.0703960,\n
        "lon": 3.5512734,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625642,\n
        "lat": 49.0702911,\n
        "lon": 3.5515705,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625643,\n
        "lat": 49.0702755,\n
        "lon": 3.5515827,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625644,\n
        "lat": 49.0702879,\n
        "lon": 3.5516195,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625645,\n
        "lat": 49.0703041,\n
        "lon": 3.5516069,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625646,\n
        "lat": 49.0712758,\n
        "lon": 3.5365162,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625647,\n
        "lat": 49.0712900,\n
        "lon": 3.5365564,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625648,\n
        "lat": 49.0712974,\n
        "lon": 3.5365499,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625649,\n
        "lat": 49.0712846,\n
        "lon": 3.5365126,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625650,\n
        "lat": 49.0747631,\n
        "lon": 3.5448594,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625651,\n
        "lat": 49.0721542,\n
        "lon": 3.5496779,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625652,\n
        "lat": 49.0721501,\n
        "lon": 3.5496449,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625653,\n
        "lat": 49.0720457,\n
        "lon": 3.5496734,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625654,\n
        "lat": 49.0720415,\n
        "lon": 3.5497097,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625655,\n
        "lat": 49.0720571,\n
        "lon": 3.5498142,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625656,\n
        "lat": 49.0723221,\n
        "lon": 3.5497849,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625657,\n
        "lat": 49.0724710,\n
        "lon": 3.5497544,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625658,\n
        "lat": 49.0724620,\n
        "lon": 3.5496487,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625659,\n
        "lat": 49.0723165,\n
        "lon": 3.5496796,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625660,\n
        "lat": 49.0722384,\n
        "lon": 3.5496810,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625661,\n
        "lat": 49.0750200,\n
        "lon": 3.5393236,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625662,\n
        "lat": 49.0750952,\n
        "lon": 3.5395922,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625663,\n
        "lat": 49.0750800,\n
        "lon": 3.5392482,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625664,\n
        "lat": 49.0750686,\n
        "lon": 3.5392585,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625665,\n
        "lat": 49.0750804,\n
        "lon": 3.5392853,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625666,\n
        "lat": 49.0737689,\n
        "lon": 3.5401292,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625667,\n
        "lat": 49.0737889,\n
        "lon": 3.5401226,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625668,\n
        "lat": 49.0738481,\n
        "lon": 3.5401746,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625669,\n
        "lat": 49.0739238,\n
        "lon": 3.5398007,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625670,\n
        "lat": 49.0739179,\n
        "lon": 3.5397544,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625671,\n
        "lat": 49.0738835,\n
        "lon": 3.5397637,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625672,\n
        "lat": 49.0744660,\n
        "lon": 3.5403259,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625673,\n
        "lat": 49.0744843,\n
        "lon": 3.5404952,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625674,\n
        "lat": 49.0745297,\n
        "lon": 3.5404830,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625675,\n
        "lat": 49.0745125,\n
        "lon": 3.5403149,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625676,\n
        "lat": 49.0748122,\n
        "lon": 3.5408942,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625677,\n
        "lat": 49.0747497,\n
        "lon": 3.5408206,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625678,\n
        "lat": 49.0747428,\n
        "lon": 3.5416124,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625679,\n
        "lat": 49.0747428,\n
        "lon": 3.5416287,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625680,\n
        "lat": 49.0744210,\n
        "lon": 3.5419520,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625681,\n
        "lat": 49.0744147,\n
        "lon": 3.5425107,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625682,\n
        "lat": 49.0744699,\n
        "lon": 3.5425141,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625683,\n
        "lat": 49.0744782,\n
        "lon": 3.5419549,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625684,\n
        "lat": 49.0745682,\n
        "lon": 3.5425199,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625685,\n
        "lat": 49.0746252,\n
        "lon": 3.5425234,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625686,\n
        "lat": 49.0746288,\n
        "lon": 3.5419623,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625687,\n
        "lat": 49.0745717,\n
        "lon": 3.5419594,\n
        "timestamp": "2017-07-02T07:37:45Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625688,\n
        "lat": 49.0743275,\n
        "lon": 3.5425090,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625689,\n
        "lat": 49.0743783,\n
        "lon": 3.5425105,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625690,\n
        "lat": 49.0743848,\n
        "lon": 3.5419032,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625691,\n
        "lat": 49.0743314,\n
        "lon": 3.5419013,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625692,\n
        "lat": 49.0745631,\n
        "lon": 3.5416731,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625693,\n
        "lat": 49.0745626,\n
        "lon": 3.5418283,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625694,\n
        "lat": 49.0744170,\n
        "lon": 3.5416763,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625695,\n
        "lat": 49.0744236,\n
        "lon": 3.5414923,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625696,\n
        "lat": 49.0743261,\n
        "lon": 3.5414834,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625697,\n
        "lat": 49.0743200,\n
        "lon": 3.5416591,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625698,\n
        "lat": 49.0738348,\n
        "lon": 3.5417343,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625699,\n
        "lat": 49.0738439,\n
        "lon": 3.5417754,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625700,\n
        "lat": 49.0739111,\n
        "lon": 3.5417468,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625701,\n
        "lat": 49.0739038,\n
        "lon": 3.5417063,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625702,\n
        "lat": 49.0732533,\n
        "lon": 3.5420524,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625703,\n
        "lat": 49.0732569,\n
        "lon": 3.5421080,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625704,\n
        "lat": 49.0732735,\n
        "lon": 3.5421056,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625705,\n
        "lat": 49.0748688,\n
        "lon": 3.5407880,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625706,\n
        "lat": 49.0747833,\n
        "lon": 3.5407410,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625707,\n
        "lat": 49.0748510,\n
        "lon": 3.5408247,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625708,\n
        "lat": 49.0749838,\n
        "lon": 3.5404393,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625709,\n
        "lat": 49.0749596,\n
        "lon": 3.5404854,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625710,\n
        "lat": 49.0750034,\n
        "lon": 3.5405389,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625711,\n
        "lat": 49.0727502,\n
        "lon": 3.5433702,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625712,\n
        "lat": 49.0727386,\n
        "lon": 3.5432611,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625713,\n
        "lat": 49.0727823,\n
        "lon": 3.5431738,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625714,\n
        "lat": 49.0727759,\n
        "lon": 3.5431352,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625715,\n
        "lat": 49.0727445,\n
        "lon": 3.5431456,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625716,\n
        "lat": 49.0727509,\n
        "lon": 3.5431852,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625717,\n
        "lat": 49.0724520,\n
        "lon": 3.5425381,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625718,\n
        "lat": 49.0716999,\n
        "lon": 3.5517235,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625719,\n
        "lat": 49.0716890,\n
        "lon": 3.5516737,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625720,\n
        "lat": 49.0716223,\n
        "lon": 3.5517162,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625721,\n
        "lat": 49.0716338,\n
        "lon": 3.5516843,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625722,\n
        "lat": 49.0716169,\n
        "lon": 3.5516936,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625723,\n
        "lat": 49.0753888,\n
        "lon": 3.5468965,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625724,\n
        "lat": 49.0753480,\n
        "lon": 3.5468951,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625725,\n
        "lat": 49.0753506,\n
        "lon": 3.5470261,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625726,\n
        "lat": 49.0753903,\n
        "lon": 3.5470275,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625727,\n
        "lat": 49.0750327,\n
        "lon": 3.5427830,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625728,\n
        "lat": 49.0750663,\n
        "lon": 3.5427846,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625729,\n
        "lat": 49.0751045,\n
        "lon": 3.5430965,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625730,\n
        "lat": 49.0751074,\n
        "lon": 3.5429752,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625731,\n
        "lat": 49.0750649,\n
        "lon": 3.5429378,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625732,\n
        "lat": 49.0750561,\n
        "lon": 3.5432707,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625733,\n
        "lat": 49.0751095,\n
        "lon": 3.5432705,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625736,\n
        "lat": 49.0753895,\n
        "lon": 3.5431413,\n
        "timestamp": "2017-07-02T07:37:46Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625737,\n
        "lat": 49.0753553,\n
        "lon": 3.5431167,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625738,\n
        "lat": 49.0753265,\n
        "lon": 3.5431836,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625739,\n
        "lat": 49.0753658,\n
        "lon": 3.5432129,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625740,\n
        "lat": 49.0713445,\n
        "lon": 3.5383484,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625741,\n
        "lat": 49.0713339,\n
        "lon": 3.5383006,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625742,\n
        "lat": 49.0712869,\n
        "lon": 3.5383246,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625743,\n
        "lat": 49.0712970,\n
        "lon": 3.5383736,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625744,\n
        "lat": 49.0713397,\n
        "lon": 3.5384825,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625745,\n
        "lat": 49.0713167,\n
        "lon": 3.5383823,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625746,\n
        "lat": 49.0712959,\n
        "lon": 3.5383910,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625747,\n
        "lat": 49.0713190,\n
        "lon": 3.5384932,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625748,\n
        "lat": 49.0711214,\n
        "lon": 3.5382933,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625749,\n
        "lat": 49.0705730,\n
        "lon": 3.5372752,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625750,\n
        "lat": 49.0707772,\n
        "lon": 3.5380611,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625752,\n
        "lat": 49.0707421,\n
        "lon": 3.5379260,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625753,\n
        "lat": 49.0704456,\n
        "lon": 3.5373518,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625754,\n
        "lat": 49.0706147,\n
        "lon": 3.5380027,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625755,\n
        "lat": 49.0746771,\n
        "lon": 3.5435792,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625756,\n
        "lat": 49.0748097,\n
        "lon": 3.5435759,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625757,\n
        "lat": 49.0748102,\n
        "lon": 3.5435423,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625758,\n
        "lat": 49.0743996,\n
        "lon": 3.5433792,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625759,\n
        "lat": 49.0743998,\n
        "lon": 3.5433167,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625760,\n
        "lat": 49.0743166,\n
        "lon": 3.5433176,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625761,\n
        "lat": 49.0737239,\n
        "lon": 3.5443577,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625762,\n
        "lat": 49.0736899,\n
        "lon": 3.5444816,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625763,\n
        "lat": 49.0737307,\n
        "lon": 3.5445082,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625764,\n
        "lat": 49.0737644,\n
        "lon": 3.5443835,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625765,\n
        "lat": 49.0738665,\n
        "lon": 3.5436888,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625766,\n
        "lat": 49.0738605,\n
        "lon": 3.5437044,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625767,\n
        "lat": 49.0738820,\n
        "lon": 3.5437267,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625768,\n
        "lat": 49.0739182,\n
        "lon": 3.5436439,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625769,\n
        "lat": 49.0738479,\n
        "lon": 3.5434563,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4946625770,\n
        "lat": 49.0737808,\n
        "lon": 3.5428749,\n
        "timestamp": "2017-07-02T07:37:47Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474467,\n
        "lat": 49.0751005,\n
        "lon": 3.5461521,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474468,\n
        "lat": 49.0742035,\n
        "lon": 3.5461139,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474469,\n
        "lat": 49.0741785,\n
        "lon": 3.5468692,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474470,\n
        "lat": 49.0750908,\n
        "lon": 3.5468998,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474471,\n
        "lat": 49.0750250,\n
        "lon": 3.5462119,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474472,\n
        "lat": 49.0750221,\n
        "lon": 3.5463799,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474473,\n
        "lat": 49.0746259,\n
        "lon": 3.5463687,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474474,\n
        "lat": 49.0746230,\n
        "lon": 3.5466531,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474475,\n
        "lat": 49.0750206,\n
        "lon": 3.5466666,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474476,\n
        "lat": 49.0750162,\n
        "lon": 3.5468346,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474477,\n
        "lat": 49.0744616,\n
        "lon": 3.5468144,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474478,\n
        "lat": 49.0744674,\n
        "lon": 3.5461962,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474480,\n
        "lat": 49.0742027,\n
        "lon": 3.5461375,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8665474481,\n
        "lat": 49.0741792,\n
        "lon": 3.5468459,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207459218,\n
        "lat": 49.0741262,\n
        "lon": 3.5501114,\n
        "timestamp": "2025-10-10T20:01:51Z",\n
        "version": 1,\n
        "changeset": 173111330,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "tags": {\n
          "amenity": "recycling",\n
          "recycling:glass": "yes",\n
          "recycling_type": "container"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572138,\n
        "lat": 49.0734243,\n
        "lon": 3.5459071,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572139,\n
        "lat": 49.0733295,\n
        "lon": 3.5459046,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572140,\n
        "lat": 49.0733278,\n
        "lon": 3.5460516,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572141,\n
        "lat": 49.0734226,\n
        "lon": 3.5460541,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572142,\n
        "lat": 49.0734381,\n
        "lon": 3.5461791,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572143,\n
        "lat": 49.0733588,\n
        "lon": 3.5461803,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572144,\n
        "lat": 49.0733601,\n
        "lon": 3.5463781,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572145,\n
        "lat": 49.0734394,\n
        "lon": 3.5463769,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572146,\n
        "lat": 49.0734218,\n
        "lon": 3.5468789,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572147,\n
        "lat": 49.0733433,\n
        "lon": 3.5468811,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572148,\n
        "lat": 49.0733456,\n
        "lon": 3.5470778,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572149,\n
        "lat": 49.0734241,\n
        "lon": 3.5470756,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572150,\n
        "lat": 49.0734427,\n
        "lon": 3.5472023,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572151,\n
        "lat": 49.0733621,\n
        "lon": 3.5472054,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572152,\n
        "lat": 49.0733651,\n
        "lon": 3.5473843,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572153,\n
        "lat": 49.0734457,\n
        "lon": 3.5473812,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572154,\n
        "lat": 49.0734458,\n
        "lon": 3.5474767,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572155,\n
        "lat": 49.0733673,\n
        "lon": 3.5474784,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572156,\n
        "lat": 49.0733691,\n
        "lon": 3.5476637,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572157,\n
        "lat": 49.0734476,\n
        "lon": 3.5476620,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572158,\n
        "lat": 49.0733868,\n
        "lon": 3.5477126,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572159,\n
        "lat": 49.0733029,\n
        "lon": 3.5477177,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572160,\n
        "lat": 49.0733070,\n
        "lon": 3.5479283,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572161,\n
        "lat": 49.0733926,\n
        "lon": 3.5479232,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572162,\n
        "lat": 49.0737038,\n
        "lon": 3.5453962,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572163,\n
        "lat": 49.0736229,\n
        "lon": 3.5453952,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572164,\n
        "lat": 49.0736219,\n
        "lon": 3.5455855,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572165,\n
        "lat": 49.0737028,\n
        "lon": 3.5455866,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572166,\n
        "lat": 49.0737043,\n
        "lon": 3.5457055,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572167,\n
        "lat": 49.0736204,\n
        "lon": 3.5457053,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572168,\n
        "lat": 49.0736202,\n
        "lon": 3.5458788,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572169,\n
        "lat": 49.0737040,\n
        "lon": 3.5458791,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572170,\n
        "lat": 49.0737145,\n
        "lon": 3.5459221,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572171,\n
        "lat": 49.0736336,\n
        "lon": 3.5459211,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572172,\n
        "lat": 49.0736326,\n
        "lon": 3.5461114,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572173,\n
        "lat": 49.0737135,\n
        "lon": 3.5461125,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572174,\n
        "lat": 49.0737140,\n
        "lon": 3.5460173,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572175,\n
        "lat": 49.0737171,\n
        "lon": 3.5462408,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572176,\n
        "lat": 49.0736369,\n
        "lon": 3.5462400,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572177,\n
        "lat": 49.0736362,\n
        "lon": 3.5464186,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572178,\n
        "lat": 49.0737163,\n
        "lon": 3.5464195,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572179,\n
        "lat": 49.0737437,\n
        "lon": 3.5464746,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572180,\n
        "lat": 49.0737424,\n
        "lon": 3.5466817,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572181,\n
        "lat": 49.0736542,\n
        "lon": 3.5466804,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572182,\n
        "lat": 49.0736556,\n
        "lon": 3.5464733,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572183,\n
        "lat": 49.0740424,\n
        "lon": 3.5455455,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572184,\n
        "lat": 49.0740356,\n
        "lon": 3.5457278,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572185,\n
        "lat": 49.0739522,\n
        "lon": 3.5457189,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572186,\n
        "lat": 49.0739599,\n
        "lon": 3.5455381,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572187,\n
        "lat": 49.0740796,\n
        "lon": 3.5450249,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572188,\n
        "lat": 49.0740719,\n
        "lon": 3.5452376,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572189,\n
        "lat": 49.0739822,\n
        "lon": 3.5452300,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572190,\n
        "lat": 49.0739898,\n
        "lon": 3.5450174,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572191,\n
        "lat": 49.0740457,\n
        "lon": 3.5461698,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572192,\n
        "lat": 49.0740400,\n
        "lon": 3.5463294,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572193,\n
        "lat": 49.0739563,\n
        "lon": 3.5463224,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572194,\n
        "lat": 49.0739620,\n
        "lon": 3.5461628,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572195,\n
        "lat": 49.0736997,\n
        "lon": 3.5473986,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572196,\n
        "lat": 49.0737467,\n
        "lon": 3.5474996,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572197,\n
        "lat": 49.0736751,\n
        "lon": 3.5475773,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572198,\n
        "lat": 49.0736281,\n
        "lon": 3.5474763,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572199,\n
        "lat": 49.0737005,\n
        "lon": 3.5469110,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207572200,\n
        "lat": 49.0736195,\n
        "lon": 3.5469126,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207627601,\n
        "lat": 49.0736210,\n
        "lon": 3.5470796,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "node",\n
        "id": 13207627602,\n
        "lat": 49.0737020,\n
        "lon": 3.5470780,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512516,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625753,\n
          4946625754,\n
          4946625752,\n
          4946625749,\n
          4946625753\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": 504512517,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946619309,\n
          4946619310,\n
          4946619311,\n
          4946619312,\n
          4946619313,\n
          4946619314,\n
          4946619315,\n
          4946619316,\n
          4946619317,\n
          4946619318,\n
          4946619319,\n
          4946619320,\n
          4946625021,\n
          4946625022,\n
          4946625023,\n
          4946625024,\n
          4946625025,\n
          4946625026,\n
          4946625027,\n
          4946625028,\n
          4946625029,\n
          4946625030,\n
          4946625031,\n
          4946625032,\n
          4946625033,\n
          4946625034,\n
          4946625035,\n
          4946625036,\n
          4946625037,\n
          4946625038,\n
          4946625039,\n
          4946625040,\n
          4946625041,\n
          4946625042,\n
          4946625043,\n
          4946625044,\n
          4946625045,\n
          4946625046,\n
          4946625047,\n
          4946625048,\n
          4946625049,\n
          4946619309\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512518,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623488,\n
          4946623494,\n
          4946623493,\n
          4946623489,\n
          4946623488\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512519,\n
        "timestamp": "2017-07-02T07:37:49Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623430,\n
          4946623431,\n
          4946623646,\n
          4946623647,\n
          4946623648,\n
          4946623649,\n
          4946623650,\n
          4946623651,\n
          4946623430\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512520,\n
        "timestamp": "2017-07-02T07:37:50Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625728,\n
          4946624841,\n
          4946624838,\n
          4946625727,\n
          4946625728\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": 504512521,\n
        "timestamp": "2017-07-02T07:37:50Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625313,\n
          4946623983,\n
          4946623982,\n
          4946625306,\n
          4946625313\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": 504512522,\n
        "timestamp": "2017-07-02T07:37:50Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625632,\n
          4946625630,\n
          4946625631,\n
          4946625626,\n
          4946625632\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": 504512523,\n
        "timestamp": "2017-07-02T07:37:50Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623925,\n
          4946623926,\n
          4946623927,\n
          4946625665,\n
          4946623928,\n
          4946623929,\n
          4946623930,\n
          4946623925\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512524,\n
        "timestamp": "2017-07-02T07:37:50Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623337,\n
          4946623338,\n
          4946623428,\n
          4946623429,\n
          4946623337\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512525,\n
        "timestamp": "2017-07-02T07:37:50Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623355,\n
          4946623353,\n
          4946623354,\n
          4946623356,\n
          4946623357,\n
          4946623355\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512526,\n
        "timestamp": "2017-07-02T07:37:50Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623364,\n
          4946623365,\n
          4946623362,\n
          4946623363,\n
          4946623358,\n
          4946625508,\n
          4946623355,\n
          4946623357,\n
          4946623359,\n
          4946623360,\n
          4946623361,\n
          4946623364\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512527,\n
        "timestamp": "2017-07-02T07:37:50Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622443,\n
          4946620898,\n
          4946620899,\n
          4946620900,\n
          4946622436,\n
          4946622443\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512528,\n
        "timestamp": "2017-07-02T07:37:50Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622457,\n
          4946622458,\n
          4946622459,\n
          4946622460,\n
          4946622461,\n
          4946622462,\n
          4946622463,\n
          4946622453,\n
          4946622454,\n
          4946622452,\n
          4946622455,\n
          4946622456,\n
          4946622457\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512529,\n
        "timestamp": "2017-07-02T07:37:50Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622508,\n
          4946622509,\n
          4946622506,\n
          4946622507,\n
          4946622508\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512530,\n
        "timestamp": "2017-07-02T07:37:50Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946619276,\n
          4946619277,\n
          4946625647,\n
          4946625646,\n
          4946623712,\n
          4946623713,\n
          4946623698,\n
          4946623699,\n
          4946623700,\n
          4946623701,\n
          4946623702,\n
          4946623703,\n
          4946623714,\n
          4946623715,\n
          4946619276\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512532,\n
        "timestamp": "2017-07-02T07:37:51Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622764,\n
          4946625475,\n
          4946625473,\n
          4946625474,\n
          4946622764\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": 504512533,\n
        "timestamp": "2017-07-02T07:37:51Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622614,\n
          4946622721,\n
          4946622610,\n
          4946622611,\n
          4946622612,\n
          4946622613,\n
          4946622609,\n
          4946622615,\n
          4946622616,\n
          4946622617,\n
          4946622618,\n
          4946622614\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512534,\n
        "timestamp": "2017-07-02T07:37:51Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946621892,\n
          4946621893,\n
          4946621894,\n
          4946621895,\n
          4946621896,\n
          4946621897,\n
          4946621898,\n
          4946621899,\n
          4946621892\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512535,\n
        "timestamp": "2017-07-02T07:37:51Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946621890,\n
          4946621891,\n
          4946621888,\n
          4946621889,\n
          4946621886,\n
          4946621887,\n
          4946621890\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512536,\n
        "timestamp": "2017-07-02T07:37:51Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623064,\n
          4946623053,\n
          4946623046,\n
          4946623045,\n
          4946623054,\n
          4946623055,\n
          4946623056,\n
          4946623057,\n
          4946623064\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512537,\n
        "timestamp": "2017-07-02T07:37:51Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623848,\n
          4946623849,\n
          4946623850,\n
          4946623851,\n
          4946625650,\n
          4946623858,\n
          4946623859,\n
          4946625234,\n
          4946625235,\n
          4946625236,\n
          4946625237,\n
          4946625238,\n
          4946625228,\n
          4946625233,\n
          4946625239,\n
          4946625240,\n
          4946625242,\n
          4946623860,\n
          4946623861,\n
          4946623862,\n
          4946623863,\n
          4946625241,\n
          4946623864,\n
          4946623865,\n
          4946623866,\n
          4946623867,\n
          4946623868,\n
          4946623869,\n
          4946623870,\n
          4946623871,\n
          4946623872,\n
          4946623873,\n
          4946623874,\n
          4946623875,\n
          4946623876,\n
          4946623877,\n
          4946623878,\n
          4946623879,\n
          4946623880,\n
          4946623881,\n
          4946623882,\n
          4946623883,\n
          4946623852,\n
          4946623853,\n
          4946623854,\n
          4946623855,\n
          4946623856,\n
          4946623857,\n
          4946623848\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512538,\n
        "timestamp": "2017-07-02T07:37:51Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946620884,\n
          4946620885,\n
          4946620886,\n
          4946620887,\n
          4946620888,\n
          4946620889,\n
          4946620890,\n
          4946620891,\n
          4946620884\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512539,\n
        "timestamp": "2017-07-02T07:37:51Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625222,\n
          4946625223,\n
          4946625224,\n
          4946625225,\n
          4946625226,\n
          4946625227,\n
          4946625222\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512540,\n
        "timestamp": "2017-07-02T07:37:51Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946620892,\n
          4946620893,\n
          4946620894,\n
          4946620895,\n
          4946620896,\n
          4946620897,\n
          4946620892\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512541,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625116,\n
          4946625117,\n
          4946625118,\n
          4946625119,\n
          4946625120,\n
          4946625221,\n
          4946625116\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512542,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625228,\n
          4946625229,\n
          4946625230,\n
          4946625231,\n
          4946625232,\n
          4946625233,\n
          4946625228\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512543,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946620901,\n
          4946620902,\n
          4946620903,\n
          4946620904,\n
          4946620905,\n
          4946620906,\n
          4946620907,\n
          4946620908,\n
          4946620909,\n
          4946620910,\n
          4946620911,\n
          4946620912,\n
          4946620913,\n
          4946620914,\n
          4946620901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512544,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625241,\n
          4946623863,\n
          4946623862,\n
          4946623861,\n
          4946623860,\n
          4946625242,\n
          4946625243,\n
          4946625244,\n
          4946625245,\n
          4946625246,\n
          4946625247,\n
          4946625248,\n
          4946625249,\n
          4946625250,\n
          4946625251,\n
          4946625252,\n
          4946625253,\n
          4946625254,\n
          4946625255,\n
          4946625256,\n
          4946625241\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512545,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946620915,\n
          4946620916,\n
          4946620917,\n
          4946620918,\n
          4946620915\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512546,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946620919,\n
          4946620920,\n
          4946622421,\n
          4946622422,\n
          4946622423,\n
          4946622424,\n
          4946622425,\n
          4946622426,\n
          4946622427,\n
          4946622428,\n
          4946622429,\n
          4946622430,\n
          4946622431,\n
          4946622432,\n
          4946622447,\n
          4946622433,\n
          4946622434,\n
          4946622435,\n
          4946620915,\n
          4946620918,\n
          4946620919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512547,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625257,\n
          4946625258,\n
          4946625760,\n
          4946625259,\n
          4946625260,\n
          4946625257\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512548,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625261,\n
          4946625262,\n
          4946625263,\n
          4946625264,\n
          4946625261\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512549,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624153,\n
          4946624152,\n
          4946625678,\n
          4946625679,\n
          4946624153\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": 504512550,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625265,\n
          4946625266,\n
          4946625267,\n
          4946625268,\n
          4946625758,\n
          4946625269,\n
          4946625265\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512551,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622436,\n
          4946620900,\n
          4946622437,\n
          4946622438,\n
          4946625457,\n
          4946622439,\n
          4946622440,\n
          4946622441,\n
          4946622442,\n
          4946622436\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512552,\n
        "timestamp": "2017-07-02T07:37:52Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625270,\n
          4946625271,\n
          4946625272,\n
          4946625267,\n
          4946625266,\n
          4946625265,\n
          4946625273,\n
          4946625757,\n
          4946625270\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512553,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622443,\n
          4946622444,\n
          4946622445,\n
          4946620898,\n
          4946622443\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512554,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625274,\n
          4946625275,\n
          4946625276,\n
          4946625277,\n
          4946625274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512555,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946620898,\n
          4946622446,\n
          4946622447,\n
          4946622432,\n
          4946620899,\n
          4946620898\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512556,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625278,\n
          4946625279,\n
          4946625280,\n
          4946625281,\n
          4946625282,\n
          4946625283,\n
          4946625278\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512557,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622448,\n
          4946622449,\n
          4946622450,\n
          4946622451,\n
          4946622448\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512558,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625284,\n
          4946625285,\n
          4946625286,\n
          4946625287,\n
          4946624164,\n
          4946625284\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512559,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625296,\n
          4946625297,\n
          4946625298,\n
          4946625299,\n
          4946625300,\n
          4946625301,\n
          4946625302,\n
          4946625303,\n
          4946625304,\n
          4946625305,\n
          4946625296\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512560,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622464,\n
          4946622465,\n
          4946622466,\n
          4946622467,\n
          4946622468,\n
          4946622469,\n
          4946622470,\n
          4946622471,\n
          4946622472,\n
          4946622473,\n
          4946622464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512561,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622474,\n
          4946622475,\n
          4946622476,\n
          4946622477,\n
          4946622478,\n
          4946622479,\n
          4946622480,\n
          4946622474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512562,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625306,\n
          4946623982,\n
          4946625307,\n
          4946625308,\n
          4946625309,\n
          4946625310,\n
          4946625311,\n
          4946625312,\n
          4946625313,\n
          4946625306\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512563,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625314,\n
          4946625315,\n
          4946625316,\n
          4946625317,\n
          4946625314\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512564,\n
        "timestamp": "2017-07-02T07:37:53Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622481,\n
          4946622482,\n
          4946622483,\n
          4946622484,\n
          4946622495,\n
          4946622485,\n
          4946622486,\n
          4946622481\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512565,\n
        "timestamp": "2017-07-02T07:37:54Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625318,\n
          4946625319,\n
          4946625320,\n
          4946625421,\n
          4946625422,\n
          4946625423,\n
          4946625424,\n
          4946625425,\n
          4946625426,\n
          4946625427,\n
          4946625428,\n
          4946625429,\n
          4946625318\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512566,\n
        "timestamp": "2017-07-02T07:37:54Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622484,\n
          4946622487,\n
          4946622488,\n
          4946622489,\n
          4946622490,\n
          4946622491,\n
          4946622492,\n
          4946622493,\n
          4946622494,\n
          4946622495,\n
          4946622484\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512567,\n
        "timestamp": "2017-07-02T07:37:54Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625430,\n
          4946625431,\n
          4946625432,\n
          4946625433,\n
          4946625430\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512568,\n
        "timestamp": "2017-07-02T07:37:54Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622496,\n
          4946622497,\n
          4946622498,\n
          4946622499,\n
          4946622500,\n
          4946622501,\n
          4946622496\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512569,\n
        "timestamp": "2017-07-02T07:37:54Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625434,\n
          4946625435,\n
          4946625436,\n
          4946625437,\n
          4946625434\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": 504512570,\n
        "timestamp": "2017-07-02T07:37:54Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622502,\n
          4946622503,\n
          4946622504,\n
          4946622505,\n
          4946622502\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512571,\n
        "timestamp": "2017-07-02T07:37:54Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622502,\n
          4946625438,\n
          4946625439,\n
          4946625440,\n
          4946622503,\n
          4946622502\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": 504512572,\n
        "timestamp": "2017-07-02T07:37:54Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622522,\n
          4946622521,\n
          4946622520,\n
          4946625443,\n
          4946622522\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": 504512574,\n
        "timestamp": "2017-07-02T07:37:54Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622510,\n
          4946622506,\n
          4946622509,\n
          4946622511,\n
          4946622512,\n
          4946622510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512575,\n
        "timestamp": "2017-07-02T07:37:54Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622548,\n
          4946622547,\n
          4946622546,\n
          4946625447,\n
          4946622548\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": 504512576,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622546,\n
          4946622558,\n
          4946625448,\n
          4946625447,\n
          4946622546\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": 504512577,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622975,\n
          4946622976,\n
          4946622973,\n
          4946622972,\n
          4946622977,\n
          4946622975\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512578,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625449,\n
          4946625450,\n
          4946625451,\n
          4946625452,\n
          4946625449\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": 504512579,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622517,\n
          4946622518,\n
          4946622519,\n
          4946622516,\n
          4946622515,\n
          4946622520,\n
          4946622521,\n
          4946622522,\n
          4946622517\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512580,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625453,\n
          4946625454,\n
          4946625455,\n
          4946625456,\n
          4946625453\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": 504512581,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622432,\n
          4946622431,\n
          4946625457,\n
          4946622438,\n
          4946620899,\n
          4946622432\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": 504512582,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622523,\n
          4946622524,\n
          4946622518,\n
          4946622517,\n
          4946622523\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512583,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946620908,\n
          4946625458,\n
          4946625459,\n
          4946620911,\n
          4946620910,\n
          4946620909,\n
          4946620908\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": 504512584,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622525,\n
          4946622526,\n
          4946622527,\n
          4946622524,\n
          4946622523,\n
          4946622528,\n
          4946622525\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512585,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625460,\n
          4946625461,\n
          4946625462,\n
          4946625463,\n
          4946625460\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": 504512586,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624143,\n
          4946624142,\n
          4946625694,\n
          4946625695,\n
          4946625696,\n
          4946625697,\n
          4946624138,\n
          4946624143\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": 504512587,\n
        "timestamp": "2017-07-02T07:37:55Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622529,\n
          4946622530,\n
          4946622531,\n
          4946622532,\n
          4946622529\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512588,\n
        "timestamp": "2017-07-02T07:37:56Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625460,\n
          4946625464,\n
          4946622939,\n
          4946625461,\n
          4946625460\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": 504512589,\n
        "timestamp": "2017-07-02T07:37:56Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625465,\n
          4946625466,\n
          4946625467,\n
          4946625468,\n
          4946625465\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": 504512590,\n
        "timestamp": "2017-07-02T07:37:56Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622533,\n
          4946622534,\n
          4946622535,\n
          4946622536,\n
          4946622537,\n
          4946622538,\n
          4946622533\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512591,\n
        "timestamp": "2017-07-02T07:37:56Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625469,\n
          4946622783,\n
          4946622782,\n
          4946625470,\n
          4946625469\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": 504512593,\n
        "timestamp": "2017-07-02T07:37:56Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622539,\n
          4946622540,\n
          4946622541,\n
          4946622542,\n
          4946622543,\n
          4946622544,\n
          4946622545,\n
          4946622539\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512594,\n
        "timestamp": "2017-07-02T07:37:56Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622546,\n
          4946622547,\n
          4946622548,\n
          4946622549,\n
          4946625445,\n
          4946622550,\n
          4946622551,\n
          4946622552,\n
          4946622553,\n
          4946622554,\n
          4946622555,\n
          4946622556,\n
          4946622557,\n
          4946622558,\n
          4946622546\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512595,\n
        "timestamp": "2017-07-02T07:37:56Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622924,\n
          4946625476,\n
          4946625477,\n
          4946625478,\n
          4946622924\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": 504512596,\n
        "timestamp": "2017-07-02T07:37:56Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625479,\n
          4946622945,\n
          4946622937,\n
          4946622932,\n
          4946622943,\n
          4946622942,\n
          4946625480,\n
          4946625479\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": 504512597,\n
        "timestamp": "2017-07-02T07:37:56Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622959,\n
          4946625481,\n
          4946625482,\n
          4946625483,\n
          4946622959\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": 504512598,\n
        "timestamp": "2017-07-02T07:37:56Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622559,\n
          4946622560,\n
          4946622561,\n
          4946622562,\n
          4946622559\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512599,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946621895,\n
          4946625484,\n
          4946625485,\n
          4946621896,\n
          4946621895\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": 504512600,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625486,\n
          4946625487,\n
          4946621914,\n
          4946625488,\n
          4946625489,\n
          4946625490,\n
          4946625486\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": 504512601,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622563,\n
          4946622564,\n
          4946622565,\n
          4946622566,\n
          4946622563\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512602,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625491,\n
          4946625492,\n
          4946625493,\n
          4946625494,\n
          4946625491\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": 504512603,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622567,\n
          4946622568,\n
          4946622569,\n
          4946622570,\n
          4946622567\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512604,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625495,\n
          4946625496,\n
          4946623334,\n
          4946623333,\n
          4946625495\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": 504512605,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622571,\n
          4946622572,\n
          4946622573,\n
          4946622574,\n
          4946622571\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512606,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623348,\n
          4946625497,\n
          4946625498,\n
          4946625499,\n
          4946623348\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": 504512607,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622575,\n
          4946622576,\n
          4946622577,\n
          4946622578,\n
          4946622575\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512608,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625500,\n
          4946625501,\n
          4946625502,\n
          4946625503,\n
          4946625500\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": 504512609,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622579,\n
          4946622580,\n
          4946622581,\n
          4946622582,\n
          4946622583,\n
          4946622584,\n
          4946622579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512610,\n
        "timestamp": "2017-07-02T07:37:57Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625500,\n
          4946625503,\n
          4946625504,\n
          4946625505,\n
          4946625500\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": 504512611,\n
        "timestamp": "2017-07-02T07:37:58Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623358,\n
          4946625506,\n
          4946625507,\n
          4946625508,\n
          4946623358\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": 504512613,\n
        "timestamp": "2017-07-02T07:37:58Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622585,\n
          4946622955,\n
          4946622586,\n
          4946622587,\n
          4946622588,\n
          4946622589,\n
          4946622590,\n
          4946622591,\n
          4946622592,\n
          4946622585\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512616,\n
        "timestamp": "2017-07-02T07:37:58Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623349,\n
          4946625509,\n
          4946625510,\n
          4946625511,\n
          4946623350,\n
          4946623349\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": 504512618,\n
        "timestamp": "2017-07-02T07:37:58Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623391,\n
          4946623390,\n
          4946625512,\n
          4946625513,\n
          4946623391\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": 504512619,\n
        "timestamp": "2017-07-02T07:37:58Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625514,\n
          4946625515,\n
          4946625516,\n
          4946623411,\n
          4946623409,\n
          4946625514\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": 504512621,\n
        "timestamp": "2017-07-02T07:37:58Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622593,\n
          4946622594,\n
          4946622595,\n
          4946622596,\n
          4946622597,\n
          4946622598,\n
          4946622599,\n
          4946622600,\n
          4946622601,\n
          4946622602,\n
          4946622603,\n
          4946622604,\n
          4946622605,\n
          4946622606,\n
          4946622607,\n
          4946622608,\n
          4946622593\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512623,\n
        "timestamp": "2017-07-02T07:37:58Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625517,\n
          4946625518,\n
          4946625519,\n
          4946625515,\n
          4946625514,\n
          4946625517\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": 504512625,\n
        "timestamp": "2017-07-02T07:37:58Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625520,\n
          4946625621,\n
          4946625622,\n
          4946625623,\n
          4946625520\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": 504512627,\n
        "timestamp": "2017-07-02T07:37:58Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623395,\n
          4946623394,\n
          4946625623,\n
          4946625622,\n
          4946625624,\n
          4946623395\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": 504512629,\n
        "timestamp": "2017-07-02T07:37:58Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623380,\n
          4946623379,\n
          4946623378,\n
          4946625625,\n
          4946623380\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": 504512631,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625626,\n
          4946625631,\n
          4946625627,\n
          4946625628,\n
          4946625629,\n
          4946625626\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": 504512633,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623344,\n
          4946625633,\n
          4946625634,\n
          4946623345,\n
          4946623344\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": 504512635,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622619,\n
          4946622620,\n
          4946622721,\n
          4946622614,\n
          4946622619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512636,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625636,\n
          4946625637,\n
          4946625638,\n
          4946625639,\n
          4946625636\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": 504512638,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622619,\n
          4946622722,\n
          4946622723,\n
          4946622724,\n
          4946622725,\n
          4946622620,\n
          4946622619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512640,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623457,\n
          4946623440,\n
          4946623444,\n
          4946625640,\n
          4946625641,\n
          4946623457\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": 504512642,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624196,\n
          4946625708,\n
          4946625709,\n
          4946625710,\n
          4946624196\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": 504512643,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625642,\n
          4946625643,\n
          4946625644,\n
          4946625645,\n
          4946625642\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": 504512645,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622726,\n
          4946622727,\n
          4946622728,\n
          4946622729,\n
          4946622730,\n
          4946622731,\n
          4946622732,\n
          4946622733,\n
          4946622734,\n
          4946622735,\n
          4946622736,\n
          4946622737,\n
          4946622738,\n
          4946622739,\n
          4946622740,\n
          4946622741,\n
          4946622742,\n
          4946622743,\n
          4946622744,\n
          4946622745,\n
          4946622726\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512647,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625646,\n
          4946625647,\n
          4946625648,\n
          4946625649,\n
          4946625646\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": 504512648,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625650,\n
          4946625234,\n
          4946623859,\n
          4946623858,\n
          4946625650\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": 504512650,\n
        "timestamp": "2017-07-02T07:37:59Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623876,\n
          4946623875,\n
          4946623874,\n
          4946623873,\n
          4946623876\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": 504512651,\n
        "timestamp": "2017-07-02T07:38:00Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623852,\n
          4946623883,\n
          4946623882,\n
          4946623881,\n
          4946623852\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": 504512653,\n
        "timestamp": "2017-07-02T07:38:00Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623908,\n
          4946623918,\n
          4946623917,\n
          4946625651,\n
          4946625652,\n
          4946625653,\n
          4946625654,\n
          4946625655,\n
          4946623908\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": 504512656,\n
        "timestamp": "2017-07-02T07:38:00Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625656,\n
          4946625657,\n
          4946625658,\n
          4946625659,\n
          4946623913,\n
          4946625656\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": 504512660,\n
        "timestamp": "2017-07-02T07:38:00Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623917,\n
          4946623916,\n
          4946623915,\n
          4946623914,\n
          4946625660,\n
          4946625651,\n
          4946623917\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": 504512662,\n
        "timestamp": "2017-07-02T07:38:00Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623928,\n
          4946625661,\n
          4946625662,\n
          4946623930,\n
          4946623929,\n
          4946623928\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": 504512664,\n
        "timestamp": "2017-07-02T07:38:00Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623927,\n
          4946625663,\n
          4946625664,\n
          4946625665,\n
          4946623927\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": 504512667,\n
        "timestamp": "2017-07-02T07:38:00Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624375,\n
          4946624374,\n
          4946625666,\n
          4946625667,\n
          4946624375\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": 504512670,\n
        "timestamp": "2017-07-02T07:38:00Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624358,\n
          4946624361,\n
          4946625668,\n
          4946624364,\n
          4946624363,\n
          4946624358\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": 504512671,\n
        "timestamp": "2017-07-02T07:38:00Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624393,\n
          4946624392,\n
          4946625669,\n
          4946625670,\n
          4946625671,\n
          4946624393\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": 504512674,\n
        "timestamp": "2017-07-02T07:38:01Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625672,\n
          4946625673,\n
          4946625674,\n
          4946625675,\n
          4946625672\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": 504512676,\n
        "timestamp": "2017-07-02T07:38:01Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622759,\n
          4946622760,\n
          4946622761,\n
          4946622762,\n
          4946622763,\n
          4946622756,\n
          4946622757,\n
          4946622758,\n
          4946622759\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512678,\n
        "timestamp": "2017-07-02T07:38:01Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624213,\n
          4946624212,\n
          4946625676,\n
          4946625677,\n
          4946624213\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": 504512680,\n
        "timestamp": "2017-07-02T07:38:01Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622764,\n
          4946622765,\n
          4946622766,\n
          4946622767,\n
          4946625475,\n
          4946622764\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512682,\n
        "timestamp": "2017-07-02T07:38:01Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625680,\n
          4946625681,\n
          4946625682,\n
          4946625683,\n
          4946625680\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": 504512684,\n
        "timestamp": "2017-07-02T07:38:01Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622768,\n
          4946622769,\n
          4946622770,\n
          4946622771,\n
          4946622772,\n
          4946622773,\n
          4946622774,\n
          4946622775,\n
          4946622776,\n
          4946622777,\n
          4946622768\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512686,\n
        "timestamp": "2017-07-02T07:38:01Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625684,\n
          4946625685,\n
          4946625686,\n
          4946625687,\n
          4946625684\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": 504512688,\n
        "timestamp": "2017-07-02T07:38:01Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625688,\n
          4946625689,\n
          4946625690,\n
          4946625691,\n
          4946625688\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": 504512690,\n
        "timestamp": "2017-07-02T07:38:01Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622768,\n
          4946622778,\n
          4946622779,\n
          4946622780,\n
          4946622781,\n
          4946622769,\n
          4946622768\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512691,\n
        "timestamp": "2017-07-02T07:38:01Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625692,\n
          4946625694,\n
          4946624142,\n
          4946624141,\n
          4946625693,\n
          4946625692\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": 504512693,\n
        "timestamp": "2017-07-02T07:38:01Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622782,\n
          4946622783,\n
          4946625469,\n
          4946622784,\n
          4946622785,\n
          4946622786,\n
          4946622787,\n
          4946622788,\n
          4946622789,\n
          4946622790,\n
          4946622791,\n
          4946622792,\n
          4946622793,\n
          4946622782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512695,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625698,\n
          4946625699,\n
          4946625700,\n
          4946625701,\n
          4946623116,\n
          4946625698\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": 504512697,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623964,\n
          4946625702,\n
          4946625703,\n
          4946625704,\n
          4946623964\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": 504512699,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622794,\n
          4946622795,\n
          4946622796,\n
          4946622797,\n
          4946625465,\n
          4946625468,\n
          4946622798,\n
          4946622794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512701,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625705,\n
          4946624209,\n
          4946625706,\n
          4946625707,\n
          4946625705\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": 504512704,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622794,\n
          4946622799,\n
          4946622800,\n
          4946622801,\n
          4946622795,\n
          4946622794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512707,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622802,\n
          4946622803,\n
          4946622804,\n
          4946622805,\n
          4946622802\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512708,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624588,\n
          4946625711,\n
          4946625712,\n
          4946624589,\n
          4946624588\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": 504512711,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625713,\n
          4946625714,\n
          4946625715,\n
          4946625716,\n
          4946625713\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": 504512714,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622806,\n
          4946622807,\n
          4946622808,\n
          4946622809,\n
          4946622806\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512716,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624579,\n
          4946624578,\n
          4946624577,\n
          4946625717,\n
          4946624579\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": 504512719,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622810,\n
          4946622811,\n
          4946622812,\n
          4946622813,\n
          4946622810\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512722,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624753,\n
          4946625718,\n
          4946625719,\n
          4946624754,\n
          4946624753\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": 504512725,\n
        "timestamp": "2017-07-02T07:38:02Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625720,\n
          4946624750,\n
          4946625721,\n
          4946625722,\n
          4946625720\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": 504512727,\n
        "timestamp": "2017-07-02T07:38:03Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622814,\n
          4946622815,\n
          4946622816,\n
          4946622817,\n
          4946622818,\n
          4946622819,\n
          4946622820,\n
          4946622921,\n
          4946622922,\n
          4946622814\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512730,\n
        "timestamp": "2017-07-02T07:38:03Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625723,\n
          4946625724,\n
          4946625725,\n
          4946625726,\n
          4946625723\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": 504512732,\n
        "timestamp": "2017-07-02T07:38:03Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622923,\n
          4946622924,\n
          4946622925,\n
          4946622926,\n
          4946622923\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512734,\n
        "timestamp": "2017-07-02T07:38:03Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624813,\n
          4946625729,\n
          4946625730,\n
          4946625731,\n
          4946624813\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": 504512736,\n
        "timestamp": "2017-07-02T07:38:03Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622927,\n
          4946622928,\n
          4946622929,\n
          4946625476,\n
          4946622924,\n
          4946622923,\n
          4946622927\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512739,\n
        "timestamp": "2017-07-02T07:38:03Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624811,\n
          4946624810,\n
          4946624819,\n
          4946625732,\n
          4946625733,\n
          4946624811\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": 504512740,\n
        "timestamp": "2017-07-02T07:38:03Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622930,\n
          4946622931,\n
          4946622943,\n
          4946622932,\n
          4946622933,\n
          4946622934,\n
          4946622935,\n
          4946622936,\n
          4946622937,\n
          4946622938,\n
          4946622939,\n
          4946625464,\n
          4946622929,\n
          4946622928,\n
          4946622927,\n
          4946622930\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512741,\n
        "timestamp": "2020-12-13T17:52:22Z",\n
        "version": 2,\n
        "changeset": 95763520,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4946625739,\n
          4946625736,\n
          4946625737,\n
          4946625738,\n
          4946625739\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": 504512747,\n
        "timestamp": "2017-07-02T07:38:03Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625740,\n
          4946625741,\n
          4946625742,\n
          4946625743,\n
          4946625740\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": 504512750,\n
        "timestamp": "2017-07-02T07:38:03Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622940,\n
          4946622941,\n
          4946622942,\n
          4946622943,\n
          4946622931,\n
          4946622930,\n
          4946622944,\n
          4946622940\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512752,\n
        "timestamp": "2017-07-02T07:38:04Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625744,\n
          4946625745,\n
          4946625746,\n
          4946625747,\n
          4946625744\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": 504512754,\n
        "timestamp": "2017-07-02T07:38:04Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622945,\n
          4946622946,\n
          4946622938,\n
          4946622937,\n
          4946622945\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512757,\n
        "timestamp": "2017-07-02T07:38:04Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946619296,\n
          4946619304,\n
          4946619303,\n
          4946625748,\n
          4946619296\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": 504512759,\n
        "timestamp": "2017-07-02T07:38:04Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946619283,\n
          4946625749,\n
          4946625752,\n
          4946625750,\n
          4946619284,\n
          4946619283\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": 504512763,\n
        "timestamp": "2017-07-02T07:38:04Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622947,\n
          4946622952,\n
          4946622953,\n
          4946622954,\n
          4946622959,\n
          4946625483,\n
          4946622586,\n
          4946622955,\n
          4946622956,\n
          4946622948,\n
          4946622947\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512765,\n
        "timestamp": "2017-07-02T07:38:04Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622954,\n
          4946622957,\n
          4946622958,\n
          4946625481,\n
          4946622959,\n
          4946622954\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512767,\n
        "timestamp": "2017-07-02T07:38:04Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625273,\n
          4946625755,\n
          4946625756,\n
          4946625757,\n
          4946625273\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": 504512769,\n
        "timestamp": "2017-07-02T07:38:04Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622960,\n
          4946622961,\n
          4946622962,\n
          4946622963,\n
          4946622960\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512770,\n
        "timestamp": "2017-07-02T07:38:04Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625258,\n
          4946625758,\n
          4946625268,\n
          4946625759,\n
          4946625760,\n
          4946625258\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": 504512772,\n
        "timestamp": "2017-07-02T07:38:04Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622964,\n
          4946622965,\n
          4946622966,\n
          4946622967,\n
          4946622968,\n
          4946622969,\n
          4946622970,\n
          4946622971,\n
          4946622964\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512774,\n
        "timestamp": "2017-07-02T07:38:04Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625761,\n
          4946625762,\n
          4946625763,\n
          4946625764,\n
          4946625761\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": 504512776,\n
        "timestamp": "2017-07-02T07:38:05Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625765,\n
          4946625766,\n
          4946625767,\n
          4946625768,\n
          4946625103,\n
          4946625111,\n
          4946625765\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": 504512778,\n
        "timestamp": "2017-07-02T07:38:05Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622940,\n
          4946622972,\n
          4946622973,\n
          4946622974,\n
          4946622940\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512780,\n
        "timestamp": "2017-07-02T07:38:05Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625107,\n
          4946625106,\n
          4946625105,\n
          4946625769,\n
          4946625107\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": 504512782,\n
        "timestamp": "2017-07-02T07:38:05Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625770,\n
          4946623973,\n
          4946623974,\n
          4946623975,\n
          4946625770\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": 504512784,\n
        "timestamp": "2017-07-02T07:38:05Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622975,\n
          4946622978,\n
          4946622979,\n
          4946622980,\n
          4946622976,\n
          4946622975\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512785,\n
        "timestamp": "2017-07-02T07:38:05Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623976,\n
          4946623977,\n
          4946623978,\n
          4946623979,\n
          4946623976\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": 504512787,\n
        "timestamp": "2017-07-02T07:38:05Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622964,\n
          4946622981,\n
          4946622982,\n
          4946622966,\n
          4946622965,\n
          4946622964\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512789,\n
        "timestamp": "2017-07-02T07:38:05Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623868,\n
          4946623867,\n
          4946623866,\n
          4946623865,\n
          4946623868\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": 504512791,\n
        "timestamp": "2017-07-02T07:38:05Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625283,\n
          4946625282,\n
          4946623980,\n
          4946623981,\n
          4946625283\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": 504512793,\n
        "timestamp": "2017-07-02T07:38:05Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625312,\n
          4946623984,\n
          4946623985,\n
          4946623983,\n
          4946625313,\n
          4946625312\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": 504512795,\n
        "timestamp": "2017-07-02T07:38:05Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622990,\n
          4946622991,\n
          4946622992,\n
          4946622993,\n
          4946622990\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512797,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625290,\n
          4946623986,\n
          4946623987,\n
          4946623988,\n
          4946625290\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": 504512799,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622994,\n
          4946622995,\n
          4946622996,\n
          4946622997,\n
          4946622998,\n
          4946622999,\n
          4946623000,\n
          4946623001,\n
          4946623002,\n
          4946623003,\n
          4946622994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512801,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623004,\n
          4946623005,\n
          4946623006,\n
          4946623007,\n
          4946623004\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512803,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623008,\n
          4946623009,\n
          4946623010,\n
          4946623011,\n
          4946623008\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512805,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625288,\n
          4946625289,\n
          4946625290,\n
          4946625291,\n
          4946625292,\n
          4946625293,\n
          4946625294,\n
          4946625295,\n
          4946625288\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512807,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623012,\n
          4946623013,\n
          4946623014,\n
          4946623015,\n
          4946623016,\n
          4946623017,\n
          4946623012\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512809,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623018,\n
          4946623019,\n
          4946623020,\n
          4946623021,\n
          4946623022,\n
          4946623023,\n
          4946623018\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512811,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623024,\n
          4946623025,\n
          4946623026,\n
          4946623027,\n
          4946623028,\n
          4946623029,\n
          4946623024\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512813,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623030,\n
          4946623031,\n
          4946623032,\n
          4946623033,\n
          4946623030\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512815,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623034,\n
          4946623035,\n
          4946623036,\n
          4946623037,\n
          4946623038,\n
          4946623039,\n
          4946623040,\n
          4946623034\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512816,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623041,\n
          4946623042,\n
          4946623043,\n
          4946623044,\n
          4946623041\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512818,\n
        "timestamp": "2017-07-02T07:38:06Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623045,\n
          4946623046,\n
          4946623047,\n
          4946623048,\n
          4946623049,\n
          4946623050,\n
          4946623051,\n
          4946623052,\n
          4946623045\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512820,\n
        "timestamp": "2017-07-02T07:38:07Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623058,\n
          4946623059,\n
          4946623060,\n
          4946623061,\n
          4946623062,\n
          4946623063,\n
          4946623058\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512822,\n
        "timestamp": "2022-08-18T20:49:41Z",\n
        "version": 3,\n
        "changeset": 125080620,\n
        "user": "chabe01",\n
        "uid": 502891,\n
        "nodes": [\n
          4946621870,\n
          4946623074,\n
          4946623075,\n
          4946623076,\n
          4946623077,\n
          4946623065,\n
          4946623066,\n
          4946623067,\n
          4946623068,\n
          4946623069,\n
          4946623070,\n
          4946623071,\n
          4946623072,\n
          4946623073,\n
          4946623078,\n
          4946623079,\n
          4946623080,\n
          4946623081,\n
          4946623082,\n
          4946623083,\n
          4946621869,\n
          4946623329,\n
          4946623330,\n
          4946623331,\n
          4946623323,\n
          4946623324,\n
          4946623325,\n
          4946623326,\n
          4946623327,\n
          4946623328,\n
          4946621870\n
        ],\n
        "tags": {\n
          "amenity": "social_facility",\n
          "building": "yes",\n
          "fax": "+33323705060",\n
          "name": "Ehpad La Minaudière",\n
          "phone": "+33323701878",\n
          "ref:FR:FINESS": "020004016",\n
          "ref:FR:SIRET": "26021088500034",\n
          "social_facility": "nursing_home",\n
          "social_facility:for": "senior",\n
          "source": "Le ministère des solidarités et de la santé - 03/2019",\n
          "type:FR:FINESS": "500",\n
          "wikidata": "Q112987999"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512825,\n
        "timestamp": "2017-07-02T07:38:07Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946621871,\n
          4946621872,\n
          4946621873,\n
          4946621874,\n
          4946621871\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512827,\n
        "timestamp": "2017-07-02T07:38:07Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946621875,\n
          4946621876,\n
          4946621877,\n
          4946621878,\n
          4946621879,\n
          4946621880,\n
          4946621881,\n
          4946621882,\n
          4946621875\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512829,\n
        "timestamp": "2017-07-02T07:38:07Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946621885,\n
          4946621900,\n
          4946621883,\n
          4946621884,\n
          4946621885\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512831,\n
        "timestamp": "2017-07-02T07:38:07Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622947,\n
          4946622948,\n
          4946622938,\n
          4946622946,\n
          4946622945,\n
          4946625479,\n
          4946622949,\n
          4946622950,\n
          4946622951,\n
          4946622947\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512833,\n
        "timestamp": "2017-07-02T07:38:07Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946621901,\n
          4946621902,\n
          4946621903,\n
          4946621904,\n
          4946621905,\n
          4946621906,\n
          4946621907,\n
          4946621908,\n
          4946621901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512835,\n
        "timestamp": "2017-07-02T07:38:07Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625444,\n
          4946625445,\n
          4946622549,\n
          4946625446,\n
          4946625444\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": 504512837,\n
        "timestamp": "2017-07-02T07:38:07Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946621909,\n
          4946621910,\n
          4946621911,\n
          4946621912,\n
          4946621909\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512838,\n
        "timestamp": "2017-07-02T07:38:07Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946621913,\n
          4946621919,\n
          4946625488,\n
          4946621914,\n
          4946621915,\n
          4946621916,\n
          4946621917,\n
          4946621918,\n
          4946621913\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512840,\n
        "timestamp": "2017-07-02T07:38:07Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946621919,\n
          4946621913,\n
          4946621920,\n
          4946623321,\n
          4946623322,\n
          4946621919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512842,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622811,\n
          4946622810,\n
          4946623012,\n
          4946623017,\n
          4946623332,\n
          4946622811\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512844,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623333,\n
          4946623334,\n
          4946623335,\n
          4946623336,\n
          4946623333\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512845,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623339,\n
          4946623340,\n
          4946623341,\n
          4946623342,\n
          4946623343,\n
          4946625633,\n
          4946623344,\n
          4946623339\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512847,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623345,\n
          4946625634,\n
          4946623346,\n
          4946623347,\n
          4946625497,\n
          4946623348,\n
          4946623345\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512849,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623349,\n
          4946623350,\n
          4946623351,\n
          4946623352,\n
          4946623349\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512851,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623366,\n
          4946623367,\n
          4946623368,\n
          4946623369,\n
          4946623370,\n
          4946623371,\n
          4946623372,\n
          4946623373,\n
          4946623366\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512853,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623374,\n
          4946623375,\n
          4946623376,\n
          4946623377,\n
          4946623374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512854,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623378,\n
          4946623379,\n
          4946623380,\n
          4946623381,\n
          4946623382,\n
          4946623383,\n
          4946623378\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512856,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623384,\n
          4946623385,\n
          4946623386,\n
          4946623387,\n
          4946623384\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512858,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623388,\n
          4946623389,\n
          4946623390,\n
          4946623391,\n
          4946623388\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512860,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623392,\n
          4946623393,\n
          4946623394,\n
          4946623395,\n
          4946623392\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512862,\n
        "timestamp": "2017-07-02T07:38:08Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623396,\n
          4946623397,\n
          4946623398,\n
          4946623399,\n
          4946623400,\n
          4946623401,\n
          4946623402,\n
          4946623403,\n
          4946623396\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512863,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623399,\n
          4946623404,\n
          4946623405,\n
          4946623400,\n
          4946623399\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512865,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623403,\n
          4946623402,\n
          4946623401,\n
          4946623406,\n
          4946623403\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512867,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623406,\n
          4946623401,\n
          4946623400,\n
          4946623407,\n
          4946623408,\n
          4946625517,\n
          4946625514,\n
          4946623409,\n
          4946623410,\n
          4946623406\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512869,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623410,\n
          4946623409,\n
          4946623411,\n
          4946625516,\n
          4946623412,\n
          4946623413,\n
          4946623414,\n
          4946623415,\n
          4946623416,\n
          4946623410\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512871,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623416,\n
          4946623415,\n
          4946623417,\n
          4946623418,\n
          4946623419,\n
          4946623420,\n
          4946623421,\n
          4946623422,\n
          4946623423,\n
          4946623416\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512873,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623424,\n
          4946623425,\n
          4946623426,\n
          4946623427,\n
          4946623424\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512874,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623436,\n
          4946623437,\n
          4946623438,\n
          4946623439,\n
          4946623436\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512876,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623440,\n
          4946623441,\n
          4946623442,\n
          4946623443,\n
          4946623444,\n
          4946623440\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512878,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623445,\n
          4946623446,\n
          4946623447,\n
          4946623448,\n
          4946623445\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512880,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623449,\n
          4946623450,\n
          4946623451,\n
          4946623452,\n
          4946623453,\n
          4946623454,\n
          4946623455,\n
          4946623456,\n
          4946623449\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512882,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623441,\n
          4946623440,\n
          4946623457,\n
          4946623458,\n
          4946623441\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512883,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623459,\n
          4946623460,\n
          4946623450,\n
          4946623449,\n
          4946623459\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512885,\n
        "timestamp": "2017-07-02T07:38:09Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623461,\n
          4946623462,\n
          4946623460,\n
          4946623459,\n
          4946623461\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512887,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623463,\n
          4946623464,\n
          4946623465,\n
          4946623462,\n
          4946623461,\n
          4946623463\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512889,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623466,\n
          4946623467,\n
          4946623468,\n
          4946623469,\n
          4946623470,\n
          4946623471,\n
          4946623472,\n
          4946623473,\n
          4946623466\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512891,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623474,\n
          4946623475,\n
          4946623476,\n
          4946623477,\n
          4946623474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512892,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623478,\n
          4946623479,\n
          4946623480,\n
          4946623481,\n
          4946623478\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512894,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622525,\n
          4946625441,\n
          4946625442,\n
          4946622526,\n
          4946622525\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": 504512896,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623482,\n
          4946623483,\n
          4946623484,\n
          4946623485,\n
          4946623486,\n
          4946623487,\n
          4946623482\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512898,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622982,\n
          4946622983,\n
          4946622984,\n
          4946622980,\n
          4946622979,\n
          4946622982\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512900,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623483,\n
          4946623482,\n
          4946623488,\n
          4946623489,\n
          4946623490,\n
          4946623491,\n
          4946623492,\n
          4946623483\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512902,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623493,\n
          4946623494,\n
          4946623495,\n
          4946623496,\n
          4946623493\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512904,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622983,\n
          4946622985,\n
          4946622986,\n
          4946622984,\n
          4946622983\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512906,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623496,\n
          4946623495,\n
          4946623497,\n
          4946623503,\n
          4946623498,\n
          4946623496\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512908,\n
        "timestamp": "2017-07-02T07:38:10Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623497,\n
          4946623499,\n
          4946623500,\n
          4946623501,\n
          4946623502,\n
          4946623503,\n
          4946623497\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512910,\n
        "timestamp": "2025-10-06T19:13:55Z",\n
        "version": 2,\n
        "changeset": 172930555,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          4946623504,\n
          4946623505,\n
          4946623506,\n
          4946623507,\n
          4946623504\n
        ],\n
        "tags": {\n
          "addr:housenumber": "7",\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512912,\n
        "timestamp": "2017-07-02T07:38:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623504,\n
          4946623507,\n
          4946623508,\n
          4946623509,\n
          4946623504\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512913,\n
        "timestamp": "2017-07-02T07:38:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622985,\n
          4946622987,\n
          4946622988,\n
          4946622989,\n
          4946622986,\n
          4946622985\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512915,\n
        "timestamp": "2025-10-06T19:13:55Z",\n
        "version": 2,\n
        "changeset": 172930555,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          4946623516,\n
          4946623517,\n
          4946623518,\n
          4946623519,\n
          4946623520,\n
          4946623621,\n
          4946623516\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "name": "Gite La Lezardière",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512917,\n
        "timestamp": "2017-07-02T07:38:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623622,\n
          4946623623,\n
          4946623624,\n
          4946623625,\n
          4946623622\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512919,\n
        "timestamp": "2017-07-02T07:38:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623626,\n
          4946623627,\n
          4946623628,\n
          4946623629,\n
          4946623626\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512921,\n
        "timestamp": "2017-07-02T07:38:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623630,\n
          4946623631,\n
          4946623632,\n
          4946623633,\n
          4946623630\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512923,\n
        "timestamp": "2017-07-02T07:38:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623634,\n
          4946623635,\n
          4946623636,\n
          4946623637,\n
          4946623638,\n
          4946623639,\n
          4946623634\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512925,\n
        "timestamp": "2017-07-02T07:38:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946622510,\n
          4946622512,\n
          4946622513,\n
          4946622514,\n
          4946622515,\n
          4946622516,\n
          4946622510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512927,\n
        "timestamp": "2017-07-02T07:38:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623640,\n
          4946623641,\n
          4946623642,\n
          4946623643,\n
          4946623644,\n
          4946623645,\n
          4946623640\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512929,\n
        "timestamp": "2017-07-02T07:38:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623652,\n
          4946623653,\n
          4946623654,\n
          4946623655,\n
          4946623656,\n
          4946623657,\n
          4946623658,\n
          4946623659,\n
          4946623660,\n
          4946623661,\n
          4946623652\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512931,\n
        "timestamp": "2017-07-02T07:38:11Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623662,\n
          4946623663,\n
          4946623664,\n
          4946623665,\n
          4946623662\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512933,\n
        "timestamp": "2017-07-02T07:38:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623666,\n
          4946623667,\n
          4946623668,\n
          4946623669,\n
          4946623666\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512934,\n
        "timestamp": "2017-07-02T07:38:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623670,\n
          4946623671,\n
          4946623672,\n
          4946623673,\n
          4946623674,\n
          4946623675,\n
          4946623670\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512936,\n
        "timestamp": "2017-07-02T07:38:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623676,\n
          4946623677,\n
          4946623678,\n
          4946623679,\n
          4946623676\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512938,\n
        "timestamp": "2017-07-02T07:38:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623680,\n
          4946623681,\n
          4946623682,\n
          4946623683,\n
          4946623680\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512940,\n
        "timestamp": "2017-07-02T07:38:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623684,\n
          4946623685,\n
          4946623686,\n
          4946623687,\n
          4946623684\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512942,\n
        "timestamp": "2017-07-02T07:38:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623685,\n
          4946623684,\n
          4946623688,\n
          4946623689,\n
          4946623685\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512944,\n
        "timestamp": "2017-07-02T07:38:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623690,\n
          4946623691,\n
          4946623692,\n
          4946623693,\n
          4946623690\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512945,\n
        "timestamp": "2017-07-02T07:38:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623694,\n
          4946623695,\n
          4946623696,\n
          4946623697,\n
          4946623694\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512947,\n
        "timestamp": "2017-07-02T07:38:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623704,\n
          4946623705,\n
          4946623706,\n
          4946623707,\n
          4946623704\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512949,\n
        "timestamp": "2017-07-02T07:38:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623708,\n
          4946623709,\n
          4946623710,\n
          4946623711,\n
          4946623708\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512951,\n
        "timestamp": "2017-07-02T07:38:12Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623716,\n
          4946623717,\n
          4946623718,\n
          4946623719,\n
          4946623720,\n
          4946623821,\n
          4946623822,\n
          4946623823,\n
          4946623824,\n
          4946623825,\n
          4946623826,\n
          4946623827,\n
          4946623828,\n
          4946623829,\n
          4946623830,\n
          4946623831,\n
          4946623832,\n
          4946623833,\n
          4946623834,\n
          4946623835,\n
          4946623716\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512954,\n
        "timestamp": "2017-07-02T07:38:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623836,\n
          4946623837,\n
          4946623838,\n
          4946623839,\n
          4946623840,\n
          4946623841,\n
          4946623842,\n
          4946623843,\n
          4946623844,\n
          4946623845,\n
          4946623846,\n
          4946623847,\n
          4946623836\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512956,\n
        "timestamp": "2017-07-02T07:38:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623884,\n
          4946623885,\n
          4946623886,\n
          4946623887,\n
          4946623884\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512957,\n
        "timestamp": "2017-07-02T07:38:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623888,\n
          4946623889,\n
          4946623890,\n
          4946623891,\n
          4946623888\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512959,\n
        "timestamp": "2017-07-02T07:38:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623892,\n
          4946623893,\n
          4946623894,\n
          4946623895,\n
          4946623892\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512961,\n
        "timestamp": "2023-08-29T07:36:24Z",\n
        "version": 3,\n
        "changeset": 140526595,\n
        "user": "Roue-doudou",\n
        "uid": 10224323,\n
        "nodes": [\n
          4946623896,\n
          4946623897,\n
          4946623898,\n
          4946623899,\n
          4946623896\n
        ],\n
        "tags": {\n
          "building": "service",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "substation",\n
          "service": "utility",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "source:power": "Enedis",\n
          "substation": "minor_distribution",\n
          "voltage": "20000"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512963,\n
        "timestamp": "2017-07-02T07:38:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623900,\n
          4946623901,\n
          4946623902,\n
          4946623903,\n
          4946623900\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512965,\n
        "timestamp": "2017-07-02T07:38:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623904,\n
          4946623905,\n
          4946623906,\n
          4946623907,\n
          4946623904\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512969,\n
        "timestamp": "2017-07-02T07:38:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623908,\n
          4946623909,\n
          4946623910,\n
          4946623911,\n
          4946623912,\n
          4946625656,\n
          4946623913,\n
          4946623914,\n
          4946623915,\n
          4946623916,\n
          4946623917,\n
          4946623918,\n
          4946623908\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512971,\n
        "timestamp": "2017-07-02T07:38:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623919,\n
          4946623920,\n
          4946623921,\n
          4946623922,\n
          4946623923,\n
          4946623924,\n
          4946623919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512973,\n
        "timestamp": "2017-07-02T07:38:13Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623931,\n
          4946623932,\n
          4946623933,\n
          4946623934,\n
          4946623931\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512975,\n
        "timestamp": "2017-07-02T07:38:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623935,\n
          4946623936,\n
          4946623937,\n
          4946623938,\n
          4946623935\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512977,\n
        "timestamp": "2017-07-02T07:38:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623939,\n
          4946623940,\n
          4946623941,\n
          4946623942,\n
          4946623943,\n
          4946623944,\n
          4946623945,\n
          4946623946,\n
          4946623947,\n
          4946623948,\n
          4946623949,\n
          4946623950,\n
          4946623951,\n
          4946623952,\n
          4946623953,\n
          4946623954,\n
          4946623955,\n
          4946623956,\n
          4946623957,\n
          4946623958,\n
          4946623959,\n
          4946623939\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512979,\n
        "timestamp": "2017-07-02T07:38:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623960,\n
          4946623961,\n
          4946623962,\n
          4946623963,\n
          4946623960\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512981,\n
        "timestamp": "2017-07-02T07:38:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623964,\n
          4946625704,\n
          4946623965,\n
          4946623966,\n
          4946623967,\n
          4946623968,\n
          4946623086,\n
          4946623964\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512983,\n
        "timestamp": "2017-07-02T07:38:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623087,\n
          4946623088,\n
          4946623089,\n
          4946623090,\n
          4946623087\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512985,\n
        "timestamp": "2017-07-02T07:38:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623089,\n
          4946623088,\n
          4946623087,\n
          4946623091,\n
          4946623092,\n
          4946623093,\n
          4946623094,\n
          4946623095,\n
          4946623096,\n
          4946623089\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512987,\n
        "timestamp": "2020-12-13T17:52:02Z",\n
        "version": 2,\n
        "changeset": 95763520,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4946623097,\n
          4946623098,\n
          4946623099,\n
          4946623102,\n
          4946623097\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512991,\n
        "timestamp": "2017-07-02T07:38:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623103,\n
          4946623104,\n
          4946623105,\n
          4946623106,\n
          4946623107,\n
          4946623103\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512993,\n
        "timestamp": "2017-07-02T07:38:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623108,\n
          4946623109,\n
          4946623110,\n
          4946623111,\n
          4946623108\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512995,\n
        "timestamp": "2017-07-02T07:38:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623112,\n
          4946623113,\n
          4946623114,\n
          4946623115,\n
          4946623112\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512997,\n
        "timestamp": "2017-07-02T07:38:14Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623116,\n
          4946625701,\n
          4946623117,\n
          4946623118,\n
          4946623119,\n
          4946623116\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504512999,\n
        "timestamp": "2017-07-02T07:38:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623120,\n
          4946624121,\n
          4946624122,\n
          4946624123,\n
          4946624124,\n
          4946624125,\n
          4946624126,\n
          4946624127,\n
          4946623120\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513000,\n
        "timestamp": "2017-07-02T07:38:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624128,\n
          4946624129,\n
          4946624130,\n
          4946624131,\n
          4946624128\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513002,\n
        "timestamp": "2017-07-02T07:38:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624132,\n
          4946624133,\n
          4946624134,\n
          4946624535,\n
          4946624534,\n
          4946624135,\n
          4946624140,\n
          4946624136,\n
          4946624137,\n
          4946624132\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513004,\n
        "timestamp": "2017-07-02T07:38:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624132,\n
          4946624137,\n
          4946624136,\n
          4946624143,\n
          4946624138,\n
          4946625697,\n
          4946624139,\n
          4946624132\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513006,\n
        "timestamp": "2017-07-02T07:38:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624140,\n
          4946624141,\n
          4946624142,\n
          4946624143,\n
          4946624136,\n
          4946624140\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513007,\n
        "timestamp": "2017-07-02T07:38:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624144,\n
          4946624145,\n
          4946624146,\n
          4946624147,\n
          4946624144\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513009,\n
        "timestamp": "2017-07-02T07:38:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624148,\n
          4946624149,\n
          4946624150,\n
          4946624151,\n
          4946624148\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513011,\n
        "timestamp": "2017-07-02T07:38:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624152,\n
          4946624153,\n
          4946624154,\n
          4946624155,\n
          4946624156,\n
          4946624157,\n
          4946624158,\n
          4946624159,\n
          4946624152\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513012,\n
        "timestamp": "2017-07-02T07:38:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624160,\n
          4946624161,\n
          4946624162,\n
          4946624163,\n
          4946624164,\n
          4946625287,\n
          4946624165,\n
          4946624166,\n
          4946624160\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513013,\n
        "timestamp": "2017-07-02T07:38:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624166,\n
          4946624165,\n
          4946624167,\n
          4946624168,\n
          4946624169,\n
          4946624170,\n
          4946624171,\n
          4946624166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513015,\n
        "timestamp": "2017-07-02T07:38:15Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624172,\n
          4946624173,\n
          4946624174,\n
          4946624175,\n
          4946624172\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513017,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624176,\n
          4946624177,\n
          4946624178,\n
          4946624179,\n
          4946624180,\n
          4946624176\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513019,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624181,\n
          4946624182,\n
          4946624183,\n
          4946624184,\n
          4946624181\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513021,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624185,\n
          4946624186,\n
          4946624187,\n
          4946624188,\n
          4946624189,\n
          4946624185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513023,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624190,\n
          4946624191,\n
          4946624192,\n
          4946624193,\n
          4946624190\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513025,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624194,\n
          4946624200,\n
          4946624195,\n
          4946625708,\n
          4946624196,\n
          4946624197,\n
          4946624194\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513027,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624198,\n
          4946624199,\n
          4946624200,\n
          4946624194,\n
          4946624198\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513028,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624201,\n
          4946624202,\n
          4946624203,\n
          4946624204,\n
          4946624205,\n
          4946624206,\n
          4946624207,\n
          4946624208,\n
          4946624209,\n
          4946625705,\n
          4946624210,\n
          4946624201\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513030,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624211,\n
          4946624212,\n
          4946624213,\n
          4946624214,\n
          4946624215,\n
          4946624216,\n
          4946624217,\n
          4946624218,\n
          4946624211\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513032,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624219,\n
          4946624220,\n
          4946624321,\n
          4946624322,\n
          4946624323,\n
          4946624324,\n
          4946624325,\n
          4946624326,\n
          4946624219\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513034,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624327,\n
          4946624328,\n
          4946624329,\n
          4946624330,\n
          4946624331,\n
          4946624332,\n
          4946624327\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513036,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624333,\n
          4946624334,\n
          4946624335,\n
          4946624336,\n
          4946624337,\n
          4946624338,\n
          4946624333\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513038,\n
        "timestamp": "2017-07-02T07:38:16Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624339,\n
          4946624340,\n
          4946624341,\n
          4946624342,\n
          4946624343,\n
          4946624344,\n
          4946624345,\n
          4946624339\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513040,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624346,\n
          4946624347,\n
          4946624348,\n
          4946624349,\n
          4946624346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513042,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624350,\n
          4946624351,\n
          4946624352,\n
          4946624353,\n
          4946624350\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513044,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624354,\n
          4946624355,\n
          4946624356,\n
          4946624357,\n
          4946624354\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513046,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624358,\n
          4946624359,\n
          4946624360,\n
          4946624366,\n
          4946624361,\n
          4946624358\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513048,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624362,\n
          4946624363,\n
          4946624364,\n
          4946624365,\n
          4946624362\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513050,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624366,\n
          4946624367,\n
          4946624368,\n
          4946624369,\n
          4946625668,\n
          4946624361,\n
          4946624366\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513051,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624369,\n
          4946624368,\n
          4946624370,\n
          4946624371,\n
          4946624372,\n
          4946624373,\n
          4946624369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513054,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624374,\n
          4946624375,\n
          4946624376,\n
          4946624377,\n
          4946624374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513056,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624373,\n
          4946624372,\n
          4946624378,\n
          4946624379,\n
          4946624380,\n
          4946624381,\n
          4946624382,\n
          4946624383,\n
          4946624373\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513059,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624386,\n
          4946624387,\n
          4946624384,\n
          4946624385,\n
          4946624386\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513061,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624379,\n
          4946624378,\n
          4946624388,\n
          4946624389,\n
          4946624390,\n
          4946624391,\n
          4946625669,\n
          4946624392,\n
          4946624393,\n
          4946624394,\n
          4946624379\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513062,\n
        "timestamp": "2017-07-02T07:38:17Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624395,\n
          4946624396,\n
          4946624397,\n
          4946624398,\n
          4946624399,\n
          4946624400,\n
          4946624401,\n
          4946624402,\n
          4946624395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513065,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624402,\n
          4946624403,\n
          4946624404,\n
          4946624405,\n
          4946624395,\n
          4946624402\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513068,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624406,\n
          4946624407,\n
          4946624408,\n
          4946624409,\n
          4946624406\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513071,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624410,\n
          4946624411,\n
          4946624412,\n
          4946624413,\n
          4946624414,\n
          4946624415,\n
          4946624416,\n
          4946624417,\n
          4946624418,\n
          4946624419,\n
          4946624410\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513074,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624420,\n
          4946624521,\n
          4946624522,\n
          4946624523,\n
          4946624420\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513077,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624524,\n
          4946624525,\n
          4946624526,\n
          4946624527,\n
          4946624524\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513080,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624524,\n
          4946624528,\n
          4946624529,\n
          4946624525,\n
          4946624524\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513082,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624530,\n
          4946624531,\n
          4946624532,\n
          4946624533,\n
          4946624530\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513083,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624534,\n
          4946624535,\n
          4946624536,\n
          4946624537,\n
          4946624534\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513085,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624538,\n
          4946624539,\n
          4946624540,\n
          4946624541,\n
          4946624538\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513087,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624542,\n
          4946624543,\n
          4946624544,\n
          4946624545,\n
          4946624542\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513089,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624546,\n
          4946624547,\n
          4946624548,\n
          4946624549,\n
          4946624550,\n
          4946624546\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513091,\n
        "timestamp": "2017-07-02T07:38:18Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624551,\n
          4946624552,\n
          4946624553,\n
          4946624554,\n
          4946624555,\n
          4946624556,\n
          4946624557,\n
          4946624558,\n
          4946624559,\n
          4946624560,\n
          4946624561,\n
          4946624562,\n
          4946624551\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513094,\n
        "timestamp": "2017-07-02T07:38:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624568,\n
          4946624569,\n
          4946624570,\n
          4946624571,\n
          4946624568\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": 504513096,\n
        "timestamp": "2025-10-06T19:13:55Z",\n
        "version": 2,\n
        "changeset": 172930555,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          4946623510,\n
          4946623511,\n
          4946623512,\n
          4946623513,\n
          4946623514,\n
          4946623515,\n
          4946623510\n
        ],\n
        "tags": {\n
          "addr:housenumber": "5",\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513098,\n
        "timestamp": "2017-07-02T07:38:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624572,\n
          4946624573,\n
          4946624564,\n
          4946624563,\n
          4946624574,\n
          4946624575,\n
          4946624576,\n
          4946624572\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513100,\n
        "timestamp": "2017-07-02T07:38:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624577,\n
          4946624578,\n
          4946624579,\n
          4946624580,\n
          4946624581,\n
          4946624582,\n
          4946624583,\n
          4946624577\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513102,\n
        "timestamp": "2017-07-02T07:38:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624586,\n
          4946624587,\n
          4946624584,\n
          4946624585,\n
          4946624586\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513104,\n
        "timestamp": "2017-07-02T07:38:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624588,\n
          4946624589,\n
          4946624590,\n
          4946624591,\n
          4946624588\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513105,\n
        "timestamp": "2017-07-02T07:38:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623432,\n
          4946623433,\n
          4946623434,\n
          4946624592,\n
          4946624593,\n
          4946623435,\n
          4946623432\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513107,\n
        "timestamp": "2017-07-02T07:38:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624594,\n
          4946624595,\n
          4946624596,\n
          4946624597,\n
          4946624598,\n
          4946624599,\n
          4946624600,\n
          4946624601,\n
          4946624594\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513109,\n
        "timestamp": "2022-05-09T09:41:18Z",\n
        "version": 4,\n
        "changeset": 120738773,\n
        "user": "Ayack",\n
        "uid": 32476,\n
        "nodes": [\n
          4946624602,\n
          4946624603,\n
          4946624604,\n
          4946624605,\n
          4946624606,\n
          4946624607,\n
          4946624608,\n
          4946624609,\n
          4946624610,\n
          4946624611,\n
          4946624612,\n
          4946624613,\n
          4946624614,\n
          4946624615,\n
          4946624616,\n
          4946624617,\n
          4946624618,\n
          4946624619,\n
          4946624620,\n
          4946624721,\n
          4946624722,\n
          4946624723,\n
          4946624724,\n
          4946624725,\n
          4946624726,\n
          4946624727,\n
          4946624728,\n
          4946624729,\n
          4946624730,\n
          4946624731,\n
          4946624732,\n
          4946624733,\n
          4946624734,\n
          4946624735,\n
          4946624736,\n
          4946624737,\n
          4946624738,\n
          4946624739,\n
          4946624740,\n
          4946624741,\n
          4946624742,\n
          4946624743,\n
          4946624744,\n
          4946624602\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Denis",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wikidata": "Q3581333",\n
          "wikipedia": "fr:Église Saint-Denis de Courtemont-Varennes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513111,\n
        "timestamp": "2017-07-02T07:38:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624745,\n
          4946624746,\n
          4946624747,\n
          4946624748,\n
          4946624749,\n
          4946624745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513114,\n
        "timestamp": "2017-07-02T07:38:19Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624750,\n
          4946624751,\n
          4946624752,\n
          4946624753,\n
          4946624754,\n
          4946625719,\n
          4946624755,\n
          4946624756,\n
          4946624757,\n
          4946624758,\n
          4946624759,\n
          4946624760,\n
          4946625721,\n
          4946624750\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513116,\n
        "timestamp": "2025-10-06T19:13:55Z",\n
        "version": 2,\n
        "changeset": 172930555,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          4946624761,\n
          4946624762,\n
          4946624763,\n
          4946625720,\n
          4946625722,\n
          4946624764,\n
          4946624765,\n
          4946624766,\n
          4946624761\n
        ],\n
        "tags": {\n
          "addr:housenumber": "3",\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513118,\n
        "timestamp": "2017-07-02T07:38:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624767,\n
          4946624768,\n
          4946624769,\n
          4946624770,\n
          4946624771,\n
          4946624772,\n
          4946624767\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513120,\n
        "timestamp": "2017-07-02T07:38:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624773,\n
          4946624774,\n
          4946624775,\n
          4946624776,\n
          4946624771,\n
          4946624773\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513122,\n
        "timestamp": "2017-07-02T07:38:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623640,\n
          4946623645,\n
          4946623644,\n
          4946625635,\n
          4946623640\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": 504513124,\n
        "timestamp": "2017-07-02T07:38:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624781,\n
          4946624782,\n
          4946624783,\n
          4946624784,\n
          4946624781\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513125,\n
        "timestamp": "2017-07-02T07:38:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624785,\n
          4946624786,\n
          4946624787,\n
          4946624788,\n
          4946624789,\n
          4946624790,\n
          4946624791,\n
          4946624792,\n
          4946624793,\n
          4946624794,\n
          4946624795,\n
          4946624796,\n
          4946624785\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513127,\n
        "timestamp": "2017-07-02T07:38:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624797,\n
          4946624798,\n
          4946624799,\n
          4946624800,\n
          4946624797\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513129,\n
        "timestamp": "2017-07-02T07:38:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624801,\n
          4946624802,\n
          4946624803,\n
          4946624804,\n
          4946624801\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513131,\n
        "timestamp": "2020-12-13T17:52:22Z",\n
        "version": 2,\n
        "changeset": 95763520,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4946624806,\n
          4946624807,\n
          4946624808,\n
          4946624809,\n
          4946624806\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513133,\n
        "timestamp": "2017-07-02T07:38:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624810,\n
          4946624811,\n
          4946624812,\n
          4946625729,\n
          4946624813,\n
          4946624815,\n
          4946624810\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513135,\n
        "timestamp": "2017-07-02T07:38:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624814,\n
          4946624815,\n
          4946624816,\n
          4946624817,\n
          4946624814\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513137,\n
        "timestamp": "2017-07-02T07:38:20Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624818,\n
          4946624819,\n
          4946624810,\n
          4946624815,\n
          4946624814,\n
          4946624820,\n
          4946624818\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513139,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624821,\n
          4946624822,\n
          4946624818,\n
          4946624820,\n
          4946624823,\n
          4946624824,\n
          4946624821\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513141,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624825,\n
          4946624826,\n
          4946624827,\n
          4946624828,\n
          4946624829,\n
          4946624830,\n
          4946624825\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513143,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624831,\n
          4946624842,\n
          4946624832,\n
          4946624833,\n
          4946624834,\n
          4946624835,\n
          4946624836,\n
          4946624837,\n
          4946624831\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513144,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624838,\n
          4946624841,\n
          4946624842,\n
          4946624831,\n
          4946624839,\n
          4946624840,\n
          4946624838\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513146,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624843,\n
          4946624844,\n
          4946624845,\n
          4946624846,\n
          4946624843\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513147,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624847,\n
          4946624848,\n
          4946624849,\n
          4946624850,\n
          4946624851,\n
          4946624852,\n
          4946624853,\n
          4946624854,\n
          4946624855,\n
          4946624856,\n
          4946624847\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513149,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624857,\n
          4946624858,\n
          4946624859,\n
          4946624860,\n
          4946624861,\n
          4946624862,\n
          4946624863,\n
          4946624864,\n
          4946624865,\n
          4946624866,\n
          4946624857\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513151,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624867,\n
          4946624868,\n
          4946624869,\n
          4946624870,\n
          4946624871,\n
          4946624872,\n
          4946624873,\n
          4946624874,\n
          4946624875,\n
          4946624876,\n
          4946624877,\n
          4946624878,\n
          4946624879,\n
          4946624880,\n
          4946624881,\n
          4946624882,\n
          4946624867\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513153,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946624883,\n
          4946624884,\n
          4946624885,\n
          4946619271,\n
          4946624883\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513155,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946619272,\n
          4946619273,\n
          4946619274,\n
          4946619275,\n
          4946619272\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513157,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946619283,\n
          4946619284,\n
          4946619278,\n
          4946619279,\n
          4946619280,\n
          4946619281,\n
          4946619282,\n
          4946619285,\n
          4946619283\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513159,\n
        "timestamp": "2017-07-02T07:38:21Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946619292,\n
          4946619293,\n
          4946619294,\n
          4946619295,\n
          4946619292\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513161,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946619296,\n
          4946619297,\n
          4946619298,\n
          4946619299,\n
          4946619300,\n
          4946619301,\n
          4946619302,\n
          4946619303,\n
          4946619304,\n
          4946619296\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513163,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946619305,\n
          4946619306,\n
          4946619307,\n
          4946619308,\n
          4946619305\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513165,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946623919,\n
          4946623670,\n
          4946623675,\n
          4946623920,\n
          4946623919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513168,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625050,\n
          4946625051,\n
          4946625052,\n
          4946625053,\n
          4946625050\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513170,\n
        "timestamp": "2025-05-08T17:21:11Z",\n
        "version": 3,\n
        "changeset": 165994979,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4946625054,\n
          4946625055,\n
          4946625056,\n
          4946625057,\n
          4946625058,\n
          4946625059,\n
          4946625060,\n
          4946625061,\n
          4946625062,\n
          4946625063,\n
          4946625064,\n
          4946625065,\n
          4946625054\n
        ],\n
        "tags": {\n
          "addr:housenumber": "10",\n
          "addr:street": "Rue de la Mairie",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "courtemont.varennes@wanadoo.fr",\n
          "contact:phone": "+33 3 23 70 35 46",\n
          "name": "Mairie de Courtemont-Varennes",\n
          "opening_hours": "Mo 14:00-17:30; We 14:00-17:30; Fr 09:00-12:00,14:00-17:30",\n
          "ref:FR:SIRET": "21020213100012",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017;Service-Public.fr - 03/2025",\n
          "source:addr": "https://lannuaire.service-public.fr/hauts-de-france/aisne",\n
          "wheelchair": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513173,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625066,\n
          4946625067,\n
          4946625068,\n
          4946625069,\n
          4946625070,\n
          4946625071,\n
          4946625066\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513176,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625072,\n
          4946625073,\n
          4946625074,\n
          4946625075,\n
          4946625076,\n
          4946625077,\n
          4946625078,\n
          4946625072\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513179,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625079,\n
          4946625080,\n
          4946625081,\n
          4946625082,\n
          4946625079\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513181,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625079,\n
          4946625083,\n
          4946625084,\n
          4946625085,\n
          4946625086,\n
          4946625080,\n
          4946625079\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513183,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625087,\n
          4946625088,\n
          4946625089,\n
          4946625090,\n
          4946625087\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513185,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625091,\n
          4946625092,\n
          4946625093,\n
          4946625094,\n
          4946625091\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513187,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625095,\n
          4946625096,\n
          4946625097,\n
          4946625098,\n
          4946625095\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513189,\n
        "timestamp": "2017-07-02T07:38:22Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625099,\n
          4946625100,\n
          4946625101,\n
          4946625102,\n
          4946625099\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513191,\n
        "timestamp": "2017-07-02T07:38:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625103,\n
          4946625104,\n
          4946625105,\n
          4946625106,\n
          4946625107,\n
          4946625108,\n
          4946625109,\n
          4946625110,\n
          4946625765,\n
          4946625111,\n
          4946625103\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 504513193,\n
        "timestamp": "2017-07-02T07:38:23Z",\n
        "version": 1,\n
        "changeset": 49978344,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4946625112,\n
          4946625113,\n
          4946625114,\n
          4946625115,\n
          4946625112\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 935104718,\n
        "timestamp": "2025-09-18T09:09:46Z",\n
        "version": 5,\n
        "changeset": 172095872,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8665474467,\n
          8665474468,\n
          8665474480,\n
          8665474481,\n
          8665474469,\n
          8665474470,\n
          8665474467\n
        ],\n
        "tags": {\n
          "addr:city": "Courtemont-Varennes",\n
          "addr:housenumber": "17",\n
          "addr:postcode": "02850",\n
          "addr:street": "Rue de la Mairie",\n
          "amenity": "school",\n
          "contact:email": "ce.0022169X@ac-amiens.fr",\n
          "contact:phone": "+33 323713602",\n
          "name": "École primaire l'Arc en Ciel",\n
          "operator:type": "public",\n
          "ref:FR:SIRET": "21020213100038",\n
          "ref:UAI": "0022169X",\n
          "school:FR": "primaire",\n
          "source": "Ministère de l'Éducation nationale, de l'Enseignement supérieur et de la Recherche - 2025-08",\n
          "start_date": "2017-09-01"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 935104719,\n
        "timestamp": "2021-04-25T18:16:51Z",\n
        "version": 1,\n
        "changeset": 103586449,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8665474471,\n
          8665474472,\n
          8665474473,\n
          8665474474,\n
          8665474475,\n
          8665474476,\n
          8665474477,\n
          8665474478,\n
          8665474471\n
        ],\n
        "tags": {\n
          "building": "school"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010284,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572138,\n
          13207572139,\n
          13207572140,\n
          13207572141,\n
          13207572138\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010285,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572142,\n
          13207572143,\n
          13207572144,\n
          13207572145,\n
          13207572142\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010286,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572146,\n
          13207572147,\n
          13207572148,\n
          13207572149,\n
          13207572146\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010287,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572150,\n
          13207572151,\n
          13207572152,\n
          13207572153,\n
          13207572150\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010288,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572154,\n
          13207572155,\n
          13207572156,\n
          13207572157,\n
          13207572154\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010289,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572158,\n
          13207572159,\n
          13207572160,\n
          13207572161,\n
          13207572158\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010290,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572162,\n
          13207572163,\n
          13207572164,\n
          13207572165,\n
          13207572162\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010291,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572166,\n
          13207572167,\n
          13207572168,\n
          13207572169,\n
          13207572166\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010292,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572170,\n
          13207572171,\n
          13207572172,\n
          13207572173,\n
          13207572174,\n
          13207572170\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010293,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572175,\n
          13207572176,\n
          13207572177,\n
          13207572178,\n
          13207572175\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010294,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572179,\n
          13207572180,\n
          13207572181,\n
          13207572182,\n
          13207572179\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010295,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572183,\n
          13207572184,\n
          13207572185,\n
          13207572186,\n
          13207572183\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010296,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572187,\n
          13207572188,\n
          13207572189,\n
          13207572190,\n
          13207572187\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010297,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572191,\n
          13207572192,\n
          13207572193,\n
          13207572194,\n
          13207572191\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010298,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572195,\n
          13207572196,\n
          13207572197,\n
          13207572198,\n
          13207572195\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1437010299,\n
        "timestamp": "2025-10-10T20:42:16Z",\n
        "version": 1,\n
        "changeset": 173112607,\n
        "user": "Kurt34",\n
        "uid": 334258,\n
        "nodes": [\n
          13207572199,\n
          13207572200,\n
          13207627601,\n
          13207627602,\n
          13207572199\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]