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

HTTP Client

2 Total requests
0 HTTP errors

Clients

http_client 2

Requests

GET https://geo.api.gouv.fr/communes/02275
Request options
[
  "timeout" => 10
  "headers" => [
    "Accept" => "application/json"
  ]
]
Response 200
[
  "info" => [
    "header_size" => 291
    "request_size" => 141
    "total_time" => 0.046713
    "namelookup_time" => 0.004599
    "connect_time" => 0.015087
    "pretransfer_time" => 0.029854
    "size_download" => 156.0
    "speed_download" => 3339.0
    "download_content_length" => 156.0
    "starttransfer_time" => 0.046329
    "primary_ip" => "37.59.183.65"
    "primary_port" => 443
    "local_ip" => "192.168.1.188"
    "local_port" => 39938
    "http_version" => 3
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 29745
    "connect_time_us" => 15087
    "namelookup_time_us" => 4599
    "pretransfer_time_us" => 29854
    "starttransfer_time_us" => 46329
    "posttransfer_time_us" => 29892
    "total_time_us" => 46713
    "effective_method" => "GET"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770008207.9365
    "original_url" => "https://geo.api.gouv.fr/communes/02275"
    "pause_handler" => Closure(float $duration) {#1014
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#777 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#999 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host geo.api.gouv.fr:443 was resolved.\n
      * IPv6: (none)\n
      * IPv4: 37.59.183.65\n
      *   Trying 37.59.183.65: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 / X25519MLKEM768 / id-ecPublicKey\n
      * ALPN: server accepted h2\n
      * Server certificate:\n
      *  subject: CN=geo.api.gouv.fr\n
      *  start date: Jan 12 08:18:49 2026 GMT\n
      *  expire date: Apr 12 08:18:48 2026 GMT\n
      *  subjectAltName: host "geo.api.gouv.fr" matched cert's "geo.api.gouv.fr"\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 geo.api.gouv.fr (37.59.183.65) port 443\n
      * using HTTP/2\n
      * [HTTP/2] [1] OPENED stream for https://geo.api.gouv.fr/communes/02275\n
      * [HTTP/2] [1] [:method: GET]\n
      * [HTTP/2] [1] [:scheme: https]\n
      * [HTTP/2] [1] [:authority: geo.api.gouv.fr]\n
      * [HTTP/2] [1] [:path: /communes/02275]\n
      * [HTTP/2] [1] [accept: application/json]\n
      * [HTTP/2] [1] [user-agent: Symfony HttpClient (Curl)]\n
      * [HTTP/2] [1] [accept-encoding: gzip]\n
      > GET /communes/02275 HTTP/2\r\n
      Host: geo.api.gouv.fr\r\n
      Accept: application/json\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      \r\n
      * Request completely sent off\n
      < HTTP/2 200 \r\n
      < server: nginx/1.29.1\r\n
      < date: Mon, 02 Feb 2026 04:56:47 GMT\r\n
      < content-type: application/json; charset=utf-8\r\n
      < content-length: 156\r\n
      < x-powered-by: Express\r\n
      < vary: Origin\r\n
      < etag: W/"9c-4V0eQmFiAtKFDvFexGgnkrUbtNk"\r\n
      < cache-control: public, max-age=3600, immutable\r\n
      < x-cache-status: MISS\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 200 "
    "server: nginx/1.29.1"
    "date: Mon, 02 Feb 2026 04:56:47 GMT"
    "content-type: application/json; charset=utf-8"
    "content-length: 156"
    "x-powered-by: Express"
    "vary: Origin"
    "etag: W/"9c-4V0eQmFiAtKFDvFexGgnkrUbtNk""
    "cache-control: public, max-age=3600, immutable"
    "x-cache-status: MISS"
  ]
  "response_content" => [
    "{"nom":"Effry","code":"02275","codeDepartement":"02","siren":"210202594","codeEpci":"240200600","codeRegion":"32","codesPostaux":["02500"],"population":307}"
  ]
]
POST https://overpass-api.de/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="02275"]->.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" => 6.225353
    "namelookup_time" => 0.000502
    "connect_time" => 0.033479
    "pretransfer_time" => 0.069217
    "size_upload" => 2410.0
    "size_download" => 34972.0
    "speed_download" => 5617.0
    "speed_upload" => 387.0
    "download_content_length" => 34972.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 6.191575
    "primary_ip" => "2a01:4f9:3051:3e48::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:2900:602f:872e:e67a"
    "local_port" => 33478
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 69111
    "connect_time_us" => 33479
    "namelookup_time_us" => 502
    "pretransfer_time_us" => 69217
    "starttransfer_time_us" => 6191575
    "posttransfer_time_us" => 69216
    "total_time_us" => 6225353
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770008208.5484
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1045
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1041 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#999 …}
        $execCounter: -9223372036854775796
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f9:3051:3e48::2, 2a01:4f8:261:3c4f::2\n
      * IPv4: 65.109.112.52, 162.55.144.139\n
      *   Trying [2a01:4f9:3051:3e48::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=lambert.openstreetmap.de\n
      *  start date: Jan 21 16:56:36 2026 GMT\n
      *  expire date: Apr 21 16:56:35 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f9:3051:3e48::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Mon, 02 Feb 2026 04:56:48 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 34972\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Mon, 02 Feb 2026 04:56:48 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 34972"
    "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-02T04:55:03Z",\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": 4273029214,\n
        "lat": 49.9291691,\n
        "lon": 3.9850275,\n
        "timestamp": "2016-06-30T09:10:54Z",\n
        "version": 1,\n
        "changeset": 40387006,\n
        "user": "Alexandre148025",\n
        "uid": 191786,\n
        "tags": {\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273051510,\n
        "lat": 49.9209014,\n
        "lon": 3.9854456,\n
        "timestamp": "2016-06-30T09:32:14Z",\n
        "version": 1,\n
        "changeset": 40387006,\n
        "user": "Alexandre148025",\n
        "uid": 191786,\n
        "tags": {\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273051511,\n
        "lat": 49.9211119,\n
        "lon": 3.9873983,\n
        "timestamp": "2024-03-16T22:23:59Z",\n
        "version": 2,\n
        "changeset": 148752392,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273051512,\n
        "lat": 49.9212673,\n
        "lon": 3.9965500,\n
        "timestamp": "2024-03-16T22:23:59Z",\n
        "version": 2,\n
        "changeset": 148752392,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273051517,\n
        "lat": 49.9204109,\n
        "lon": 3.9819051,\n
        "timestamp": "2024-03-16T22:23:59Z",\n
        "version": 2,\n
        "changeset": 148752392,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273051529,\n
        "lat": 49.9211637,\n
        "lon": 3.9908530,\n
        "timestamp": "2024-03-16T22:23:59Z",\n
        "version": 2,\n
        "changeset": 148752392,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273051546,\n
        "lat": 49.9210290,\n
        "lon": 3.9852960,\n
        "timestamp": "2024-03-16T22:23:59Z",\n
        "version": 2,\n
        "changeset": 148752392,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273051549,\n
        "lat": 49.9212157,\n
        "lon": 3.9935459,\n
        "timestamp": "2024-03-16T22:23:59Z",\n
        "version": 2,\n
        "changeset": 148752392,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273051565,\n
        "lat": 49.9208703,\n
        "lon": 3.9843727,\n
        "timestamp": "2024-03-16T22:23:59Z",\n
        "version": 2,\n
        "changeset": 148752392,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273118579,\n
        "lat": 49.9128152,\n
        "lon": 3.9846624,\n
        "timestamp": "2016-06-30T10:22:32Z",\n
        "version": 1,\n
        "changeset": 40387006,\n
        "user": "Alexandre148025",\n
        "uid": 191786,\n
        "tags": {\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273118807,\n
        "lat": 49.9135268,\n
        "lon": 3.9855154,\n
        "timestamp": "2016-06-30T10:22:32Z",\n
        "version": 1,\n
        "changeset": 40387006,\n
        "user": "Alexandre148025",\n
        "uid": 191786,\n
        "tags": {\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273277886,\n
        "lat": 49.9201651,\n
        "lon": 3.9805374,\n
        "timestamp": "2024-03-16T22:23:59Z",\n
        "version": 2,\n
        "changeset": 148752392,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4273277917,\n
        "lat": 49.9196197,\n
        "lon": 3.9776782,\n
        "timestamp": "2024-03-16T22:23:59Z",\n
        "version": 2,\n
        "changeset": 148752392,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220061,\n
        "lat": 49.9283808,\n
        "lon": 3.9870185,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220062,\n
        "lat": 49.9283899,\n
        "lon": 3.9854406,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220063,\n
        "lat": 49.9283906,\n
        "lon": 3.9879121,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220064,\n
        "lat": 49.9283931,\n
        "lon": 3.9874338,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220065,\n
        "lat": 49.9283934,\n
        "lon": 3.9868396,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220066,\n
        "lat": 49.9283939,\n
        "lon": 3.9857624,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220067,\n
        "lat": 49.9283947,\n
        "lon": 3.9860803,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220068,\n
        "lat": 49.9283977,\n
        "lon": 3.9856997,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220069,\n
        "lat": 49.9283981,\n
        "lon": 3.9857568,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220070,\n
        "lat": 49.9283994,\n
        "lon": 3.9863000,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220071,\n
        "lat": 49.9283995,\n
        "lon": 3.9855761,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220072,\n
        "lat": 49.9284010,\n
        "lon": 3.9857836,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220073,\n
        "lat": 49.9284018,\n
        "lon": 3.9861498,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220074,\n
        "lat": 49.9284023,\n
        "lon": 3.9879854,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220075,\n
        "lat": 49.9284027,\n
        "lon": 3.9874625,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220076,\n
        "lat": 49.9284032,\n
        "lon": 3.9879505,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220077,\n
        "lat": 49.9284053,\n
        "lon": 3.9863185,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220078,\n
        "lat": 49.9284084,\n
        "lon": 3.9871941,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220079,\n
        "lat": 49.9284121,\n
        "lon": 3.9861820,\n
        "timestamp": "2016-09-27T10:59:38Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220080,\n
        "lat": 49.9284129,\n
        "lon": 3.9862863,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220081,\n
        "lat": 49.9284134,\n
        "lon": 3.9850845,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220082,\n
        "lat": 49.9284137,\n
        "lon": 3.9869017,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220083,\n
        "lat": 49.9284138,\n
        "lon": 3.9861406,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220084,\n
        "lat": 49.9284143,\n
        "lon": 3.9851341,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220085,\n
        "lat": 49.9284143,\n
        "lon": 3.9874970,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220086,\n
        "lat": 49.9284155,\n
        "lon": 3.9856854,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220087,\n
        "lat": 49.9284166,\n
        "lon": 3.9880279,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420220088,\n
        "lat": 49.9284184,\n
        "lon": 3.9858364,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222751,\n
        "lat": 49.9078844,\n
        "lon": 3.9832671,\n
        "timestamp": "2016-09-27T10:59:18Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222752,\n
        "lat": 49.9078890,\n
        "lon": 3.9831127,\n
        "timestamp": "2016-09-27T10:59:18Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222753,\n
        "lat": 49.9079491,\n
        "lon": 3.9832717,\n
        "timestamp": "2016-09-27T10:59:18Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222754,\n
        "lat": 49.9079537,\n
        "lon": 3.9831174,\n
        "timestamp": "2016-09-27T10:59:18Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222755,\n
        "lat": 49.9079857,\n
        "lon": 3.9832743,\n
        "timestamp": "2016-09-27T10:59:18Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222756,\n
        "lat": 49.9079903,\n
        "lon": 3.9831200,\n
        "timestamp": "2016-09-27T10:59:18Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222757,\n
        "lat": 49.9083568,\n
        "lon": 3.9835112,\n
        "timestamp": "2016-09-27T10:59:18Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222758,\n
        "lat": 49.9083613,\n
        "lon": 3.9832150,\n
        "timestamp": "2016-09-27T10:59:18Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222759,\n
        "lat": 49.9084370,\n
        "lon": 3.9834292,\n
        "timestamp": "2016-09-27T10:59:18Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222760,\n
        "lat": 49.9084395,\n
        "lon": 3.9835142,\n
        "timestamp": "2016-09-27T10:59:18Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222761,\n
        "lat": 49.9084402,\n
        "lon": 3.9832179,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222762,\n
        "lat": 49.9084407,\n
        "lon": 3.9834293,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222763,\n
        "lat": 49.9089269,\n
        "lon": 3.9830353,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222764,\n
        "lat": 49.9089290,\n
        "lon": 3.9829048,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222765,\n
        "lat": 49.9090033,\n
        "lon": 3.9830423,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222766,\n
        "lat": 49.9090090,\n
        "lon": 3.9829483,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222767,\n
        "lat": 49.9170303,\n
        "lon": 3.9837094,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222768,\n
        "lat": 49.9170563,\n
        "lon": 3.9836344,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222769,\n
        "lat": 49.9170750,\n
        "lon": 3.9835805,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222770,\n
        "lat": 49.9171107,\n
        "lon": 3.9837766,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222771,\n
        "lat": 49.9171148,\n
        "lon": 3.9833918,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222772,\n
        "lat": 49.9171192,\n
        "lon": 3.9836870,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222773,\n
        "lat": 49.9171379,\n
        "lon": 3.9836331,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222774,\n
        "lat": 49.9171505,\n
        "lon": 3.9832938,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222775,\n
        "lat": 49.9171536,\n
        "lon": 3.9834827,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222776,\n
        "lat": 49.9171554,\n
        "lon": 3.9836477,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222777,\n
        "lat": 49.9171704,\n
        "lon": 3.9834406,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222778,\n
        "lat": 49.9171849,\n
        "lon": 3.9834515,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222779,\n
        "lat": 49.9171866,\n
        "lon": 3.9835111,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222780,\n
        "lat": 49.9171947,\n
        "lon": 3.9834258,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222781,\n
        "lat": 49.9172031,\n
        "lon": 3.9834694,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222782,\n
        "lat": 49.9172114,\n
        "lon": 3.9834443,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222783,\n
        "lat": 49.9172171,\n
        "lon": 3.9838135,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222784,\n
        "lat": 49.9172271,\n
        "lon": 3.9834008,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222785,\n
        "lat": 49.9172386,\n
        "lon": 3.9833693,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222786,\n
        "lat": 49.9172505,\n
        "lon": 3.9834204,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222787,\n
        "lat": 49.9172609,\n
        "lon": 3.9833903,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222788,\n
        "lat": 49.9172873,\n
        "lon": 3.9838715,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222984,\n
        "lat": 49.9238971,\n
        "lon": 3.9820494,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222985,\n
        "lat": 49.9239220,\n
        "lon": 3.9819687,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222986,\n
        "lat": 49.9239269,\n
        "lon": 3.9840863,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222987,\n
        "lat": 49.9239521,\n
        "lon": 3.9843257,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222988,\n
        "lat": 49.9239571,\n
        "lon": 3.9838796,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222989,\n
        "lat": 49.9172898,\n
        "lon": 3.9836021,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222990,\n
        "lat": 49.9172918,\n
        "lon": 3.9838585,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222991,\n
        "lat": 49.9173084,\n
        "lon": 3.9838112,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222992,\n
        "lat": 49.9173097,\n
        "lon": 3.9838728,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222993,\n
        "lat": 49.9173264,\n
        "lon": 3.9838248,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222994,\n
        "lat": 49.9173530,\n
        "lon": 3.9836843,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222995,\n
        "lat": 49.9173951,\n
        "lon": 3.9837205,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222996,\n
        "lat": 49.9174298,\n
        "lon": 3.9837506,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222997,\n
        "lat": 49.9174405,\n
        "lon": 3.9835797,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222998,\n
        "lat": 49.9174771,\n
        "lon": 3.9836116,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420222999,\n
        "lat": 49.9183897,\n
        "lon": 3.9853444,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223000,\n
        "lat": 49.9184500,\n
        "lon": 3.9852258,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223001,\n
        "lat": 49.9184649,\n
        "lon": 3.9854365,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223002,\n
        "lat": 49.9184678,\n
        "lon": 3.9853058,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223003,\n
        "lat": 49.9184860,\n
        "lon": 3.9852699,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223004,\n
        "lat": 49.9185069,\n
        "lon": 3.9853537,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223005,\n
        "lat": 49.9196032,\n
        "lon": 3.9887493,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223006,\n
        "lat": 49.9196480,\n
        "lon": 3.9886601,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223007,\n
        "lat": 49.9196488,\n
        "lon": 3.9885165,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223008,\n
        "lat": 49.9196738,\n
        "lon": 3.9885284,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223009,\n
        "lat": 49.9197563,\n
        "lon": 3.9887112,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223010,\n
        "lat": 49.9197825,\n
        "lon": 3.9888340,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223011,\n
        "lat": 49.9197949,\n
        "lon": 3.9885139,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223012,\n
        "lat": 49.9198198,\n
        "lon": 3.9852056,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223013,\n
        "lat": 49.9198409,\n
        "lon": 3.9885357,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223014,\n
        "lat": 49.9198411,\n
        "lon": 3.9849888,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223015,\n
        "lat": 49.9198702,\n
        "lon": 3.9852175,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223016,\n
        "lat": 49.9198790,\n
        "lon": 3.9851274,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223017,\n
        "lat": 49.9198831,\n
        "lon": 3.9850612,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223018,\n
        "lat": 49.9198891,\n
        "lon": 3.9850002,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223019,\n
        "lat": 49.9198900,\n
        "lon": 3.9852222,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223020,\n
        "lat": 49.9198988,\n
        "lon": 3.9851321,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223021,\n
        "lat": 49.9199052,\n
        "lon": 3.9850665,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223022,\n
        "lat": 49.9203479,\n
        "lon": 3.9863827,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223023,\n
        "lat": 49.9203534,\n
        "lon": 3.9866159,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223024,\n
        "lat": 49.9204425,\n
        "lon": 3.9863773,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223025,\n
        "lat": 49.9204481,\n
        "lon": 3.9866104,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223026,\n
        "lat": 49.9205439,\n
        "lon": 3.9864810,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223027,\n
        "lat": 49.9205708,\n
        "lon": 3.9867348,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223028,\n
        "lat": 49.9206071,\n
        "lon": 3.9866348,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223029,\n
        "lat": 49.9206164,\n
        "lon": 3.9867231,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223030,\n
        "lat": 49.9206320,\n
        "lon": 3.9864585,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223031,\n
        "lat": 49.9206495,\n
        "lon": 3.9866239,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223032,\n
        "lat": 49.9207335,\n
        "lon": 3.9876963,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223033,\n
        "lat": 49.9207423,\n
        "lon": 3.9878226,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223034,\n
        "lat": 49.9208414,\n
        "lon": 3.9872458,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223035,\n
        "lat": 49.9208686,\n
        "lon": 3.9875945,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223036,\n
        "lat": 49.9208861,\n
        "lon": 3.9841919,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223037,\n
        "lat": 49.9208953,\n
        "lon": 3.9872357,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223038,\n
        "lat": 49.9208975,\n
        "lon": 3.9872646,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223039,\n
        "lat": 49.9209310,\n
        "lon": 3.9872584,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223040,\n
        "lat": 49.9209338,\n
        "lon": 3.9876628,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223041,\n
        "lat": 49.9209425,\n
        "lon": 3.9877891,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223042,\n
        "lat": 49.9209559,\n
        "lon": 3.9875781,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223043,\n
        "lat": 49.9209668,\n
        "lon": 3.9846475,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223044,\n
        "lat": 49.9209694,\n
        "lon": 3.9836787,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223045,\n
        "lat": 49.9209727,\n
        "lon": 3.9848631,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223046,\n
        "lat": 49.9210127,\n
        "lon": 3.9853656,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223047,\n
        "lat": 49.9210161,\n
        "lon": 3.9854120,\n
        "timestamp": "2016-09-27T10:59:19Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223048,\n
        "lat": 49.9210411,\n
        "lon": 3.9853614,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223049,\n
        "lat": 49.9210432,\n
        "lon": 3.9854048,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223050,\n
        "lat": 49.9210818,\n
        "lon": 3.9848558,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223051,\n
        "lat": 49.9210879,\n
        "lon": 3.9850746,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223052,\n
        "lat": 49.9212404,\n
        "lon": 3.9846293,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223053,\n
        "lat": 49.9212463,\n
        "lon": 3.9848448,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223054,\n
        "lat": 49.9212524,\n
        "lon": 3.9850636,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223055,\n
        "lat": 49.9212526,\n
        "lon": 3.9866417,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223056,\n
        "lat": 49.9212761,\n
        "lon": 3.9865224,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223057,\n
        "lat": 49.9212977,\n
        "lon": 3.9866631,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223058,\n
        "lat": 49.9213009,\n
        "lon": 3.9843571,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223059,\n
        "lat": 49.9213066,\n
        "lon": 3.9845110,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223060,\n
        "lat": 49.9213144,\n
        "lon": 3.9846451,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223061,\n
        "lat": 49.9213212,\n
        "lon": 3.9865438,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223062,\n
        "lat": 49.9213319,\n
        "lon": 3.9841745,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223063,\n
        "lat": 49.9213330,\n
        "lon": 3.9848942,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223064,\n
        "lat": 49.9213365,\n
        "lon": 3.9849426,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223065,\n
        "lat": 49.9213498,\n
        "lon": 3.9840680,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223066,\n
        "lat": 49.9213750,\n
        "lon": 3.9841922,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223067,\n
        "lat": 49.9213796,\n
        "lon": 3.9863535,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223068,\n
        "lat": 49.9213855,\n
        "lon": 3.9840826,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223069,\n
        "lat": 49.9213879,\n
        "lon": 3.9838434,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223070,\n
        "lat": 49.9213895,\n
        "lon": 3.9864473,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223071,\n
        "lat": 49.9213917,\n
        "lon": 3.9840937,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223072,\n
        "lat": 49.9214046,\n
        "lon": 3.9849914,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223073,\n
        "lat": 49.9214077,\n
        "lon": 3.9848820,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223074,\n
        "lat": 49.9214083,\n
        "lon": 3.9850252,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223075,\n
        "lat": 49.9214119,\n
        "lon": 3.9849275,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223076,\n
        "lat": 49.9214174,\n
        "lon": 3.9849886,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223077,\n
        "lat": 49.9214205,\n
        "lon": 3.9850225,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223078,\n
        "lat": 49.9214396,\n
        "lon": 3.9852177,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223079,\n
        "lat": 49.9214442,\n
        "lon": 3.9846205,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223080,\n
        "lat": 49.9214675,\n
        "lon": 3.9850081,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223081,\n
        "lat": 49.9214790,\n
        "lon": 3.9863005,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223082,\n
        "lat": 49.9214818,\n
        "lon": 3.9863273,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223083,\n
        "lat": 49.9214905,\n
        "lon": 3.9844791,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223084,\n
        "lat": 49.9215091,\n
        "lon": 3.9850002,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223085,\n
        "lat": 49.9215137,\n
        "lon": 3.9862916,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223086,\n
        "lat": 49.9215235,\n
        "lon": 3.9849974,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223087,\n
        "lat": 49.9215235,\n
        "lon": 3.9851928,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223088,\n
        "lat": 49.9215265,\n
        "lon": 3.9864123,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223089,\n
        "lat": 49.9215319,\n
        "lon": 3.9867565,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223090,\n
        "lat": 49.9215379,\n
        "lon": 3.9871076,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223091,\n
        "lat": 49.9215382,\n
        "lon": 3.9871823,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223092,\n
        "lat": 49.9215387,\n
        "lon": 3.9864189,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223093,\n
        "lat": 49.9215862,\n
        "lon": 3.9867591,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223094,\n
        "lat": 49.9215930,\n
        "lon": 3.9864216,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223095,\n
        "lat": 49.9216017,\n
        "lon": 3.9868724,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223096,\n
        "lat": 49.9216028,\n
        "lon": 3.9871069,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223097,\n
        "lat": 49.9216364,\n
        "lon": 3.9862678,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223098,\n
        "lat": 49.9216365,\n
        "lon": 3.9863833,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223099,\n
        "lat": 49.9216469,\n
        "lon": 3.9863833,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223100,\n
        "lat": 49.9216471,\n
        "lon": 3.9865133,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223101,\n
        "lat": 49.9216752,\n
        "lon": 3.9868716,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223102,\n
        "lat": 49.9216766,\n
        "lon": 3.9871808,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223103,\n
        "lat": 49.9216842,\n
        "lon": 3.9862676,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223104,\n
        "lat": 49.9216845,\n
        "lon": 3.9865132,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223105,\n
        "lat": 49.9217256,\n
        "lon": 3.9848462,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223106,\n
        "lat": 49.9217339,\n
        "lon": 3.9849438,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223107,\n
        "lat": 49.9217424,\n
        "lon": 3.9850590,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223108,\n
        "lat": 49.9217623,\n
        "lon": 3.9848386,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223109,\n
        "lat": 49.9217680,\n
        "lon": 3.9849226,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223110,\n
        "lat": 49.9217700,\n
        "lon": 3.9849786,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223111,\n
        "lat": 49.9217779,\n
        "lon": 3.9850384,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223112,\n
        "lat": 49.9217799,\n
        "lon": 3.9849730,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223113,\n
        "lat": 49.9217933,\n
        "lon": 3.9849160,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223114,\n
        "lat": 49.9218036,\n
        "lon": 3.9849596,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223115,\n
        "lat": 49.9218236,\n
        "lon": 3.9852110,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223116,\n
        "lat": 49.9218278,\n
        "lon": 3.9852853,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223117,\n
        "lat": 49.9218459,\n
        "lon": 3.9849988,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223118,\n
        "lat": 49.9218486,\n
        "lon": 3.9850098,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223119,\n
        "lat": 49.9218587,\n
        "lon": 3.9848791,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223120,\n
        "lat": 49.9218607,\n
        "lon": 3.9849916,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223121,\n
        "lat": 49.9218629,\n
        "lon": 3.9850043,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223122,\n
        "lat": 49.9218690,\n
        "lon": 3.9849228,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223123,\n
        "lat": 49.9218699,\n
        "lon": 3.9852047,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223124,\n
        "lat": 49.9218711,\n
        "lon": 3.9854279,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223125,\n
        "lat": 49.9218741,\n
        "lon": 3.9852789,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223126,\n
        "lat": 49.9218775,\n
        "lon": 3.9854941,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223127,\n
        "lat": 49.9218926,\n
        "lon": 3.9854229,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223128,\n
        "lat": 49.9218943,\n
        "lon": 3.9849084,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223129,\n
        "lat": 49.9218954,\n
        "lon": 3.9854515,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223130,\n
        "lat": 49.9218977,\n
        "lon": 3.9849738,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223131,\n
        "lat": 49.9218990,\n
        "lon": 3.9854891,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223132,\n
        "lat": 49.9219281,\n
        "lon": 3.9854147,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223133,\n
        "lat": 49.9219308,\n
        "lon": 3.9854433,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223134,\n
        "lat": 49.9219709,\n
        "lon": 3.9853406,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223135,\n
        "lat": 49.9219755,\n
        "lon": 3.9854030,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223136,\n
        "lat": 49.9219770,\n
        "lon": 3.9851625,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223137,\n
        "lat": 49.9219837,\n
        "lon": 3.9871986,\n
        "timestamp": "2016-09-27T10:59:20Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223138,\n
        "lat": 49.9219839,\n
        "lon": 3.9870667,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223139,\n
        "lat": 49.9219900,\n
        "lon": 3.9853371,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223140,\n
        "lat": 49.9220066,\n
        "lon": 3.9871960,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223141,\n
        "lat": 49.9220084,\n
        "lon": 3.9870669,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223142,\n
        "lat": 49.9220414,\n
        "lon": 3.9851510,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223143,\n
        "lat": 49.9220451,\n
        "lon": 3.9872181,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223144,\n
        "lat": 49.9220456,\n
        "lon": 3.9873175,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223145,\n
        "lat": 49.9220456,\n
        "lon": 3.9873978,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223146,\n
        "lat": 49.9220474,\n
        "lon": 3.9873531,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223147,\n
        "lat": 49.9220590,\n
        "lon": 3.9853880,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223148,\n
        "lat": 49.9220680,\n
        "lon": 3.9873994,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223149,\n
        "lat": 49.9220683,\n
        "lon": 3.9873544,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223150,\n
        "lat": 49.9220837,\n
        "lon": 3.9872152,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223151,\n
        "lat": 49.9220838,\n
        "lon": 3.9872308,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223152,\n
        "lat": 49.9220841,\n
        "lon": 3.9873170,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223153,\n
        "lat": 49.9220841,\n
        "lon": 3.9873518,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223154,\n
        "lat": 49.9220921,\n
        "lon": 3.9873521,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223155,\n
        "lat": 49.9220922,\n
        "lon": 3.9873169,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223156,\n
        "lat": 49.9220968,\n
        "lon": 3.9871315,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223157,\n
        "lat": 49.9220981,\n
        "lon": 3.9872175,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223158,\n
        "lat": 49.9220988,\n
        "lon": 3.9850790,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223159,\n
        "lat": 49.9221040,\n
        "lon": 3.9872325,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223160,\n
        "lat": 49.9221057,\n
        "lon": 3.9851888,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223161,\n
        "lat": 49.9221063,\n
        "lon": 3.9873528,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223162,\n
        "lat": 49.9221217,\n
        "lon": 3.9869611,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223163,\n
        "lat": 49.9221222,\n
        "lon": 3.9871308,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223164,\n
        "lat": 49.9221741,\n
        "lon": 3.9870845,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223165,\n
        "lat": 49.9221746,\n
        "lon": 3.9872154,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223166,\n
        "lat": 49.9221792,\n
        "lon": 3.9851406,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223167,\n
        "lat": 49.9221808,\n
        "lon": 3.9851670,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223168,\n
        "lat": 49.9221815,\n
        "lon": 3.9851774,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223169,\n
        "lat": 49.9221900,\n
        "lon": 3.9869794,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223170,\n
        "lat": 49.9221903,\n
        "lon": 3.9870852,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223171,\n
        "lat": 49.9222027,\n
        "lon": 3.9845795,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223172,\n
        "lat": 49.9222153,\n
        "lon": 3.9851352,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223173,\n
        "lat": 49.9222169,\n
        "lon": 3.9851616,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223174,\n
        "lat": 49.9222182,\n
        "lon": 3.9846684,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223175,\n
        "lat": 49.9222262,\n
        "lon": 3.9850599,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223176,\n
        "lat": 49.9222307,\n
        "lon": 3.9851329,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223177,\n
        "lat": 49.9222547,\n
        "lon": 3.9856352,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223178,\n
        "lat": 49.9222570,\n
        "lon": 3.9856893,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223179,\n
        "lat": 49.9222840,\n
        "lon": 3.9850148,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223180,\n
        "lat": 49.9222858,\n
        "lon": 3.9850901,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223181,\n
        "lat": 49.9222996,\n
        "lon": 3.9856280,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223182,\n
        "lat": 49.9223048,\n
        "lon": 3.9856828,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223183,\n
        "lat": 49.9223165,\n
        "lon": 3.9850130,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223184,\n
        "lat": 49.9223182,\n
        "lon": 3.9845317,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223185,\n
        "lat": 49.9223183,\n
        "lon": 3.9850883,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223186,\n
        "lat": 49.9223258,\n
        "lon": 3.9852095,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223187,\n
        "lat": 49.9223270,\n
        "lon": 3.9852546,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223188,\n
        "lat": 49.9223335,\n
        "lon": 3.9846206,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223189,\n
        "lat": 49.9223369,\n
        "lon": 3.9850036,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223190,\n
        "lat": 49.9223423,\n
        "lon": 3.9852085,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223191,\n
        "lat": 49.9223439,\n
        "lon": 3.9866250,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223192,\n
        "lat": 49.9223546,\n
        "lon": 3.9846732,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223193,\n
        "lat": 49.9223633,\n
        "lon": 3.9848408,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223194,\n
        "lat": 49.9223729,\n
        "lon": 3.9864929,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223195,\n
        "lat": 49.9223881,\n
        "lon": 3.9852507,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223196,\n
        "lat": 49.9223896,\n
        "lon": 3.9853078,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223197,\n
        "lat": 49.9224026,\n
        "lon": 3.9866567,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223198,\n
        "lat": 49.9224132,\n
        "lon": 3.9849988,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223199,\n
        "lat": 49.9224213,\n
        "lon": 3.9853058,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223200,\n
        "lat": 49.9224332,\n
        "lon": 3.9865237,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223201,\n
        "lat": 49.9224398,\n
        "lon": 3.9846637,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223202,\n
        "lat": 49.9224485,\n
        "lon": 3.9848314,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223203,\n
        "lat": 49.9226970,\n
        "lon": 3.9852395,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223204,\n
        "lat": 49.9227052,\n
        "lon": 3.9853413,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223205,\n
        "lat": 49.9227092,\n
        "lon": 3.9857007,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223206,\n
        "lat": 49.9227197,\n
        "lon": 3.9857494,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223207,\n
        "lat": 49.9227221,\n
        "lon": 3.9857605,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223208,\n
        "lat": 49.9227450,\n
        "lon": 3.9857528,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223209,\n
        "lat": 49.9227593,\n
        "lon": 3.9861815,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223210,\n
        "lat": 49.9227682,\n
        "lon": 3.9862267,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223211,\n
        "lat": 49.9227696,\n
        "lon": 3.9858826,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223212,\n
        "lat": 49.9227754,\n
        "lon": 3.9861682,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223213,\n
        "lat": 49.9227762,\n
        "lon": 3.9861764,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223214,\n
        "lat": 49.9227842,\n
        "lon": 3.9862210,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223215,\n
        "lat": 49.9227910,\n
        "lon": 3.9852283,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223216,\n
        "lat": 49.9227965,\n
        "lon": 3.9853284,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223217,\n
        "lat": 49.9227981,\n
        "lon": 3.9862969,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223218,\n
        "lat": 49.9228034,\n
        "lon": 3.9860620,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223219,\n
        "lat": 49.9228101,\n
        "lon": 3.9855848,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223220,\n
        "lat": 49.9228189,\n
        "lon": 3.9861476,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223221,\n
        "lat": 49.9228214,\n
        "lon": 3.9856445,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223222,\n
        "lat": 49.9228261,\n
        "lon": 3.9849864,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223223,\n
        "lat": 49.9228299,\n
        "lon": 3.9850365,\n
        "timestamp": "2016-09-27T10:59:21Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223224,\n
        "lat": 49.9228331,\n
        "lon": 3.9862337,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223225,\n
        "lat": 49.9228340,\n
        "lon": 3.9857127,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223226,\n
        "lat": 49.9228388,\n
        "lon": 3.9851459,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223227,\n
        "lat": 49.9228409,\n
        "lon": 3.9862796,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223228,\n
        "lat": 49.9228427,\n
        "lon": 3.9850362,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223229,\n
        "lat": 49.9228486,\n
        "lon": 3.9851430,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223230,\n
        "lat": 49.9228519,\n
        "lon": 3.9853227,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223231,\n
        "lat": 49.9228766,\n
        "lon": 3.9860325,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223232,\n
        "lat": 49.9228785,\n
        "lon": 3.9849771,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223233,\n
        "lat": 49.9228793,\n
        "lon": 3.9856909,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223234,\n
        "lat": 49.9228863,\n
        "lon": 3.9849757,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223235,\n
        "lat": 49.9228986,\n
        "lon": 3.9853153,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223236,\n
        "lat": 49.9229027,\n
        "lon": 3.9858216,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223237,\n
        "lat": 49.9229050,\n
        "lon": 3.9853142,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223238,\n
        "lat": 49.9229078,\n
        "lon": 3.9861993,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223239,\n
        "lat": 49.9229642,\n
        "lon": 3.9849157,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223240,\n
        "lat": 49.9229736,\n
        "lon": 3.9843694,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223241,\n
        "lat": 49.9229739,\n
        "lon": 3.9844377,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223242,\n
        "lat": 49.9229773,\n
        "lon": 3.9851860,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223243,\n
        "lat": 49.9229803,\n
        "lon": 3.9846818,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223244,\n
        "lat": 49.9229969,\n
        "lon": 3.9843699,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223245,\n
        "lat": 49.9229974,\n
        "lon": 3.9843936,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223246,\n
        "lat": 49.9230083,\n
        "lon": 3.9856531,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223247,\n
        "lat": 49.9230165,\n
        "lon": 3.9869946,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223248,\n
        "lat": 49.9230167,\n
        "lon": 3.9844057,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223249,\n
        "lat": 49.9230175,\n
        "lon": 3.9843917,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223250,\n
        "lat": 49.9230183,\n
        "lon": 3.9870742,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223251,\n
        "lat": 49.9230216,\n
        "lon": 3.9844063,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223252,\n
        "lat": 49.9230226,\n
        "lon": 3.9857297,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223253,\n
        "lat": 49.9230234,\n
        "lon": 3.9845821,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223254,\n
        "lat": 49.9230249,\n
        "lon": 3.9846731,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223255,\n
        "lat": 49.9230325,\n
        "lon": 3.9872870,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223256,\n
        "lat": 49.9230384,\n
        "lon": 3.9871102,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223257,\n
        "lat": 49.9230425,\n
        "lon": 3.9874011,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223258,\n
        "lat": 49.9230503,\n
        "lon": 3.9874614,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223259,\n
        "lat": 49.9230504,\n
        "lon": 3.9849053,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223260,\n
        "lat": 49.9230655,\n
        "lon": 3.9851694,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223261,\n
        "lat": 49.9230668,\n
        "lon": 3.9843575,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223262,\n
        "lat": 49.9230686,\n
        "lon": 3.9844283,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223263,\n
        "lat": 49.9230739,\n
        "lon": 3.9829513,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223264,\n
        "lat": 49.9230778,\n
        "lon": 3.9856141,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223265,\n
        "lat": 49.9230826,\n
        "lon": 3.9850803,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223266,\n
        "lat": 49.9230839,\n
        "lon": 3.9853356,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223267,\n
        "lat": 49.9230893,\n
        "lon": 3.9845696,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223268,\n
        "lat": 49.9230897,\n
        "lon": 3.9845234,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223269,\n
        "lat": 49.9230902,\n
        "lon": 3.9851754,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223270,\n
        "lat": 49.9230931,\n
        "lon": 3.9856952,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223271,\n
        "lat": 49.9230934,\n
        "lon": 3.9845691,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223272,\n
        "lat": 49.9230978,\n
        "lon": 3.9847741,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223273,\n
        "lat": 49.9231053,\n
        "lon": 3.9855002,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223274,\n
        "lat": 49.9231060,\n
        "lon": 3.9844198,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223275,\n
        "lat": 49.9231109,\n
        "lon": 3.9844733,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223276,\n
        "lat": 49.9231161,\n
        "lon": 3.9854960,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223277,\n
        "lat": 49.9231175,\n
        "lon": 3.9853091,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223278,\n
        "lat": 49.9231188,\n
        "lon": 3.9853143,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223279,\n
        "lat": 49.9231203,\n
        "lon": 3.9851692,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223280,\n
        "lat": 49.9231243,\n
        "lon": 3.9833645,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223281,\n
        "lat": 49.9231281,\n
        "lon": 3.9848887,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223282,\n
        "lat": 49.9231293,\n
        "lon": 3.9870866,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223283,\n
        "lat": 49.9231383,\n
        "lon": 3.9856284,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223284,\n
        "lat": 49.9231389,\n
        "lon": 3.9872491,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223285,\n
        "lat": 49.9231425,\n
        "lon": 3.9852883,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223286,\n
        "lat": 49.9231426,\n
        "lon": 3.9845171,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223287,\n
        "lat": 49.9231436,\n
        "lon": 3.9845334,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223288,\n
        "lat": 49.9231446,\n
        "lon": 3.9852960,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223289,\n
        "lat": 49.9231465,\n
        "lon": 3.9850656,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223290,\n
        "lat": 49.9231500,\n
        "lon": 3.9854318,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223291,\n
        "lat": 49.9231513,\n
        "lon": 3.9869521,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223292,\n
        "lat": 49.9231519,\n
        "lon": 3.9869238,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223293,\n
        "lat": 49.9231606,\n
        "lon": 3.9850909,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223294,\n
        "lat": 49.9231618,\n
        "lon": 3.9843381,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223295,\n
        "lat": 49.9231622,\n
        "lon": 3.9844679,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223296,\n
        "lat": 49.9231641,\n
        "lon": 3.9851186,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223297,\n
        "lat": 49.9231648,\n
        "lon": 3.9845315,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223298,\n
        "lat": 49.9231660,\n
        "lon": 3.9844574,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223299,\n
        "lat": 49.9231661,\n
        "lon": 3.9845610,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223300,\n
        "lat": 49.9231678,\n
        "lon": 3.9850624,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223301,\n
        "lat": 49.9231693,\n
        "lon": 3.9846283,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223302,\n
        "lat": 49.9231700,\n
        "lon": 3.9850892,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223303,\n
        "lat": 49.9231761,\n
        "lon": 3.9841100,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223304,\n
        "lat": 49.9231767,\n
        "lon": 3.9846296,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223305,\n
        "lat": 49.9231773,\n
        "lon": 3.9854160,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223306,\n
        "lat": 49.9231791,\n
        "lon": 3.9847353,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223307,\n
        "lat": 49.9231832,\n
        "lon": 3.9869147,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223308,\n
        "lat": 49.9231848,\n
        "lon": 3.9852571,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223309,\n
        "lat": 49.9231866,\n
        "lon": 3.9873424,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223310,\n
        "lat": 49.9231914,\n
        "lon": 3.9852744,\n
        "timestamp": "2016-09-27T10:59:22Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223311,\n
        "lat": 49.9231932,\n
        "lon": 3.9848685,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223312,\n
        "lat": 49.9231936,\n
        "lon": 3.9855958,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223313,\n
        "lat": 49.9231939,\n
        "lon": 3.9873981,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223314,\n
        "lat": 49.9231991,\n
        "lon": 3.9855155,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223315,\n
        "lat": 49.9231999,\n
        "lon": 3.9847245,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223316,\n
        "lat": 49.9232009,\n
        "lon": 3.9871192,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223317,\n
        "lat": 49.9232125,\n
        "lon": 3.9850524,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223318,\n
        "lat": 49.9232136,\n
        "lon": 3.9841034,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223319,\n
        "lat": 49.9232142,\n
        "lon": 3.9872174,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223320,\n
        "lat": 49.9232187,\n
        "lon": 3.9873293,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223321,\n
        "lat": 49.9232244,\n
        "lon": 3.9871130,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223322,\n
        "lat": 49.9232248,\n
        "lon": 3.9845150,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223323,\n
        "lat": 49.9232312,\n
        "lon": 3.9843651,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223324,\n
        "lat": 49.9232332,\n
        "lon": 3.9872112,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223325,\n
        "lat": 49.9232340,\n
        "lon": 3.9847119,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223326,\n
        "lat": 49.9232379,\n
        "lon": 3.9844764,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223327,\n
        "lat": 49.9232416,\n
        "lon": 3.9845136,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223328,\n
        "lat": 49.9232480,\n
        "lon": 3.9852417,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223329,\n
        "lat": 49.9232629,\n
        "lon": 3.9854718,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223330,\n
        "lat": 49.9232653,\n
        "lon": 3.9854845,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223331,\n
        "lat": 49.9232668,\n
        "lon": 3.9844731,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223332,\n
        "lat": 49.9232759,\n
        "lon": 3.9853590,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223333,\n
        "lat": 49.9232772,\n
        "lon": 3.9854760,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223334,\n
        "lat": 49.9232786,\n
        "lon": 3.9855377,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223335,\n
        "lat": 49.9232806,\n
        "lon": 3.9846956,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223336,\n
        "lat": 49.9232839,\n
        "lon": 3.9854861,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223337,\n
        "lat": 49.9232883,\n
        "lon": 3.9855010,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223338,\n
        "lat": 49.9232883,\n
        "lon": 3.9855290,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223339,\n
        "lat": 49.9232897,\n
        "lon": 3.9855188,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223340,\n
        "lat": 49.9232969,\n
        "lon": 3.9828861,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223341,\n
        "lat": 49.9233014,\n
        "lon": 3.9840101,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223342,\n
        "lat": 49.9233019,\n
        "lon": 3.9852166,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223343,\n
        "lat": 49.9233070,\n
        "lon": 3.9843373,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223344,\n
        "lat": 49.9233075,\n
        "lon": 3.9843502,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223345,\n
        "lat": 49.9233157,\n
        "lon": 3.9843356,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223346,\n
        "lat": 49.9233165,\n
        "lon": 3.9843483,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223347,\n
        "lat": 49.9233192,\n
        "lon": 3.9860008,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223348,\n
        "lat": 49.9233226,\n
        "lon": 3.9843472,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223349,\n
        "lat": 49.9233264,\n
        "lon": 3.9842161,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223350,\n
        "lat": 49.9233280,\n
        "lon": 3.9853337,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223351,\n
        "lat": 49.9233287,\n
        "lon": 3.9844240,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223352,\n
        "lat": 49.9233389,\n
        "lon": 3.9857794,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223353,\n
        "lat": 49.9233445,\n
        "lon": 3.9844588,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223354,\n
        "lat": 49.9233473,\n
        "lon": 3.9832994,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223355,\n
        "lat": 49.9233491,\n
        "lon": 3.9857771,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223356,\n
        "lat": 49.9233530,\n
        "lon": 3.9845772,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223357,\n
        "lat": 49.9233532,\n
        "lon": 3.9858358,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223358,\n
        "lat": 49.9233536,\n
        "lon": 3.9851629,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223359,\n
        "lat": 49.9233566,\n
        "lon": 3.9857810,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223360,\n
        "lat": 49.9233573,\n
        "lon": 3.9851816,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223361,\n
        "lat": 49.9233585,\n
        "lon": 3.9858327,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223362,\n
        "lat": 49.9233614,\n
        "lon": 3.9857921,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223363,\n
        "lat": 49.9233619,\n
        "lon": 3.9844178,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223364,\n
        "lat": 49.9233628,\n
        "lon": 3.9858241,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223365,\n
        "lat": 49.9233634,\n
        "lon": 3.9858084,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223366,\n
        "lat": 49.9233648,\n
        "lon": 3.9844550,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223367,\n
        "lat": 49.9233675,\n
        "lon": 3.9845722,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223368,\n
        "lat": 49.9233694,\n
        "lon": 3.9845797,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223369,\n
        "lat": 49.9233701,\n
        "lon": 3.9844538,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223370,\n
        "lat": 49.9233798,\n
        "lon": 3.9845779,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223371,\n
        "lat": 49.9233798,\n
        "lon": 3.9849540,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223372,\n
        "lat": 49.9233859,\n
        "lon": 3.9859633,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223373,\n
        "lat": 49.9233939,\n
        "lon": 3.9839797,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223374,\n
        "lat": 49.9233941,\n
        "lon": 3.9851388,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223375,\n
        "lat": 49.9234024,\n
        "lon": 3.9853758,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223376,\n
        "lat": 49.9234135,\n
        "lon": 3.9854095,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223377,\n
        "lat": 49.9234143,\n
        "lon": 3.9845720,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223378,\n
        "lat": 49.9234203,\n
        "lon": 3.9841894,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223379,\n
        "lat": 49.9234224,\n
        "lon": 3.9846423,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223380,\n
        "lat": 49.9234264,\n
        "lon": 3.9852784,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223381,\n
        "lat": 49.9234273,\n
        "lon": 3.9851048,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223382,\n
        "lat": 49.9234349,\n
        "lon": 3.9851331,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223383,\n
        "lat": 49.9234516,\n
        "lon": 3.9848816,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223384,\n
        "lat": 49.9234524,\n
        "lon": 3.9853409,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223385,\n
        "lat": 49.9234569,\n
        "lon": 3.9850832,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223386,\n
        "lat": 49.9234582,\n
        "lon": 3.9850316,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223387,\n
        "lat": 49.9234623,\n
        "lon": 3.9853740,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223388,\n
        "lat": 49.9234663,\n
        "lon": 3.9851149,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223389,\n
        "lat": 49.9234711,\n
        "lon": 3.9850711,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223390,\n
        "lat": 49.9234750,\n
        "lon": 3.9850184,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223391,\n
        "lat": 49.9234823,\n
        "lon": 3.9850609,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223392,\n
        "lat": 49.9234862,\n
        "lon": 3.9848464,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223393,\n
        "lat": 49.9234998,\n
        "lon": 3.9849870,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223394,\n
        "lat": 49.9235089,\n
        "lon": 3.9849378,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223395,\n
        "lat": 49.9235133,\n
        "lon": 3.9843283,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223396,\n
        "lat": 49.9235144,\n
        "lon": 3.9850421,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223397,\n
        "lat": 49.9235187,\n
        "lon": 3.9849759,\n
        "timestamp": "2016-09-27T10:59:23Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223398,\n
        "lat": 49.9235215,\n
        "lon": 3.9842532,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223399,\n
        "lat": 49.9235335,\n
        "lon": 3.9843194,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223400,\n
        "lat": 49.9235335,\n
        "lon": 3.9844393,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223401,\n
        "lat": 49.9235479,\n
        "lon": 3.9850892,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223402,\n
        "lat": 49.9235504,\n
        "lon": 3.9844318,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223403,\n
        "lat": 49.9235550,\n
        "lon": 3.9851146,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223404,\n
        "lat": 49.9235645,\n
        "lon": 3.9850789,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223405,\n
        "lat": 49.9235692,\n
        "lon": 3.9845348,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223406,\n
        "lat": 49.9235705,\n
        "lon": 3.9851064,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223407,\n
        "lat": 49.9235722,\n
        "lon": 3.9858586,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223408,\n
        "lat": 49.9235805,\n
        "lon": 3.9842273,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223409,\n
        "lat": 49.9235839,\n
        "lon": 3.9847436,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223410,\n
        "lat": 49.9236223,\n
        "lon": 3.9858305,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223411,\n
        "lat": 49.9236229,\n
        "lon": 3.9848562,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223412,\n
        "lat": 49.9236315,\n
        "lon": 3.9845075,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223413,\n
        "lat": 49.9236591,\n
        "lon": 3.9846951,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223414,\n
        "lat": 49.9236643,\n
        "lon": 3.9848082,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223415,\n
        "lat": 49.9236751,\n
        "lon": 3.9847868,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223416,\n
        "lat": 49.9236761,\n
        "lon": 3.9849289,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223417,\n
        "lat": 49.9236767,\n
        "lon": 3.9848013,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223418,\n
        "lat": 49.9236864,\n
        "lon": 3.9847795,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223419,\n
        "lat": 49.9236942,\n
        "lon": 3.9849983,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223420,\n
        "lat": 49.9236948,\n
        "lon": 3.9849167,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223421,\n
        "lat": 49.9236959,\n
        "lon": 3.9841170,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223422,\n
        "lat": 49.9236985,\n
        "lon": 3.9841414,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223423,\n
        "lat": 49.9237040,\n
        "lon": 3.9841937,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223424,\n
        "lat": 49.9237113,\n
        "lon": 3.9819874,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223425,\n
        "lat": 49.9237301,\n
        "lon": 3.9820112,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223426,\n
        "lat": 49.9237421,\n
        "lon": 3.9819276,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223427,\n
        "lat": 49.9237534,\n
        "lon": 3.9846271,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223428,\n
        "lat": 49.9237612,\n
        "lon": 3.9819498,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223429,\n
        "lat": 49.9237624,\n
        "lon": 3.9821561,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223430,\n
        "lat": 49.9237777,\n
        "lon": 3.9847134,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223431,\n
        "lat": 49.9237825,\n
        "lon": 3.9841738,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223432,\n
        "lat": 49.9237843,\n
        "lon": 3.9840946,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223433,\n
        "lat": 49.9237926,\n
        "lon": 3.9841731,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223434,\n
        "lat": 49.9238026,\n
        "lon": 3.9843647,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223435,\n
        "lat": 49.9238116,\n
        "lon": 3.9838916,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223436,\n
        "lat": 49.9238217,\n
        "lon": 3.9822156,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223437,\n
        "lat": 49.9238309,\n
        "lon": 3.9842342,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223438,\n
        "lat": 49.9238317,\n
        "lon": 3.9840826,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223439,\n
        "lat": 49.9238345,\n
        "lon": 3.9841097,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223440,\n
        "lat": 49.9238399,\n
        "lon": 3.9841611,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223441,\n
        "lat": 49.9238407,\n
        "lon": 3.9838842,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223442,\n
        "lat": 49.9238433,\n
        "lon": 3.9839085,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223443,\n
        "lat": 49.9238436,\n
        "lon": 3.9843543,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223444,\n
        "lat": 49.9238451,\n
        "lon": 3.9845628,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223445,\n
        "lat": 49.9238472,\n
        "lon": 3.9842301,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223446,\n
        "lat": 49.9238595,\n
        "lon": 3.9846488,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223447,\n
        "lat": 49.9238646,\n
        "lon": 3.9819110,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223448,\n
        "lat": 49.9238681,\n
        "lon": 3.9821002,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223449,\n
        "lat": 49.9238753,\n
        "lon": 3.9821071,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223450,\n
        "lat": 49.9238910,\n
        "lon": 3.9820425,\n
        "timestamp": "2016-09-27T10:59:24Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223489,\n
        "lat": 49.9239778,\n
        "lon": 3.9840766,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223490,\n
        "lat": 49.9239894,\n
        "lon": 3.9840736,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223491,\n
        "lat": 49.9240040,\n
        "lon": 3.9844981,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223492,\n
        "lat": 49.9240143,\n
        "lon": 3.9843100,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223493,\n
        "lat": 49.9240278,\n
        "lon": 3.9845866,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223494,\n
        "lat": 49.9240430,\n
        "lon": 3.9844774,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223495,\n
        "lat": 49.9240445,\n
        "lon": 3.9846486,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223496,\n
        "lat": 49.9240536,\n
        "lon": 3.9842532,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223497,\n
        "lat": 49.9240563,\n
        "lon": 3.9840589,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223498,\n
        "lat": 49.9240607,\n
        "lon": 3.9843039,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223499,\n
        "lat": 49.9240653,\n
        "lon": 3.9842126,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223500,\n
        "lat": 49.9240662,\n
        "lon": 3.9841348,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223501,\n
        "lat": 49.9240739,\n
        "lon": 3.9841314,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223502,\n
        "lat": 49.9240770,\n
        "lon": 3.9846291,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223503,\n
        "lat": 49.9240827,\n
        "lon": 3.9842100,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223504,\n
        "lat": 49.9240952,\n
        "lon": 3.9844673,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223505,\n
        "lat": 49.9241051,\n
        "lon": 3.9847359,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223506,\n
        "lat": 49.9241091,\n
        "lon": 3.9840419,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223507,\n
        "lat": 49.9241347,\n
        "lon": 3.9848669,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223508,\n
        "lat": 49.9241381,\n
        "lon": 3.9842817,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223509,\n
        "lat": 49.9241499,\n
        "lon": 3.9847112,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223510,\n
        "lat": 49.9241580,\n
        "lon": 3.9837642,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223511,\n
        "lat": 49.9241643,\n
        "lon": 3.9839444,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223512,\n
        "lat": 49.9241739,\n
        "lon": 3.9844312,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223513,\n
        "lat": 49.9241751,\n
        "lon": 3.9839395,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223514,\n
        "lat": 49.9241934,\n
        "lon": 3.9842684,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223515,\n
        "lat": 49.9241943,\n
        "lon": 3.9846905,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223516,\n
        "lat": 49.9242145,\n
        "lon": 3.9837537,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223517,\n
        "lat": 49.9242204,\n
        "lon": 3.9848158,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223518,\n
        "lat": 49.9242263,\n
        "lon": 3.9846714,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223519,\n
        "lat": 49.9242331,\n
        "lon": 3.9840804,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223520,\n
        "lat": 49.9242419,\n
        "lon": 3.9840694,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223521,\n
        "lat": 49.9242502,\n
        "lon": 3.9842485,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223522,\n
        "lat": 49.9243041,\n
        "lon": 3.9841560,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223523,\n
        "lat": 49.9243149,\n
        "lon": 3.9842324,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223524,\n
        "lat": 49.9243717,\n
        "lon": 3.9843635,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223525,\n
        "lat": 49.9243753,\n
        "lon": 3.9845098,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223526,\n
        "lat": 49.9243868,\n
        "lon": 3.9840536,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223527,\n
        "lat": 49.9243953,\n
        "lon": 3.9845015,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223528,\n
        "lat": 49.9243968,\n
        "lon": 3.9841243,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223529,\n
        "lat": 49.9244159,\n
        "lon": 3.9847352,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223530,\n
        "lat": 49.9244178,\n
        "lon": 3.9838141,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223531,\n
        "lat": 49.9244184,\n
        "lon": 3.9837293,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223532,\n
        "lat": 49.9244220,\n
        "lon": 3.9843297,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223533,\n
        "lat": 49.9244232,\n
        "lon": 3.9840412,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223534,\n
        "lat": 49.9244243,\n
        "lon": 3.9843420,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223535,\n
        "lat": 49.9244279,\n
        "lon": 3.9847442,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223536,\n
        "lat": 49.9244284,\n
        "lon": 3.9838953,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223537,\n
        "lat": 49.9244290,\n
        "lon": 3.9838106,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223538,\n
        "lat": 49.9244327,\n
        "lon": 3.9841085,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223539,\n
        "lat": 49.9244338,\n
        "lon": 3.9847651,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223540,\n
        "lat": 49.9244384,\n
        "lon": 3.9847206,\n
        "timestamp": "2016-09-27T10:59:25Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223541,\n
        "lat": 49.9244407,\n
        "lon": 3.9845027,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223542,\n
        "lat": 49.9244415,\n
        "lon": 3.9847391,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223543,\n
        "lat": 49.9244445,\n
        "lon": 3.9844495,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223544,\n
        "lat": 49.9244451,\n
        "lon": 3.9843208,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223545,\n
        "lat": 49.9244539,\n
        "lon": 3.9844984,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223546,\n
        "lat": 49.9244592,\n
        "lon": 3.9840994,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223547,\n
        "lat": 49.9244685,\n
        "lon": 3.9844378,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223548,\n
        "lat": 49.9244705,\n
        "lon": 3.9841792,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223549,\n
        "lat": 49.9244763,\n
        "lon": 3.9847048,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223550,\n
        "lat": 49.9244781,\n
        "lon": 3.9847040,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223551,\n
        "lat": 49.9244808,\n
        "lon": 3.9845467,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223552,\n
        "lat": 49.9244852,\n
        "lon": 3.9847408,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223553,\n
        "lat": 49.9244983,\n
        "lon": 3.9839793,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223554,\n
        "lat": 49.9245002,\n
        "lon": 3.9838727,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223555,\n
        "lat": 49.9245029,\n
        "lon": 3.9846709,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223556,\n
        "lat": 49.9245072,\n
        "lon": 3.9840480,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223557,\n
        "lat": 49.9245135,\n
        "lon": 3.9839745,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223558,\n
        "lat": 49.9245253,\n
        "lon": 3.9840424,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223559,\n
        "lat": 49.9245341,\n
        "lon": 3.9843080,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223560,\n
        "lat": 49.9245367,\n
        "lon": 3.9843867,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223561,\n
        "lat": 49.9245381,\n
        "lon": 3.9841410,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223562,\n
        "lat": 49.9245399,\n
        "lon": 3.9835234,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223563,\n
        "lat": 49.9245423,\n
        "lon": 3.9844169,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223564,\n
        "lat": 49.9245426,\n
        "lon": 3.9836903,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223565,\n
        "lat": 49.9245473,\n
        "lon": 3.9843812,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223566,\n
        "lat": 49.9245530,\n
        "lon": 3.9844124,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223567,\n
        "lat": 49.9245557,\n
        "lon": 3.9837200,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223568,\n
        "lat": 49.9245698,\n
        "lon": 3.9845099,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223569,\n
        "lat": 49.9245739,\n
        "lon": 3.9835166,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223570,\n
        "lat": 49.9245806,\n
        "lon": 3.9835896,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223571,\n
        "lat": 49.9245872,\n
        "lon": 3.9842884,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223572,\n
        "lat": 49.9245989,\n
        "lon": 3.9841220,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223573,\n
        "lat": 49.9246273,\n
        "lon": 3.9844398,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223574,\n
        "lat": 49.9246317,\n
        "lon": 3.9838797,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223575,\n
        "lat": 49.9246407,\n
        "lon": 3.9845095,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223576,\n
        "lat": 49.9246466,\n
        "lon": 3.9846066,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223577,\n
        "lat": 49.9246577,\n
        "lon": 3.9841003,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223578,\n
        "lat": 49.9246601,\n
        "lon": 3.9834155,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223579,\n
        "lat": 49.9246687,\n
        "lon": 3.9835807,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223580,\n
        "lat": 49.9246839,\n
        "lon": 3.9844903,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223581,\n
        "lat": 49.9246850,\n
        "lon": 3.9837090,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223582,\n
        "lat": 49.9246868,\n
        "lon": 3.9845086,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223583,\n
        "lat": 49.9246914,\n
        "lon": 3.9838107,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223584,\n
        "lat": 49.9246987,\n
        "lon": 3.9845025,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223585,\n
        "lat": 49.9247023,\n
        "lon": 3.9845230,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223586,\n
        "lat": 49.9247090,\n
        "lon": 3.9839799,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223587,\n
        "lat": 49.9247120,\n
        "lon": 3.9834059,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223588,\n
        "lat": 49.9247155,\n
        "lon": 3.9840811,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223589,\n
        "lat": 49.9247177,\n
        "lon": 3.9838073,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223590,\n
        "lat": 49.9247209,\n
        "lon": 3.9835753,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223591,\n
        "lat": 49.9247216,\n
        "lon": 3.9838560,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223592,\n
        "lat": 49.9247277,\n
        "lon": 3.9837053,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223593,\n
        "lat": 49.9247333,\n
        "lon": 3.9838053,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223594,\n
        "lat": 49.9247401,\n
        "lon": 3.9843922,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223595,\n
        "lat": 49.9247410,\n
        "lon": 3.9844648,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223596,\n
        "lat": 49.9247436,\n
        "lon": 3.9839720,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223597,\n
        "lat": 49.9247437,\n
        "lon": 3.9838048,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223598,\n
        "lat": 49.9247455,\n
        "lon": 3.9838203,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223599,\n
        "lat": 49.9247474,\n
        "lon": 3.9845029,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223600,\n
        "lat": 49.9247540,\n
        "lon": 3.9838214,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223601,\n
        "lat": 49.9247552,\n
        "lon": 3.9844578,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223602,\n
        "lat": 49.9247560,\n
        "lon": 3.9842332,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223603,\n
        "lat": 49.9247583,\n
        "lon": 3.9838969,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223604,\n
        "lat": 49.9247650,\n
        "lon": 3.9844514,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223605,\n
        "lat": 49.9247682,\n
        "lon": 3.9843367,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223606,\n
        "lat": 49.9247764,\n
        "lon": 3.9843330,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223607,\n
        "lat": 49.9247766,\n
        "lon": 3.9843809,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223608,\n
        "lat": 49.9247790,\n
        "lon": 3.9838916,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223609,\n
        "lat": 49.9247851,\n
        "lon": 3.9843796,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223610,\n
        "lat": 49.9247863,\n
        "lon": 3.9839534,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223611,\n
        "lat": 49.9247887,\n
        "lon": 3.9845493,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223612,\n
        "lat": 49.9247989,\n
        "lon": 3.9844371,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223613,\n
        "lat": 49.9247991,\n
        "lon": 3.9842127,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223614,\n
        "lat": 49.9248412,\n
        "lon": 3.9839367,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223615,\n
        "lat": 49.9248506,\n
        "lon": 3.9840349,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223616,\n
        "lat": 49.9248560,\n
        "lon": 3.9845141,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223617,\n
        "lat": 49.9248601,\n
        "lon": 3.9845286,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223618,\n
        "lat": 49.9248769,\n
        "lon": 3.9845184,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223619,\n
        "lat": 49.9248811,\n
        "lon": 3.9844641,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223620,\n
        "lat": 49.9249037,\n
        "lon": 3.9839187,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223621,\n
        "lat": 49.9249042,\n
        "lon": 3.9839928,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223622,\n
        "lat": 49.9249076,\n
        "lon": 3.9840154,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223623,\n
        "lat": 49.9249139,\n
        "lon": 3.9839898,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223624,\n
        "lat": 49.9249162,\n
        "lon": 3.9845997,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223625,\n
        "lat": 49.9249258,\n
        "lon": 3.9845932,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223626,\n
        "lat": 49.9249312,\n
        "lon": 3.9846101,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223627,\n
        "lat": 49.9249314,\n
        "lon": 3.9827824,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223628,\n
        "lat": 49.9249356,\n
        "lon": 3.9827297,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223629,\n
        "lat": 49.9249363,\n
        "lon": 3.9838560,\n
        "timestamp": "2016-09-27T10:59:26Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223630,\n
        "lat": 49.9249378,\n
        "lon": 3.9845857,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223631,\n
        "lat": 49.9249412,\n
        "lon": 3.9846043,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223632,\n
        "lat": 49.9249491,\n
        "lon": 3.9828164,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223633,\n
        "lat": 49.9249522,\n
        "lon": 3.9827862,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223634,\n
        "lat": 49.9249526,\n
        "lon": 3.9841541,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223635,\n
        "lat": 49.9249539,\n
        "lon": 3.9839638,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223636,\n
        "lat": 49.9249853,\n
        "lon": 3.9826026,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223637,\n
        "lat": 49.9249913,\n
        "lon": 3.9836682,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223638,\n
        "lat": 49.9249961,\n
        "lon": 3.9825679,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223639,\n
        "lat": 49.9249995,\n
        "lon": 3.9837109,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223640,\n
        "lat": 49.9250017,\n
        "lon": 3.9828269,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223641,\n
        "lat": 49.9250061,\n
        "lon": 3.9827962,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223642,\n
        "lat": 49.9250085,\n
        "lon": 3.9841232,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223643,\n
        "lat": 49.9250087,\n
        "lon": 3.9825737,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223644,\n
        "lat": 49.9250103,\n
        "lon": 3.9837682,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223645,\n
        "lat": 49.9250111,\n
        "lon": 3.9843837,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223646,\n
        "lat": 49.9250129,\n
        "lon": 3.9827430,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223647,\n
        "lat": 49.9250201,\n
        "lon": 3.9837643,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223648,\n
        "lat": 49.9250209,\n
        "lon": 3.9838238,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223649,\n
        "lat": 49.9250299,\n
        "lon": 3.9838724,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223650,\n
        "lat": 49.9250351,\n
        "lon": 3.9836518,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223651,\n
        "lat": 49.9250354,\n
        "lon": 3.9838416,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223652,\n
        "lat": 49.9250400,\n
        "lon": 3.9836501,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223653,\n
        "lat": 49.9250434,\n
        "lon": 3.9836909,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223654,\n
        "lat": 49.9250493,\n
        "lon": 3.9837516,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223655,\n
        "lat": 49.9250516,\n
        "lon": 3.9825836,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223656,\n
        "lat": 49.9250534,\n
        "lon": 3.9824164,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223657,\n
        "lat": 49.9250542,\n
        "lon": 3.9826403,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223658,\n
        "lat": 49.9250600,\n
        "lon": 3.9837484,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223659,\n
        "lat": 49.9250619,\n
        "lon": 3.9838295,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223660,\n
        "lat": 49.9250683,\n
        "lon": 3.9825922,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223661,\n
        "lat": 49.9250792,\n
        "lon": 3.9842927,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223662,\n
        "lat": 49.9250836,\n
        "lon": 3.9838508,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223663,\n
        "lat": 49.9250931,\n
        "lon": 3.9824393,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223664,\n
        "lat": 49.9250948,\n
        "lon": 3.9839130,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223665,\n
        "lat": 49.9250973,\n
        "lon": 3.9836743,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223666,\n
        "lat": 49.9250975,\n
        "lon": 3.9844865,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223667,\n
        "lat": 49.9251096,\n
        "lon": 3.9837289,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223668,\n
        "lat": 49.9251114,\n
        "lon": 3.9826038,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223669,\n
        "lat": 49.9251137,\n
        "lon": 3.9844285,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223670,\n
        "lat": 49.9251218,\n
        "lon": 3.9836627,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223671,\n
        "lat": 49.9251262,\n
        "lon": 3.9836813,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223672,\n
        "lat": 49.9251306,\n
        "lon": 3.9826178,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223673,\n
        "lat": 49.9251341,\n
        "lon": 3.9837163,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223674,\n
        "lat": 49.9251378,\n
        "lon": 3.9825013,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223675,\n
        "lat": 49.9251571,\n
        "lon": 3.9825134,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223676,\n
        "lat": 49.9251653,\n
        "lon": 3.9825948,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223677,\n
        "lat": 49.9251715,\n
        "lon": 3.9842405,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223678,\n
        "lat": 49.9251719,\n
        "lon": 3.9839005,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223679,\n
        "lat": 49.9251746,\n
        "lon": 3.9826313,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223680,\n
        "lat": 49.9251775,\n
        "lon": 3.9836373,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223681,\n
        "lat": 49.9251816,\n
        "lon": 3.9836539,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223682,\n
        "lat": 49.9251824,\n
        "lon": 3.9826106,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223683,\n
        "lat": 49.9251890,\n
        "lon": 3.9825304,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223684,\n
        "lat": 49.9251933,\n
        "lon": 3.9827119,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223685,\n
        "lat": 49.9251964,\n
        "lon": 3.9836464,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223686,\n
        "lat": 49.9252046,\n
        "lon": 3.9843803,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223687,\n
        "lat": 49.9252080,\n
        "lon": 3.9826610,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223688,\n
        "lat": 49.9252097,\n
        "lon": 3.9826925,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223689,\n
        "lat": 49.9252119,\n
        "lon": 3.9827372,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223690,\n
        "lat": 49.9252184,\n
        "lon": 3.9840652,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223691,\n
        "lat": 49.9252200,\n
        "lon": 3.9827272,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223692,\n
        "lat": 49.9252239,\n
        "lon": 3.9844516,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223693,\n
        "lat": 49.9252275,\n
        "lon": 3.9827803,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223694,\n
        "lat": 49.9252389,\n
        "lon": 3.9825759,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223695,\n
        "lat": 49.9252400,\n
        "lon": 3.9827610,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223696,\n
        "lat": 49.9252448,\n
        "lon": 3.9828402,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223697,\n
        "lat": 49.9252450,\n
        "lon": 3.9837684,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223698,\n
        "lat": 49.9252456,\n
        "lon": 3.9845441,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223699,\n
        "lat": 49.9252475,\n
        "lon": 3.9838691,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223700,\n
        "lat": 49.9252494,\n
        "lon": 3.9844402,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223701,\n
        "lat": 49.9252504,\n
        "lon": 3.9828103,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223702,\n
        "lat": 49.9252514,\n
        "lon": 3.9826349,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223703,\n
        "lat": 49.9252593,\n
        "lon": 3.9842812,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223704,\n
        "lat": 49.9252648,\n
        "lon": 3.9827781,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223705,\n
        "lat": 49.9252664,\n
        "lon": 3.9827982,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223706,\n
        "lat": 49.9252698,\n
        "lon": 3.9838664,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223707,\n
        "lat": 49.9252710,\n
        "lon": 3.9828061,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223708,\n
        "lat": 49.9252711,\n
        "lon": 3.9845292,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223709,\n
        "lat": 49.9252732,\n
        "lon": 3.9826453,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223710,\n
        "lat": 49.9252786,\n
        "lon": 3.9828987,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223711,\n
        "lat": 49.9252789,\n
        "lon": 3.9827649,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223712,\n
        "lat": 49.9252825,\n
        "lon": 3.9827738,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223713,\n
        "lat": 49.9252955,\n
        "lon": 3.9828469,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223714,\n
        "lat": 49.9252955,\n
        "lon": 3.9830172,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223715,\n
        "lat": 49.9253054,\n
        "lon": 3.9828636,\n
        "timestamp": "2016-09-27T10:59:27Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223716,\n
        "lat": 49.9253083,\n
        "lon": 3.9840216,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223717,\n
        "lat": 49.9253157,\n
        "lon": 3.9826972,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223718,\n
        "lat": 49.9253171,\n
        "lon": 3.9837381,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223719,\n
        "lat": 49.9253208,\n
        "lon": 3.9825015,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223720,\n
        "lat": 49.9253237,\n
        "lon": 3.9827107,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223721,\n
        "lat": 49.9253331,\n
        "lon": 3.9838341,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223722,\n
        "lat": 49.9253367,\n
        "lon": 3.9830843,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223723,\n
        "lat": 49.9253410,\n
        "lon": 3.9838232,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223724,\n
        "lat": 49.9253445,\n
        "lon": 3.9822566,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223725,\n
        "lat": 49.9253502,\n
        "lon": 3.9842406,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223726,\n
        "lat": 49.9253560,\n
        "lon": 3.9827660,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223727,\n
        "lat": 49.9253654,\n
        "lon": 3.9843039,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223728,\n
        "lat": 49.9253795,\n
        "lon": 3.9822986,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223729,\n
        "lat": 49.9253850,\n
        "lon": 3.9844248,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223730,\n
        "lat": 49.9253916,\n
        "lon": 3.9823738,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223731,\n
        "lat": 49.9254001,\n
        "lon": 3.9836884,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223732,\n
        "lat": 49.9254077,\n
        "lon": 3.9829956,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223733,\n
        "lat": 49.9254083,\n
        "lon": 3.9826159,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223734,\n
        "lat": 49.9254118,\n
        "lon": 3.9823993,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223735,\n
        "lat": 49.9254133,\n
        "lon": 3.9821328,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223736,\n
        "lat": 49.9254223,\n
        "lon": 3.9830175,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223737,\n
        "lat": 49.9254263,\n
        "lon": 3.9837778,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223738,\n
        "lat": 49.9254292,\n
        "lon": 3.9842807,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223739,\n
        "lat": 49.9254296,\n
        "lon": 3.9828554,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223740,\n
        "lat": 49.9254328,\n
        "lon": 3.9830027,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223741,\n
        "lat": 49.9254339,\n
        "lon": 3.9831059,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223742,\n
        "lat": 49.9254396,\n
        "lon": 3.9830980,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223743,\n
        "lat": 49.9254463,\n
        "lon": 3.9844030,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223744,\n
        "lat": 49.9254477,\n
        "lon": 3.9821769,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223745,\n
        "lat": 49.9254484,\n
        "lon": 3.9831140,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223746,\n
        "lat": 49.9254492,\n
        "lon": 3.9830607,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223747,\n
        "lat": 49.9254593,\n
        "lon": 3.9835515,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223748,\n
        "lat": 49.9254597,\n
        "lon": 3.9830446,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223749,\n
        "lat": 49.9254603,\n
        "lon": 3.9830985,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223750,\n
        "lat": 49.9254675,\n
        "lon": 3.9823003,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223751,\n
        "lat": 49.9254679,\n
        "lon": 3.9830575,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223752,\n
        "lat": 49.9254696,\n
        "lon": 3.9829182,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223753,\n
        "lat": 49.9254716,\n
        "lon": 3.9835896,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223754,\n
        "lat": 49.9254784,\n
        "lon": 3.9836243,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223755,\n
        "lat": 49.9254814,\n
        "lon": 3.9835837,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223756,\n
        "lat": 49.9254816,\n
        "lon": 3.9835189,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223757,\n
        "lat": 49.9254834,\n
        "lon": 3.9835348,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223758,\n
        "lat": 49.9254847,\n
        "lon": 3.9831829,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223759,\n
        "lat": 49.9254853,\n
        "lon": 3.9835030,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223760,\n
        "lat": 49.9254877,\n
        "lon": 3.9827167,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223761,\n
        "lat": 49.9254878,\n
        "lon": 3.9835165,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223762,\n
        "lat": 49.9254900,\n
        "lon": 3.9836138,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223763,\n
        "lat": 49.9254908,\n
        "lon": 3.9831466,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223764,\n
        "lat": 49.9254924,\n
        "lon": 3.9832912,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223765,\n
        "lat": 49.9254957,\n
        "lon": 3.9833278,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223766,\n
        "lat": 49.9254963,\n
        "lon": 3.9834911,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223767,\n
        "lat": 49.9254984,\n
        "lon": 3.9834989,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223768,\n
        "lat": 49.9255079,\n
        "lon": 3.9835354,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223769,\n
        "lat": 49.9255086,\n
        "lon": 3.9822124,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223770,\n
        "lat": 49.9255089,\n
        "lon": 3.9824354,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223771,\n
        "lat": 49.9255101,\n
        "lon": 3.9825886,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223772,\n
        "lat": 49.9255109,\n
        "lon": 3.9837113,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223773,\n
        "lat": 49.9255144,\n
        "lon": 3.9829910,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223774,\n
        "lat": 49.9255169,\n
        "lon": 3.9824454,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223775,\n
        "lat": 49.9255176,\n
        "lon": 3.9831121,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223776,\n
        "lat": 49.9255182,\n
        "lon": 3.9834791,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223777,\n
        "lat": 49.9255185,\n
        "lon": 3.9824662,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223778,\n
        "lat": 49.9255199,\n
        "lon": 3.9824992,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223779,\n
        "lat": 49.9255237,\n
        "lon": 3.9831213,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223780,\n
        "lat": 49.9255253,\n
        "lon": 3.9824539,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223781,\n
        "lat": 49.9255296,\n
        "lon": 3.9824819,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223782,\n
        "lat": 49.9255330,\n
        "lon": 3.9835249,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223783,\n
        "lat": 49.9255370,\n
        "lon": 3.9835474,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223784,\n
        "lat": 49.9255373,\n
        "lon": 3.9832812,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223785,\n
        "lat": 49.9255384,\n
        "lon": 3.9826227,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223786,\n
        "lat": 49.9255386,\n
        "lon": 3.9835422,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223787,\n
        "lat": 49.9255407,\n
        "lon": 3.9833179,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223788,\n
        "lat": 49.9255410,\n
        "lon": 3.9825311,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223789,\n
        "lat": 49.9255426,\n
        "lon": 3.9823986,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223790,\n
        "lat": 49.9255453,\n
        "lon": 3.9835762,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223791,\n
        "lat": 49.9255497,\n
        "lon": 3.9828121,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223792,\n
        "lat": 49.9255608,\n
        "lon": 3.9824976,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223793,\n
        "lat": 49.9255664,\n
        "lon": 3.9824868,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223794,\n
        "lat": 49.9255678,\n
        "lon": 3.9835258,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223795,\n
        "lat": 49.9255719,\n
        "lon": 3.9826025,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223796,\n
        "lat": 49.9255742,\n
        "lon": 3.9828514,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223797,\n
        "lat": 49.9255762,\n
        "lon": 3.9827601,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223798,\n
        "lat": 49.9255766,\n
        "lon": 3.9832014,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223799,\n
        "lat": 49.9255772,\n
        "lon": 3.9835503,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223800,\n
        "lat": 49.9255835,\n
        "lon": 3.9841107,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223801,\n
        "lat": 49.9255839,\n
        "lon": 3.9843275,\n
        "timestamp": "2016-09-27T10:59:28Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223802,\n
        "lat": 49.9255889,\n
        "lon": 3.9823087,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223803,\n
        "lat": 49.9255912,\n
        "lon": 3.9835389,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223804,\n
        "lat": 49.9255935,\n
        "lon": 3.9832670,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223805,\n
        "lat": 49.9255964,\n
        "lon": 3.9844427,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223806,\n
        "lat": 49.9256032,\n
        "lon": 3.9827941,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223807,\n
        "lat": 49.9256054,\n
        "lon": 3.9825393,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223808,\n
        "lat": 49.9256098,\n
        "lon": 3.9846359,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223810,\n
        "lat": 49.9256115,\n
        "lon": 3.9845460,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223811,\n
        "lat": 49.9256127,\n
        "lon": 3.9831526,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223812,\n
        "lat": 49.9256162,\n
        "lon": 3.9843174,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223813,\n
        "lat": 49.9256221,\n
        "lon": 3.9826705,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223814,\n
        "lat": 49.9256228,\n
        "lon": 3.9836184,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223815,\n
        "lat": 49.9256256,\n
        "lon": 3.9829264,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223817,\n
        "lat": 49.9256329,\n
        "lon": 3.9834624,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223818,\n
        "lat": 49.9256383,\n
        "lon": 3.9840916,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223819,\n
        "lat": 49.9256584,\n
        "lon": 3.9846368,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223820,\n
        "lat": 49.9256585,\n
        "lon": 3.9845517,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223821,\n
        "lat": 49.9256611,\n
        "lon": 3.9829781,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223822,\n
        "lat": 49.9256642,\n
        "lon": 3.9832325,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223823,\n
        "lat": 49.9256663,\n
        "lon": 3.9844892,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223824,\n
        "lat": 49.9256694,\n
        "lon": 3.9845223,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223825,\n
        "lat": 49.9256842,\n
        "lon": 3.9844128,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223826,\n
        "lat": 49.9256975,\n
        "lon": 3.9830402,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223827,\n
        "lat": 49.9257036,\n
        "lon": 3.9834280,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223828,\n
        "lat": 49.9257091,\n
        "lon": 3.9844793,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223829,\n
        "lat": 49.9257116,\n
        "lon": 3.9845157,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223830,\n
        "lat": 49.9257125,\n
        "lon": 3.9830165,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223831,\n
        "lat": 49.9257134,\n
        "lon": 3.9827931,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223832,\n
        "lat": 49.9257253,\n
        "lon": 3.9830365,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223833,\n
        "lat": 49.9257336,\n
        "lon": 3.9828697,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223834,\n
        "lat": 49.9257473,\n
        "lon": 3.9828492,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223835,\n
        "lat": 49.9257553,\n
        "lon": 3.9828623,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223836,\n
        "lat": 49.9257665,\n
        "lon": 3.9829245,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223837,\n
        "lat": 49.9257680,\n
        "lon": 3.9828158,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223838,\n
        "lat": 49.9257685,\n
        "lon": 3.9830744,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223839,\n
        "lat": 49.9257696,\n
        "lon": 3.9828097,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223840,\n
        "lat": 49.9257780,\n
        "lon": 3.9836619,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223841,\n
        "lat": 49.9257804,\n
        "lon": 3.9828294,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223842,\n
        "lat": 49.9257855,\n
        "lon": 3.9829518,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223843,\n
        "lat": 49.9257870,\n
        "lon": 3.9831347,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223844,\n
        "lat": 49.9257949,\n
        "lon": 3.9831249,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223845,\n
        "lat": 49.9258194,\n
        "lon": 3.9830103,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223846,\n
        "lat": 49.9258237,\n
        "lon": 3.9835872,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223847,\n
        "lat": 49.9258364,\n
        "lon": 3.9832567,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223848,\n
        "lat": 49.9258390,\n
        "lon": 3.9830477,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223849,\n
        "lat": 49.9258450,\n
        "lon": 3.9832459,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223850,\n
        "lat": 49.9258486,\n
        "lon": 3.9838930,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223851,\n
        "lat": 49.9258513,\n
        "lon": 3.9832852,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223852,\n
        "lat": 49.9258608,\n
        "lon": 3.9832733,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223853,\n
        "lat": 49.9258709,\n
        "lon": 3.9830076,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223854,\n
        "lat": 49.9258727,\n
        "lon": 3.9832961,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223855,\n
        "lat": 49.9258782,\n
        "lon": 3.9830994,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223856,\n
        "lat": 49.9258789,\n
        "lon": 3.9838381,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223857,\n
        "lat": 49.9258874,\n
        "lon": 3.9834807,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223858,\n
        "lat": 49.9258888,\n
        "lon": 3.9837952,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223859,\n
        "lat": 49.9258963,\n
        "lon": 3.9837361,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223860,\n
        "lat": 49.9259027,\n
        "lon": 3.9830686,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223861,\n
        "lat": 49.9259029,\n
        "lon": 3.9831468,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223862,\n
        "lat": 49.9259057,\n
        "lon": 3.9837445,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223863,\n
        "lat": 49.9259122,\n
        "lon": 3.9831352,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223864,\n
        "lat": 49.9259151,\n
        "lon": 3.9836933,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223865,\n
        "lat": 49.9259166,\n
        "lon": 3.9839895,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223866,\n
        "lat": 49.9259190,\n
        "lon": 3.9831796,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223867,\n
        "lat": 49.9259266,\n
        "lon": 3.9837610,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223868,\n
        "lat": 49.9259275,\n
        "lon": 3.9836952,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223869,\n
        "lat": 49.9259289,\n
        "lon": 3.9831672,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223870,\n
        "lat": 49.9259292,\n
        "lon": 3.9837552,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223871,\n
        "lat": 49.9259373,\n
        "lon": 3.9832147,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223872,\n
        "lat": 49.9259380,\n
        "lon": 3.9838297,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223873,\n
        "lat": 49.9259417,\n
        "lon": 3.9837618,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223874,\n
        "lat": 49.9259449,\n
        "lon": 3.9836679,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223875,\n
        "lat": 49.9259453,\n
        "lon": 3.9837488,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223876,\n
        "lat": 49.9259492,\n
        "lon": 3.9839263,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223877,\n
        "lat": 49.9259625,\n
        "lon": 3.9837578,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223878,\n
        "lat": 49.9259648,\n
        "lon": 3.9836811,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223879,\n
        "lat": 49.9259843,\n
        "lon": 3.9835914,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223880,\n
        "lat": 49.9260028,\n
        "lon": 3.9836071,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223881,\n
        "lat": 49.9260437,\n
        "lon": 3.9835352,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223882,\n
        "lat": 49.9260530,\n
        "lon": 3.9837785,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223883,\n
        "lat": 49.9260542,\n
        "lon": 3.9825090,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223884,\n
        "lat": 49.9260630,\n
        "lon": 3.9834619,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223885,\n
        "lat": 49.9260756,\n
        "lon": 3.9825317,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223886,\n
        "lat": 49.9260825,\n
        "lon": 3.9824507,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223887,\n
        "lat": 49.9260831,\n
        "lon": 3.9835808,\n
        "timestamp": "2016-09-27T10:59:29Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223888,\n
        "lat": 49.9260882,\n
        "lon": 3.9837038,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223889,\n
        "lat": 49.9260981,\n
        "lon": 3.9825190,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223890,\n
        "lat": 49.9261003,\n
        "lon": 3.9824748,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223891,\n
        "lat": 49.9261029,\n
        "lon": 3.9825587,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223892,\n
        "lat": 49.9261121,\n
        "lon": 3.9831007,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223893,\n
        "lat": 49.9261128,\n
        "lon": 3.9824761,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223894,\n
        "lat": 49.9261136,\n
        "lon": 3.9825321,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223895,\n
        "lat": 49.9261141,\n
        "lon": 3.9835188,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223896,\n
        "lat": 49.9261224,\n
        "lon": 3.9825747,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223897,\n
        "lat": 49.9261247,\n
        "lon": 3.9824877,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223898,\n
        "lat": 49.9261284,\n
        "lon": 3.9833169,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223899,\n
        "lat": 49.9261368,\n
        "lon": 3.9825526,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223900,\n
        "lat": 49.9261369,\n
        "lon": 3.9824616,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223901,\n
        "lat": 49.9261725,\n
        "lon": 3.9829941,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223902,\n
        "lat": 49.9261785,\n
        "lon": 3.9833743,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223903,\n
        "lat": 49.9261920,\n
        "lon": 3.9831836,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223904,\n
        "lat": 49.9262086,\n
        "lon": 3.9825225,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223905,\n
        "lat": 49.9262160,\n
        "lon": 3.9823130,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223906,\n
        "lat": 49.9262249,\n
        "lon": 3.9824792,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223907,\n
        "lat": 49.9262378,\n
        "lon": 3.9822314,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223908,\n
        "lat": 49.9262395,\n
        "lon": 3.9826477,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223909,\n
        "lat": 49.9262396,\n
        "lon": 3.9832376,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223910,\n
        "lat": 49.9262505,\n
        "lon": 3.9831359,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223911,\n
        "lat": 49.9262626,\n
        "lon": 3.9831478,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223912,\n
        "lat": 49.9262675,\n
        "lon": 3.9825725,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223913,\n
        "lat": 49.9262677,\n
        "lon": 3.9831344,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223914,\n
        "lat": 49.9262692,\n
        "lon": 3.9830977,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223915,\n
        "lat": 49.9262729,\n
        "lon": 3.9831702,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223916,\n
        "lat": 49.9262739,\n
        "lon": 3.9832741,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223917,\n
        "lat": 49.9262782,\n
        "lon": 3.9826783,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223918,\n
        "lat": 49.9262825,\n
        "lon": 3.9831503,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223919,\n
        "lat": 49.9262859,\n
        "lon": 3.9823542,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223920,\n
        "lat": 49.9262976,\n
        "lon": 3.9828260,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223921,\n
        "lat": 49.9263043,\n
        "lon": 3.9832010,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223922,\n
        "lat": 49.9263055,\n
        "lon": 3.9822737,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223923,\n
        "lat": 49.9263083,\n
        "lon": 3.9823448,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223924,\n
        "lat": 49.9263202,\n
        "lon": 3.9822829,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223925,\n
        "lat": 49.9263268,\n
        "lon": 3.9822671,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223926,\n
        "lat": 49.9263310,\n
        "lon": 3.9825679,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223927,\n
        "lat": 49.9263357,\n
        "lon": 3.9823033,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223928,\n
        "lat": 49.9263363,\n
        "lon": 3.9822540,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223929,\n
        "lat": 49.9263425,\n
        "lon": 3.9827396,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223930,\n
        "lat": 49.9263544,\n
        "lon": 3.9822802,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223931,\n
        "lat": 49.9263544,\n
        "lon": 3.9823278,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223932,\n
        "lat": 49.9263568,\n
        "lon": 3.9828855,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223933,\n
        "lat": 49.9263627,\n
        "lon": 3.9823167,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223934,\n
        "lat": 49.9263655,\n
        "lon": 3.9822962,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223935,\n
        "lat": 49.9263779,\n
        "lon": 3.9822482,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223936,\n
        "lat": 49.9263844,\n
        "lon": 3.9829132,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223937,\n
        "lat": 49.9263878,\n
        "lon": 3.9822642,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223938,\n
        "lat": 49.9263956,\n
        "lon": 3.9828885,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223939,\n
        "lat": 49.9263970,\n
        "lon": 3.9827983,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223940,\n
        "lat": 49.9263983,\n
        "lon": 3.9829272,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223941,\n
        "lat": 49.9264000,\n
        "lon": 3.9822828,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223942,\n
        "lat": 49.9264094,\n
        "lon": 3.9829045,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223943,\n
        "lat": 49.9264108,\n
        "lon": 3.9824911,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223944,\n
        "lat": 49.9264242,\n
        "lon": 3.9824018,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223945,\n
        "lat": 49.9264480,\n
        "lon": 3.9824343,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223946,\n
        "lat": 49.9264484,\n
        "lon": 3.9822058,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223947,\n
        "lat": 49.9265005,\n
        "lon": 3.9822815,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223948,\n
        "lat": 49.9265189,\n
        "lon": 3.9877891,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223949,\n
        "lat": 49.9265194,\n
        "lon": 3.9868674,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223950,\n
        "lat": 49.9265404,\n
        "lon": 3.9861950,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223951,\n
        "lat": 49.9265463,\n
        "lon": 3.9865342,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223952,\n
        "lat": 49.9265512,\n
        "lon": 3.9872227,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223953,\n
        "lat": 49.9265515,\n
        "lon": 3.9873874,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223954,\n
        "lat": 49.9265536,\n
        "lon": 3.9860291,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223955,\n
        "lat": 49.9265576,\n
        "lon": 3.9871450,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223956,\n
        "lat": 49.9265613,\n
        "lon": 3.9878316,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223957,\n
        "lat": 49.9265641,\n
        "lon": 3.9877980,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223958,\n
        "lat": 49.9265722,\n
        "lon": 3.9872807,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223959,\n
        "lat": 49.9265733,\n
        "lon": 3.9872666,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223960,\n
        "lat": 49.9265797,\n
        "lon": 3.9871888,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223961,\n
        "lat": 49.9265809,\n
        "lon": 3.9873931,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223962,\n
        "lat": 49.9265860,\n
        "lon": 3.9871110,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223963,\n
        "lat": 49.9265880,\n
        "lon": 3.9870863,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223964,\n
        "lat": 49.9265882,\n
        "lon": 3.9865421,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223965,\n
        "lat": 49.9265898,\n
        "lon": 3.9872841,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223966,\n
        "lat": 49.9266056,\n
        "lon": 3.9870897,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223967,\n
        "lat": 49.9266062,\n
        "lon": 3.9860389,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223968,\n
        "lat": 49.9266088,\n
        "lon": 3.9860043,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223969,\n
        "lat": 49.9266144,\n
        "lon": 3.9862090,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223970,\n
        "lat": 49.9266181,\n
        "lon": 3.9885416,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223971,\n
        "lat": 49.9266220,\n
        "lon": 3.9868873,\n
        "timestamp": "2016-09-27T10:59:30Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223972,\n
        "lat": 49.9266269,\n
        "lon": 3.9878554,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223973,\n
        "lat": 49.9266278,\n
        "lon": 3.9878461,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223974,\n
        "lat": 49.9266309,\n
        "lon": 3.9878112,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223975,\n
        "lat": 49.9266329,\n
        "lon": 3.9860440,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223976,\n
        "lat": 49.9266355,\n
        "lon": 3.9860094,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223977,\n
        "lat": 49.9266519,\n
        "lon": 3.9886868,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223978,\n
        "lat": 49.9266708,\n
        "lon": 3.9878650,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223979,\n
        "lat": 49.9266887,\n
        "lon": 3.9860546,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223980,\n
        "lat": 49.9267070,\n
        "lon": 3.9890796,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223981,\n
        "lat": 49.9267117,\n
        "lon": 3.9857657,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223982,\n
        "lat": 49.9267325,\n
        "lon": 3.9892503,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223983,\n
        "lat": 49.9267983,\n
        "lon": 3.9890512,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223984,\n
        "lat": 49.9268217,\n
        "lon": 3.9892208,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223985,\n
        "lat": 49.9269821,\n
        "lon": 3.9887493,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223986,\n
        "lat": 49.9270812,\n
        "lon": 3.9866919,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223987,\n
        "lat": 49.9271435,\n
        "lon": 3.9867037,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223988,\n
        "lat": 49.9271480,\n
        "lon": 3.9858487,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223989,\n
        "lat": 49.9271795,\n
        "lon": 3.9825367,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223990,\n
        "lat": 49.9271831,\n
        "lon": 3.9825822,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223991,\n
        "lat": 49.9271842,\n
        "lon": 3.9824227,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223992,\n
        "lat": 49.9271848,\n
        "lon": 3.9825372,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223993,\n
        "lat": 49.9272253,\n
        "lon": 3.9825864,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223994,\n
        "lat": 49.9272271,\n
        "lon": 3.9825413,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223995,\n
        "lat": 49.9272318,\n
        "lon": 3.9824273,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223996,\n
        "lat": 49.9272611,\n
        "lon": 3.9834023,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223997,\n
        "lat": 49.9272675,\n
        "lon": 3.9835500,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223998,\n
        "lat": 49.9272914,\n
        "lon": 3.9836114,\n
        "timestamp": "2016-09-27T10:59:31Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420223999,\n
        "lat": 49.9273041,\n
        "lon": 3.9835160,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224000,\n
        "lat": 49.9273353,\n
        "lon": 3.9833347,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224001,\n
        "lat": 49.9273601,\n
        "lon": 3.9857750,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224002,\n
        "lat": 49.9273618,\n
        "lon": 3.9860936,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224003,\n
        "lat": 49.9273629,\n
        "lon": 3.9834088,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224004,\n
        "lat": 49.9273677,\n
        "lon": 3.9860036,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224005,\n
        "lat": 49.9273679,\n
        "lon": 3.9861105,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224006,\n
        "lat": 49.9273689,\n
        "lon": 3.9860947,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224007,\n
        "lat": 49.9273705,\n
        "lon": 3.9856109,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224008,\n
        "lat": 49.9273725,\n
        "lon": 3.9855063,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224009,\n
        "lat": 49.9273739,\n
        "lon": 3.9858973,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224010,\n
        "lat": 49.9273781,\n
        "lon": 3.9858392,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224011,\n
        "lat": 49.9273805,\n
        "lon": 3.9834559,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224012,\n
        "lat": 49.9273831,\n
        "lon": 3.9853398,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224013,\n
        "lat": 49.9273841,\n
        "lon": 3.9859453,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224014,\n
        "lat": 49.9273845,\n
        "lon": 3.9833643,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224015,\n
        "lat": 49.9273852,\n
        "lon": 3.9859306,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224016,\n
        "lat": 49.9273875,\n
        "lon": 3.9855611,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224017,\n
        "lat": 49.9273885,\n
        "lon": 3.9828850,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224018,\n
        "lat": 49.9273885,\n
        "lon": 3.9833858,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224019,\n
        "lat": 49.9273891,\n
        "lon": 3.9833073,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224020,\n
        "lat": 49.9273908,\n
        "lon": 3.9855091,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224021,\n
        "lat": 49.9273918,\n
        "lon": 3.9828053,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224022,\n
        "lat": 49.9273919,\n
        "lon": 3.9828515,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224023,\n
        "lat": 49.9273940,\n
        "lon": 3.9859321,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224024,\n
        "lat": 49.9273958,\n
        "lon": 3.9827612,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224025,\n
        "lat": 49.9273962,\n
        "lon": 3.9859012,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224026,\n
        "lat": 49.9273968,\n
        "lon": 3.9827115,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224027,\n
        "lat": 49.9273968,\n
        "lon": 3.9828527,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224028,\n
        "lat": 49.9273997,\n
        "lon": 3.9828234,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224029,\n
        "lat": 49.9274010,\n
        "lon": 3.9828073,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224030,\n
        "lat": 49.9274030,\n
        "lon": 3.9835165,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224031,\n
        "lat": 49.9274050,\n
        "lon": 3.9827632,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224032,\n
        "lat": 49.9274061,\n
        "lon": 3.9834330,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224033,\n
        "lat": 49.9274092,\n
        "lon": 3.9833712,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224034,\n
        "lat": 49.9274096,\n
        "lon": 3.9827143,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224035,\n
        "lat": 49.9274110,\n
        "lon": 3.9825575,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224036,\n
        "lat": 49.9274129,\n
        "lon": 3.9856174,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224037,\n
        "lat": 49.9274137,\n
        "lon": 3.9833133,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224038,\n
        "lat": 49.9274144,\n
        "lon": 3.9852627,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224039,\n
        "lat": 49.9274162,\n
        "lon": 3.9855655,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224040,\n
        "lat": 49.9274195,\n
        "lon": 3.9861186,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224041,\n
        "lat": 49.9274201,\n
        "lon": 3.9851794,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224042,\n
        "lat": 49.9274253,\n
        "lon": 3.9828594,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224043,\n
        "lat": 49.9274258,\n
        "lon": 3.9852735,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224044,\n
        "lat": 49.9274264,\n
        "lon": 3.9852646,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224045,\n
        "lat": 49.9274264,\n
        "lon": 3.9860129,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224046,\n
        "lat": 49.9274281,\n
        "lon": 3.9828299,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224047,\n
        "lat": 49.9274296,\n
        "lon": 3.9859534,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224048,\n
        "lat": 49.9274321,\n
        "lon": 3.9850018,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224049,\n
        "lat": 49.9274336,\n
        "lon": 3.9828957,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224050,\n
        "lat": 49.9274367,\n
        "lon": 3.9852811,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224051,\n
        "lat": 49.9274369,\n
        "lon": 3.9828622,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224052,\n
        "lat": 49.9274371,\n
        "lon": 3.9852754,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224053,\n
        "lat": 49.9274372,\n
        "lon": 3.9858496,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224054,\n
        "lat": 49.9274397,\n
        "lon": 3.9857872,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224055,\n
        "lat": 49.9274398,\n
        "lon": 3.9828326,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224056,\n
        "lat": 49.9274428,\n
        "lon": 3.9848455,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224057,\n
        "lat": 49.9274501,\n
        "lon": 3.9856231,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224058,\n
        "lat": 49.9274530,\n
        "lon": 3.9846949,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224059,\n
        "lat": 49.9274567,\n
        "lon": 3.9855192,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224060,\n
        "lat": 49.9274657,\n
        "lon": 3.9825696,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224061,\n
        "lat": 49.9274673,\n
        "lon": 3.9853527,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224062,\n
        "lat": 49.9274678,\n
        "lon": 3.9860940,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224063,\n
        "lat": 49.9274691,\n
        "lon": 3.9860485,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224064,\n
        "lat": 49.9274719,\n
        "lon": 3.9852869,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224065,\n
        "lat": 49.9274731,\n
        "lon": 3.9859802,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224066,\n
        "lat": 49.9274733,\n
        "lon": 3.9846641,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224067,\n
        "lat": 49.9274737,\n
        "lon": 3.9846983,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224068,\n
        "lat": 49.9274746,\n
        "lon": 3.9846856,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224069,\n
        "lat": 49.9274786,\n
        "lon": 3.9851890,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224070,\n
        "lat": 49.9274855,\n
        "lon": 3.9845020,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224071,\n
        "lat": 49.9274907,\n
        "lon": 3.9850115,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224072,\n
        "lat": 49.9274910,\n
        "lon": 3.9859638,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224073,\n
        "lat": 49.9275013,\n
        "lon": 3.9848551,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224074,\n
        "lat": 49.9275124,\n
        "lon": 3.9846918,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224075,\n
        "lat": 49.9275203,\n
        "lon": 3.9859566,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224076,\n
        "lat": 49.9275246,\n
        "lon": 3.9857758,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224077,\n
        "lat": 49.9275273,\n
        "lon": 3.9860411,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224078,\n
        "lat": 49.9275275,\n
        "lon": 3.9858660,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224079,\n
        "lat": 49.9275296,\n
        "lon": 3.9860863,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224080,\n
        "lat": 49.9275326,\n
        "lon": 3.9846749,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224081,\n
        "lat": 49.9275449,\n
        "lon": 3.9845128,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224082,\n
        "lat": 49.9275496,\n
        "lon": 3.9854978,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224083,\n
        "lat": 49.9275528,\n
        "lon": 3.9855992,\n
        "timestamp": "2016-09-27T10:59:32Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224084,\n
        "lat": 49.9275568,\n
        "lon": 3.9860829,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224085,\n
        "lat": 49.9275575,\n
        "lon": 3.9853039,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224086,\n
        "lat": 49.9275587,\n
        "lon": 3.9861174,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224087,\n
        "lat": 49.9275631,\n
        "lon": 3.9854106,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224088,\n
        "lat": 49.9275672,\n
        "lon": 3.9834176,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224089,\n
        "lat": 49.9275695,\n
        "lon": 3.9833550,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224090,\n
        "lat": 49.9275723,\n
        "lon": 3.9850548,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224091,\n
        "lat": 49.9275753,\n
        "lon": 3.9851988,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224092,\n
        "lat": 49.9275834,\n
        "lon": 3.9846636,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224093,\n
        "lat": 49.9275872,\n
        "lon": 3.9846482,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224094,\n
        "lat": 49.9275894,\n
        "lon": 3.9834195,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224095,\n
        "lat": 49.9275900,\n
        "lon": 3.9856762,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224096,\n
        "lat": 49.9275905,\n
        "lon": 3.9846724,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224097,\n
        "lat": 49.9275908,\n
        "lon": 3.9846539,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224098,\n
        "lat": 49.9275917,\n
        "lon": 3.9833569,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224099,\n
        "lat": 49.9275930,\n
        "lon": 3.9857705,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224100,\n
        "lat": 49.9275962,\n
        "lon": 3.9846696,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224101,\n
        "lat": 49.9275976,\n
        "lon": 3.9846975,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224102,\n
        "lat": 49.9275999,\n
        "lon": 3.9860776,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224103,\n
        "lat": 49.9276019,\n
        "lon": 3.9861121,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224104,\n
        "lat": 49.9276054,\n
        "lon": 3.9846841,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224105,\n
        "lat": 49.9276085,\n
        "lon": 3.9847702,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224106,\n
        "lat": 49.9276113,\n
        "lon": 3.9846083,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224107,\n
        "lat": 49.9276267,\n
        "lon": 3.9847391,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224108,\n
        "lat": 49.9276298,\n
        "lon": 3.9856731,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224109,\n
        "lat": 49.9276316,\n
        "lon": 3.9852946,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224110,\n
        "lat": 49.9276328,\n
        "lon": 3.9857655,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224111,\n
        "lat": 49.9276336,\n
        "lon": 3.9859426,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224112,\n
        "lat": 49.9276340,\n
        "lon": 3.9853414,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224113,\n
        "lat": 49.9276358,\n
        "lon": 3.9858576,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224114,\n
        "lat": 49.9276387,\n
        "lon": 3.9860728,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224115,\n
        "lat": 49.9276420,\n
        "lon": 3.9848188,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224116,\n
        "lat": 49.9276448,\n
        "lon": 3.9852311,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224117,\n
        "lat": 49.9276459,\n
        "lon": 3.9852613,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224118,\n
        "lat": 49.9276469,\n
        "lon": 3.9850511,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224119,\n
        "lat": 49.9276473,\n
        "lon": 3.9842054,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224120,\n
        "lat": 49.9276475,\n
        "lon": 3.9841947,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224121,\n
        "lat": 49.9276498,\n
        "lon": 3.9851951,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224122,\n
        "lat": 49.9276501,\n
        "lon": 3.9847744,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224123,\n
        "lat": 49.9276590,\n
        "lon": 3.9847892,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224124,\n
        "lat": 49.9276655,\n
        "lon": 3.9836293,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224125,\n
        "lat": 49.9276672,\n
        "lon": 3.9853372,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224126,\n
        "lat": 49.9276683,\n
        "lon": 3.9850550,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224127,\n
        "lat": 49.9276696,\n
        "lon": 3.9855433,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224128,\n
        "lat": 49.9276698,\n
        "lon": 3.9850970,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224129,\n
        "lat": 49.9276703,\n
        "lon": 3.9853971,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224130,\n
        "lat": 49.9276705,\n
        "lon": 3.9855685,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224131,\n
        "lat": 49.9276722,\n
        "lon": 3.9842498,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224132,\n
        "lat": 49.9276753,\n
        "lon": 3.9855681,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224133,\n
        "lat": 49.9276760,\n
        "lon": 3.9842719,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224134,\n
        "lat": 49.9276760,\n
        "lon": 3.9855896,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224135,\n
        "lat": 49.9276763,\n
        "lon": 3.9852285,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224136,\n
        "lat": 49.9276765,\n
        "lon": 3.9850964,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224137,\n
        "lat": 49.9276770,\n
        "lon": 3.9851104,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224138,\n
        "lat": 49.9276772,\n
        "lon": 3.9843294,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224139,\n
        "lat": 49.9276773,\n
        "lon": 3.9852587,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224140,\n
        "lat": 49.9276857,\n
        "lon": 3.9847136,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224141,\n
        "lat": 49.9276866,\n
        "lon": 3.9850938,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224142,\n
        "lat": 49.9276872,\n
        "lon": 3.9851095,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224143,\n
        "lat": 49.9276885,\n
        "lon": 3.9859313,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224144,\n
        "lat": 49.9276892,\n
        "lon": 3.9854869,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224145,\n
        "lat": 49.9276893,\n
        "lon": 3.9822288,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224146,\n
        "lat": 49.9276900,\n
        "lon": 3.9859957,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224147,\n
        "lat": 49.9276903,\n
        "lon": 3.9834328,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224148,\n
        "lat": 49.9276910,\n
        "lon": 3.9855417,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224149,\n
        "lat": 49.9276939,\n
        "lon": 3.9843041,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224150,\n
        "lat": 49.9276951,\n
        "lon": 3.9856686,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224151,\n
        "lat": 49.9276955,\n
        "lon": 3.9818973,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224152,\n
        "lat": 49.9276981,\n
        "lon": 3.9847877,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224153,\n
        "lat": 49.9276995,\n
        "lon": 3.9859949,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224154,\n
        "lat": 49.9277000,\n
        "lon": 3.9860063,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224155,\n
        "lat": 49.9277029,\n
        "lon": 3.9848285,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224156,\n
        "lat": 49.9277064,\n
        "lon": 3.9850920,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224157,\n
        "lat": 49.9277077,\n
        "lon": 3.9851266,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224158,\n
        "lat": 49.9277108,\n
        "lon": 3.9835695,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224159,\n
        "lat": 49.9277124,\n
        "lon": 3.9848728,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224160,\n
        "lat": 49.9277132,\n
        "lon": 3.9852891,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224161,\n
        "lat": 49.9277135,\n
        "lon": 3.9848114,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224162,\n
        "lat": 49.9277141,\n
        "lon": 3.9859971,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224163,\n
        "lat": 49.9277147,\n
        "lon": 3.9860049,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224164,\n
        "lat": 49.9277158,\n
        "lon": 3.9847592,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224165,\n
        "lat": 49.9277177,\n
        "lon": 3.9853890,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224166,\n
        "lat": 49.9277220,\n
        "lon": 3.9848567,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224167,\n
        "lat": 49.9277320,\n
        "lon": 3.9841983,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224168,\n
        "lat": 49.9277326,\n
        "lon": 3.9844284,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224169,\n
        "lat": 49.9277330,\n
        "lon": 3.9835415,\n
        "timestamp": "2016-09-27T10:59:33Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224170,\n
        "lat": 49.9277330,\n
        "lon": 3.9855698,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224171,\n
        "lat": 49.9277347,\n
        "lon": 3.9856656,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224172,\n
        "lat": 49.9277361,\n
        "lon": 3.9856655,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224173,\n
        "lat": 49.9277366,\n
        "lon": 3.9833098,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224174,\n
        "lat": 49.9277368,\n
        "lon": 3.9857303,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224175,\n
        "lat": 49.9277446,\n
        "lon": 3.9850481,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224176,\n
        "lat": 49.9277453,\n
        "lon": 3.9857296,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224177,\n
        "lat": 49.9277462,\n
        "lon": 3.9857567,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224178,\n
        "lat": 49.9277474,\n
        "lon": 3.9851230,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224179,\n
        "lat": 49.9277599,\n
        "lon": 3.9849447,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224180,\n
        "lat": 49.9277622,\n
        "lon": 3.9832383,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224181,\n
        "lat": 49.9277653,\n
        "lon": 3.9859909,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224182,\n
        "lat": 49.9277668,\n
        "lon": 3.9850479,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224183,\n
        "lat": 49.9277670,\n
        "lon": 3.9860269,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224184,\n
        "lat": 49.9277672,\n
        "lon": 3.9849356,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224185,\n
        "lat": 49.9277687,\n
        "lon": 3.9856629,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224186,\n
        "lat": 49.9277688,\n
        "lon": 3.9850872,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224187,\n
        "lat": 49.9277704,\n
        "lon": 3.9822325,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224188,\n
        "lat": 49.9277709,\n
        "lon": 3.9840292,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224189,\n
        "lat": 49.9277747,\n
        "lon": 3.9858468,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224190,\n
        "lat": 49.9277749,\n
        "lon": 3.9841116,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224191,\n
        "lat": 49.9277756,\n
        "lon": 3.9849506,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224192,\n
        "lat": 49.9277766,\n
        "lon": 3.9819010,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224193,\n
        "lat": 49.9277800,\n
        "lon": 3.9836340,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224194,\n
        "lat": 49.9277871,\n
        "lon": 3.9850850,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224195,\n
        "lat": 49.9277880,\n
        "lon": 3.9851024,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224196,\n
        "lat": 49.9277916,\n
        "lon": 3.9834473,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224197,\n
        "lat": 49.9277933,\n
        "lon": 3.9835282,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224198,\n
        "lat": 49.9277963,\n
        "lon": 3.9838989,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224199,\n
        "lat": 49.9277967,\n
        "lon": 3.9840817,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224200,\n
        "lat": 49.9277973,\n
        "lon": 3.9850868,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224201,\n
        "lat": 49.9277981,\n
        "lon": 3.9851012,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224202,\n
        "lat": 49.9277987,\n
        "lon": 3.9861178,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224203,\n
        "lat": 49.9277989,\n
        "lon": 3.9859199,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224204,\n
        "lat": 49.9278030,\n
        "lon": 3.9860328,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224205,\n
        "lat": 49.9278036,\n
        "lon": 3.9843317,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224206,\n
        "lat": 49.9278037,\n
        "lon": 3.9860212,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224207,\n
        "lat": 49.9278046,\n
        "lon": 3.9857320,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224208,\n
        "lat": 49.9278081,\n
        "lon": 3.9858328,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224209,\n
        "lat": 49.9278104,\n
        "lon": 3.9848968,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224210,\n
        "lat": 49.9278161,\n
        "lon": 3.9833826,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224211,\n
        "lat": 49.9278162,\n
        "lon": 3.9834675,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224212,\n
        "lat": 49.9278199,\n
        "lon": 3.9834142,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224213,\n
        "lat": 49.9278199,\n
        "lon": 3.9850840,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224214,\n
        "lat": 49.9278207,\n
        "lon": 3.9852774,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224215,\n
        "lat": 49.9278214,\n
        "lon": 3.9851128,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224216,\n
        "lat": 49.9278231,\n
        "lon": 3.9835813,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224217,\n
        "lat": 49.9278252,\n
        "lon": 3.9853773,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224218,\n
        "lat": 49.9278257,\n
        "lon": 3.9833914,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224219,\n
        "lat": 49.9278268,\n
        "lon": 3.9839546,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224220,\n
        "lat": 49.9278278,\n
        "lon": 3.9833932,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224221,\n
        "lat": 49.9278388,\n
        "lon": 3.9854752,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224222,\n
        "lat": 49.9278389,\n
        "lon": 3.9838225,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224223,\n
        "lat": 49.9278415,\n
        "lon": 3.9855614,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224224,\n
        "lat": 49.9278432,\n
        "lon": 3.9859135,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224225,\n
        "lat": 49.9278465,\n
        "lon": 3.9859803,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224226,\n
        "lat": 49.9278466,\n
        "lon": 3.9838371,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224227,\n
        "lat": 49.9278518,\n
        "lon": 3.9833203,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224228,\n
        "lat": 49.9278523,\n
        "lon": 3.9859798,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224229,\n
        "lat": 49.9278539,\n
        "lon": 3.9860294,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224230,\n
        "lat": 49.9278561,\n
        "lon": 3.9840057,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224231,\n
        "lat": 49.9278579,\n
        "lon": 3.9852829,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224232,\n
        "lat": 49.9278630,\n
        "lon": 3.9839056,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224233,\n
        "lat": 49.9278632,\n
        "lon": 3.9853768,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224234,\n
        "lat": 49.9278822,\n
        "lon": 3.9843068,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224235,\n
        "lat": 49.9278830,\n
        "lon": 3.9850336,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224236,\n
        "lat": 49.9278833,\n
        "lon": 3.9860274,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224237,\n
        "lat": 49.9278855,\n
        "lon": 3.9861120,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224238,\n
        "lat": 49.9278866,\n
        "lon": 3.9851048,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224239,\n
        "lat": 49.9278868,\n
        "lon": 3.9834763,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224240,\n
        "lat": 49.9278893,\n
        "lon": 3.9854805,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224241,\n
        "lat": 49.9278905,\n
        "lon": 3.9861117,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224242,\n
        "lat": 49.9278913,\n
        "lon": 3.9839594,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224243,\n
        "lat": 49.9278920,\n
        "lon": 3.9838011,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224244,\n
        "lat": 49.9278922,\n
        "lon": 3.9855551,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224245,\n
        "lat": 49.9278928,\n
        "lon": 3.9861967,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224246,\n
        "lat": 49.9278951,\n
        "lon": 3.9834560,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224247,\n
        "lat": 49.9279027,\n
        "lon": 3.9842781,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224248,\n
        "lat": 49.9279068,\n
        "lon": 3.9837380,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224249,\n
        "lat": 49.9279071,\n
        "lon": 3.9857232,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224250,\n
        "lat": 49.9279080,\n
        "lon": 3.9855536,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224251,\n
        "lat": 49.9279087,\n
        "lon": 3.9855707,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224252,\n
        "lat": 49.9279106,\n
        "lon": 3.9858240,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224253,\n
        "lat": 49.9279113,\n
        "lon": 3.9838384,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224254,\n
        "lat": 49.9279167,\n
        "lon": 3.9859732,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224255,\n
        "lat": 49.9279173,\n
        "lon": 3.9860118,\n
        "timestamp": "2016-09-27T10:59:34Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224256,\n
        "lat": 49.9279379,\n
        "lon": 3.9857269,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224257,\n
        "lat": 49.9279382,\n
        "lon": 3.9838863,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224258,\n
        "lat": 49.9279417,\n
        "lon": 3.9858231,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224259,\n
        "lat": 49.9279468,\n
        "lon": 3.9861082,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224260,\n
        "lat": 49.9279474,\n
        "lon": 3.9843195,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224261,\n
        "lat": 49.9279484,\n
        "lon": 3.9862206,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224262,\n
        "lat": 49.9279493,\n
        "lon": 3.9859012,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224263,\n
        "lat": 49.9279521,\n
        "lon": 3.9860082,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224264,\n
        "lat": 49.9279529,\n
        "lon": 3.9825848,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224265,\n
        "lat": 49.9279549,\n
        "lon": 3.9861077,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224266,\n
        "lat": 49.9279563,\n
        "lon": 3.9852705,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224267,\n
        "lat": 49.9279619,\n
        "lon": 3.9852958,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224268,\n
        "lat": 49.9279643,\n
        "lon": 3.9853640,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224269,\n
        "lat": 49.9279651,\n
        "lon": 3.9842164,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224270,\n
        "lat": 49.9279677,\n
        "lon": 3.9826161,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224271,\n
        "lat": 49.9279798,\n
        "lon": 3.9867420,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224272,\n
        "lat": 49.9279823,\n
        "lon": 3.9843818,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224273,\n
        "lat": 49.9279858,\n
        "lon": 3.9859020,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224274,\n
        "lat": 49.9279889,\n
        "lon": 3.9860078,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224275,\n
        "lat": 49.9279905,\n
        "lon": 3.9842616,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224276,\n
        "lat": 49.9279917,\n
        "lon": 3.9825404,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224277,\n
        "lat": 49.9280001,\n
        "lon": 3.9868236,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224278,\n
        "lat": 49.9280004,\n
        "lon": 3.9854699,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224279,\n
        "lat": 49.9280010,\n
        "lon": 3.9841681,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224280,\n
        "lat": 49.9280040,\n
        "lon": 3.9855617,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224281,\n
        "lat": 49.9280065,\n
        "lon": 3.9825717,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224282,\n
        "lat": 49.9280071,\n
        "lon": 3.9836550,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224283,\n
        "lat": 49.9280158,\n
        "lon": 3.9862224,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224284,\n
        "lat": 49.9280250,\n
        "lon": 3.9862501,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224285,\n
        "lat": 49.9280254,\n
        "lon": 3.9836889,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224286,\n
        "lat": 49.9280356,\n
        "lon": 3.9867087,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224287,\n
        "lat": 49.9280373,\n
        "lon": 3.9862863,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224288,\n
        "lat": 49.9280402,\n
        "lon": 3.9862041,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224289,\n
        "lat": 49.9280429,\n
        "lon": 3.9837460,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224290,\n
        "lat": 49.9280486,\n
        "lon": 3.9862318,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224291,\n
        "lat": 49.9280496,\n
        "lon": 3.9857163,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224292,\n
        "lat": 49.9280519,\n
        "lon": 3.9863313,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224293,\n
        "lat": 49.9280534,\n
        "lon": 3.9858126,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224294,\n
        "lat": 49.9280558,\n
        "lon": 3.9867903,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224295,\n
        "lat": 49.9280600,\n
        "lon": 3.9862698,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224296,\n
        "lat": 49.9280610,\n
        "lon": 3.9863603,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224297,\n
        "lat": 49.9280692,\n
        "lon": 3.9861295,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224298,\n
        "lat": 49.9280718,\n
        "lon": 3.9863919,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224299,\n
        "lat": 49.9280743,\n
        "lon": 3.9863137,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224300,\n
        "lat": 49.9280765,\n
        "lon": 3.9836277,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224301,\n
        "lat": 49.9280843,\n
        "lon": 3.9861778,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224302,\n
        "lat": 49.9280847,\n
        "lon": 3.9863430,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224303,\n
        "lat": 49.9280891,\n
        "lon": 3.9901623,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224304,\n
        "lat": 49.9280902,\n
        "lon": 3.9864476,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224305,\n
        "lat": 49.9280919,\n
        "lon": 3.9902149,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224306,\n
        "lat": 49.9280928,\n
        "lon": 3.9858944,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224307,\n
        "lat": 49.9280949,\n
        "lon": 3.9863718,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224308,\n
        "lat": 49.9280959,\n
        "lon": 3.9860002,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224309,\n
        "lat": 49.9280999,\n
        "lon": 3.9862195,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224310,\n
        "lat": 49.9281003,\n
        "lon": 3.9864784,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224311,\n
        "lat": 49.9281003,\n
        "lon": 3.9873193,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224312,\n
        "lat": 49.9281005,\n
        "lon": 3.9861642,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224313,\n
        "lat": 49.9281073,\n
        "lon": 3.9842137,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224314,\n
        "lat": 49.9281079,\n
        "lon": 3.9861858,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224315,\n
        "lat": 49.9281093,\n
        "lon": 3.9865064,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224316,\n
        "lat": 49.9281104,\n
        "lon": 3.9862517,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224317,\n
        "lat": 49.9281128,\n
        "lon": 3.9864294,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224318,\n
        "lat": 49.9281155,\n
        "lon": 3.9862085,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224319,\n
        "lat": 49.9281240,\n
        "lon": 3.9864608,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224320,\n
        "lat": 49.9281244,\n
        "lon": 3.9862950,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224321,\n
        "lat": 49.9281269,\n
        "lon": 3.9874019,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224322,\n
        "lat": 49.9281302,\n
        "lon": 3.9865693,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224323,\n
        "lat": 49.9281333,\n
        "lon": 3.9864873,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224324,\n
        "lat": 49.9281374,\n
        "lon": 3.9854376,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224325,\n
        "lat": 49.9281379,\n
        "lon": 3.9863335,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224326,\n
        "lat": 49.9281403,\n
        "lon": 3.9862820,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224327,\n
        "lat": 49.9281404,\n
        "lon": 3.9866007,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224328,\n
        "lat": 49.9281426,\n
        "lon": 3.9860742,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224329,\n
        "lat": 49.9281456,\n
        "lon": 3.9862985,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224330,\n
        "lat": 49.9281459,\n
        "lon": 3.9872847,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224331,\n
        "lat": 49.9281481,\n
        "lon": 3.9863639,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224332,\n
        "lat": 49.9281501,\n
        "lon": 3.9866303,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224333,\n
        "lat": 49.9281529,\n
        "lon": 3.9865511,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224334,\n
        "lat": 49.9281535,\n
        "lon": 3.9863235,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224335,\n
        "lat": 49.9281550,\n
        "lon": 3.9854000,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224336,\n
        "lat": 49.9281602,\n
        "lon": 3.9855288,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224337,\n
        "lat": 49.9281612,\n
        "lon": 3.9854213,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224338,\n
        "lat": 49.9281625,\n
        "lon": 3.9901528,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224339,\n
        "lat": 49.9281626,\n
        "lon": 3.9864070,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224340,\n
        "lat": 49.9281636,\n
        "lon": 3.9865829,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224341,\n
        "lat": 49.9281647,\n
        "lon": 3.9861417,\n
        "timestamp": "2016-09-27T10:59:35Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224342,\n
        "lat": 49.9281651,\n
        "lon": 3.9902065,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224343,\n
        "lat": 49.9281726,\n
        "lon": 3.9873674,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224344,\n
        "lat": 49.9281763,\n
        "lon": 3.9864518,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224345,\n
        "lat": 49.9281764,\n
        "lon": 3.9853850,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224346,\n
        "lat": 49.9281773,\n
        "lon": 3.9863935,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224347,\n
        "lat": 49.9281776,\n
        "lon": 3.9867177,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224348,\n
        "lat": 49.9281818,\n
        "lon": 3.9856124,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224349,\n
        "lat": 49.9281823,\n
        "lon": 3.9854071,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224350,\n
        "lat": 49.9281830,\n
        "lon": 3.9861975,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224351,\n
        "lat": 49.9281841,\n
        "lon": 3.9864162,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224352,\n
        "lat": 49.9281868,\n
        "lon": 3.9867469,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224353,\n
        "lat": 49.9281874,\n
        "lon": 3.9864849,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224354,\n
        "lat": 49.9281910,\n
        "lon": 3.9864392,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224355,\n
        "lat": 49.9281926,\n
        "lon": 3.9865605,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224356,\n
        "lat": 49.9281929,\n
        "lon": 3.9875550,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224357,\n
        "lat": 49.9282024,\n
        "lon": 3.9865909,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224358,\n
        "lat": 49.9282025,\n
        "lon": 3.9862571,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224359,\n
        "lat": 49.9282028,\n
        "lon": 3.9865309,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224360,\n
        "lat": 49.9282030,\n
        "lon": 3.9866979,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224361,\n
        "lat": 49.9282038,\n
        "lon": 3.9875880,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224362,\n
        "lat": 49.9282059,\n
        "lon": 3.9868053,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224363,\n
        "lat": 49.9282096,\n
        "lon": 3.9876038,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224364,\n
        "lat": 49.9282126,\n
        "lon": 3.9867284,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224365,\n
        "lat": 49.9282129,\n
        "lon": 3.9857919,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224366,\n
        "lat": 49.9282134,\n
        "lon": 3.9853840,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224367,\n
        "lat": 49.9282142,\n
        "lon": 3.9840665,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224368,\n
        "lat": 49.9282142,\n
        "lon": 3.9865680,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224369,\n
        "lat": 49.9282151,\n
        "lon": 3.9868334,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224370,\n
        "lat": 49.9282180,\n
        "lon": 3.9865171,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224371,\n
        "lat": 49.9282198,\n
        "lon": 3.9863101,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224372,\n
        "lat": 49.9282208,\n
        "lon": 3.9876396,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224373,\n
        "lat": 49.9282236,\n
        "lon": 3.9865367,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224374,\n
        "lat": 49.9282237,\n
        "lon": 3.9854813,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224375,\n
        "lat": 49.9282255,\n
        "lon": 3.9900862,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224376,\n
        "lat": 49.9282262,\n
        "lon": 3.9866043,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224377,\n
        "lat": 49.9282265,\n
        "lon": 3.9868667,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224378,\n
        "lat": 49.9282287,\n
        "lon": 3.9865538,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224379,\n
        "lat": 49.9282313,\n
        "lon": 3.9857621,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224380,\n
        "lat": 49.9282316,\n
        "lon": 3.9876787,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224381,\n
        "lat": 49.9282318,\n
        "lon": 3.9867861,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224382,\n
        "lat": 49.9282341,\n
        "lon": 3.9875245,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224383,\n
        "lat": 49.9282353,\n
        "lon": 3.9857753,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224384,\n
        "lat": 49.9282362,\n
        "lon": 3.9854719,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224385,\n
        "lat": 49.9282370,\n
        "lon": 3.9855281,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224386,\n
        "lat": 49.9282373,\n
        "lon": 3.9866384,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224387,\n
        "lat": 49.9282396,\n
        "lon": 3.9858791,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224388,\n
        "lat": 49.9282401,\n
        "lon": 3.9868141,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224389,\n
        "lat": 49.9282409,\n
        "lon": 3.9863741,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224390,\n
        "lat": 49.9282443,\n
        "lon": 3.9877119,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224391,\n
        "lat": 49.9282444,\n
        "lon": 3.9869207,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224392,\n
        "lat": 49.9282444,\n
        "lon": 3.9875577,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224393,\n
        "lat": 49.9282448,\n
        "lon": 3.9875781,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224394,\n
        "lat": 49.9282494,\n
        "lon": 3.9855190,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224395,\n
        "lat": 49.9282503,\n
        "lon": 3.9868487,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224396,\n
        "lat": 49.9282517,\n
        "lon": 3.9866813,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224397,\n
        "lat": 49.9282522,\n
        "lon": 3.9866278,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224398,\n
        "lat": 49.9282528,\n
        "lon": 3.9869469,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224399,\n
        "lat": 49.9282555,\n
        "lon": 3.9876152,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224400,\n
        "lat": 49.9282594,\n
        "lon": 3.9864308,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224401,\n
        "lat": 49.9282600,\n
        "lon": 3.9855603,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224402,\n
        "lat": 49.9282613,\n
        "lon": 3.9866521,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224403,\n
        "lat": 49.9282639,\n
        "lon": 3.9867179,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224404,\n
        "lat": 49.9282652,\n
        "lon": 3.9869841,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224405,\n
        "lat": 49.9282674,\n
        "lon": 3.9866688,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224406,\n
        "lat": 49.9282685,\n
        "lon": 3.9869005,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224407,\n
        "lat": 49.9282690,\n
        "lon": 3.9899527,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224408,\n
        "lat": 49.9282693,\n
        "lon": 3.9839899,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224409,\n
        "lat": 49.9282708,\n
        "lon": 3.9859808,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224410,\n
        "lat": 49.9282736,\n
        "lon": 3.9853887,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224411,\n
        "lat": 49.9282743,\n
        "lon": 3.9901232,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224412,\n
        "lat": 49.9282752,\n
        "lon": 3.9867518,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224413,\n
        "lat": 49.9282753,\n
        "lon": 3.9876454,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224414,\n
        "lat": 49.9282776,\n
        "lon": 3.9869281,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224416,\n
        "lat": 49.9282798,\n
        "lon": 3.9850869,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224417,\n
        "lat": 49.9282799,\n
        "lon": 3.9864933,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224418,\n
        "lat": 49.9282805,\n
        "lon": 3.9850683,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224419,\n
        "lat": 49.9282805,\n
        "lon": 3.9851385,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224420,\n
        "lat": 49.9282810,\n
        "lon": 3.9851842,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224421,\n
        "lat": 49.9282841,\n
        "lon": 3.9878552,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224422,\n
        "lat": 49.9282855,\n
        "lon": 3.9851390,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224423,\n
        "lat": 49.9282860,\n
        "lon": 3.9876806,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224424,\n
        "lat": 49.9282861,\n
        "lon": 3.9850858,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224425,\n
        "lat": 49.9282889,\n
        "lon": 3.9867415,\n
        "timestamp": "2016-09-27T10:59:36Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224426,\n
        "lat": 49.9282891,\n
        "lon": 3.9867932,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224427,\n
        "lat": 49.9282894,\n
        "lon": 3.9869647,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224428,\n
        "lat": 49.9282899,\n
        "lon": 3.9854357,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224429,\n
        "lat": 49.9282942,\n
        "lon": 3.9859635,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224431,\n
        "lat": 49.9282984,\n
        "lon": 3.9859771,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224432,\n
        "lat": 49.9282986,\n
        "lon": 3.9867682,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224433,\n
        "lat": 49.9282987,\n
        "lon": 3.9865505,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224434,\n
        "lat": 49.9283007,\n
        "lon": 3.9879068,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224435,\n
        "lat": 49.9283030,\n
        "lon": 3.9868371,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224436,\n
        "lat": 49.9283034,\n
        "lon": 3.9867813,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224437,\n
        "lat": 49.9283046,\n
        "lon": 3.9858286,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224438,\n
        "lat": 49.9283052,\n
        "lon": 3.9858306,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224439,\n
        "lat": 49.9283055,\n
        "lon": 3.9857072,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224440,\n
        "lat": 49.9283063,\n
        "lon": 3.9854234,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224441,\n
        "lat": 49.9283113,\n
        "lon": 3.9853600,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224442,\n
        "lat": 49.9283116,\n
        "lon": 3.9868647,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224443,\n
        "lat": 49.9283160,\n
        "lon": 3.9861433,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224444,\n
        "lat": 49.9283176,\n
        "lon": 3.9866083,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224445,\n
        "lat": 49.9283179,\n
        "lon": 3.9899896,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224446,\n
        "lat": 49.9283244,\n
        "lon": 3.9879722,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224447,\n
        "lat": 49.9283251,\n
        "lon": 3.9868520,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224448,\n
        "lat": 49.9283270,\n
        "lon": 3.9854081,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224449,\n
        "lat": 49.9283270,\n
        "lon": 3.9869110,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224450,\n
        "lat": 49.9283274,\n
        "lon": 3.9854878,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224451,\n
        "lat": 49.9283352,\n
        "lon": 3.9880028,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224452,\n
        "lat": 49.9283356,\n
        "lon": 3.9858057,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224453,\n
        "lat": 49.9283359,\n
        "lon": 3.9868834,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224454,\n
        "lat": 49.9283361,\n
        "lon": 3.9866646,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224455,\n
        "lat": 49.9283369,\n
        "lon": 3.9861058,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224456,\n
        "lat": 49.9283404,\n
        "lon": 3.9868970,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224457,\n
        "lat": 49.9283406,\n
        "lon": 3.9859459,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224458,\n
        "lat": 49.9283419,\n
        "lon": 3.9869554,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224459,\n
        "lat": 49.9283424,\n
        "lon": 3.9861231,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224460,\n
        "lat": 49.9283441,\n
        "lon": 3.9856104,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224461,\n
        "lat": 49.9283447,\n
        "lon": 3.9862336,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224462,\n
        "lat": 49.9283507,\n
        "lon": 3.9856054,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224463,\n
        "lat": 49.9283516,\n
        "lon": 3.9851842,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224464,\n
        "lat": 49.9283516,\n
        "lon": 3.9869856,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224465,\n
        "lat": 49.9283523,\n
        "lon": 3.9850678,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224466,\n
        "lat": 49.9283525,\n
        "lon": 3.9880266,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224467,\n
        "lat": 49.9283534,\n
        "lon": 3.9860931,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224468,\n
        "lat": 49.9283554,\n
        "lon": 3.9867239,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224469,\n
        "lat": 49.9283582,\n
        "lon": 3.9861083,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224470,\n
        "lat": 49.9283594,\n
        "lon": 3.9879356,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224471,\n
        "lat": 49.9283601,\n
        "lon": 3.9877974,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224472,\n
        "lat": 49.9283625,\n
        "lon": 3.9879435,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224473,\n
        "lat": 49.9283631,\n
        "lon": 3.9855962,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224474,\n
        "lat": 49.9283650,\n
        "lon": 3.9880673,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224475,\n
        "lat": 49.9283659,\n
        "lon": 3.9870304,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224476,\n
        "lat": 49.9283664,\n
        "lon": 3.9869737,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224477,\n
        "lat": 49.9283683,\n
        "lon": 3.9870731,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224478,\n
        "lat": 49.9283711,\n
        "lon": 3.9853757,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224479,\n
        "lat": 49.9283723,\n
        "lon": 3.9863208,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224480,\n
        "lat": 49.9283735,\n
        "lon": 3.9869955,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224481,\n
        "lat": 49.9283745,\n
        "lon": 3.9867820,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224482,\n
        "lat": 49.9283768,\n
        "lon": 3.9878505,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224483,\n
        "lat": 49.9283790,\n
        "lon": 3.9870648,\n
        "timestamp": "2016-09-27T10:59:37Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224489,\n
        "lat": 49.9284194,\n
        "lon": 3.9862052,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224490,\n
        "lat": 49.9284196,\n
        "lon": 3.9863075,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224491,\n
        "lat": 49.9284203,\n
        "lon": 3.9850842,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224492,\n
        "lat": 49.9284205,\n
        "lon": 3.9874130,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224493,\n
        "lat": 49.9284209,\n
        "lon": 3.9850673,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224494,\n
        "lat": 49.9284209,\n
        "lon": 3.9857693,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224495,\n
        "lat": 49.9284212,\n
        "lon": 3.9851332,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224496,\n
        "lat": 49.9284215,\n
        "lon": 3.9851820,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224497,\n
        "lat": 49.9284242,\n
        "lon": 3.9854411,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224498,\n
        "lat": 49.9284291,\n
        "lon": 3.9865004,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224499,\n
        "lat": 49.9284297,\n
        "lon": 3.9874424,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224500,\n
        "lat": 49.9284307,\n
        "lon": 3.9869533,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224501,\n
        "lat": 49.9284312,\n
        "lon": 3.9856753,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224502,\n
        "lat": 49.9284323,\n
        "lon": 3.9875505,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224503,\n
        "lat": 49.9284351,\n
        "lon": 3.9861932,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224504,\n
        "lat": 49.9284381,\n
        "lon": 3.9858221,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224505,\n
        "lat": 49.9284392,\n
        "lon": 3.9857561,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224506,\n
        "lat": 49.9284406,\n
        "lon": 3.9854924,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224507,\n
        "lat": 49.9284407,\n
        "lon": 3.9874784,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224508,\n
        "lat": 49.9284428,\n
        "lon": 3.9875816,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224509,\n
        "lat": 49.9284448,\n
        "lon": 3.9857521,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224510,\n
        "lat": 49.9284492,\n
        "lon": 3.9870099,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224511,\n
        "lat": 49.9284502,\n
        "lon": 3.9873484,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224512,\n
        "lat": 49.9284523,\n
        "lon": 3.9864646,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224513,\n
        "lat": 49.9284544,\n
        "lon": 3.9865798,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224514,\n
        "lat": 49.9284546,\n
        "lon": 3.9862544,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224515,\n
        "lat": 49.9284569,\n
        "lon": 3.9864790,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224516,\n
        "lat": 49.9284577,\n
        "lon": 3.9858826,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224517,\n
        "lat": 49.9284591,\n
        "lon": 3.9860239,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224518,\n
        "lat": 49.9284593,\n
        "lon": 3.9875285,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224519,\n
        "lat": 49.9284596,\n
        "lon": 3.9874426,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224520,\n
        "lat": 49.9284612,\n
        "lon": 3.9883841,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224521,\n
        "lat": 49.9284622,\n
        "lon": 3.9854757,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224522,\n
        "lat": 49.9284649,\n
        "lon": 3.9873906,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224523,\n
        "lat": 49.9284684,\n
        "lon": 3.9864522,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224524,\n
        "lat": 49.9284692,\n
        "lon": 3.9875614,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224525,\n
        "lat": 49.9284726,\n
        "lon": 3.9874841,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224526,\n
        "lat": 49.9284729,\n
        "lon": 3.9864663,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224527,\n
        "lat": 49.9284735,\n
        "lon": 3.9884175,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224528,\n
        "lat": 49.9284738,\n
        "lon": 3.9855122,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224529,\n
        "lat": 49.9284756,\n
        "lon": 3.9855176,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224530,\n
        "lat": 49.9284756,\n
        "lon": 3.9874819,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224531,\n
        "lat": 49.9284794,\n
        "lon": 3.9878036,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224532,\n
        "lat": 49.9284804,\n
        "lon": 3.9858637,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224533,\n
        "lat": 49.9284821,\n
        "lon": 3.9877276,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224534,\n
        "lat": 49.9284823,\n
        "lon": 3.9873785,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224535,\n
        "lat": 49.9284825,\n
        "lon": 3.9866682,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224536,\n
        "lat": 49.9284845,\n
        "lon": 3.9860042,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224537,\n
        "lat": 49.9284877,\n
        "lon": 3.9876223,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224538,\n
        "lat": 49.9284879,\n
        "lon": 3.9873988,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224539,\n
        "lat": 49.9284887,\n
        "lon": 3.9877221,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224540,\n
        "lat": 49.9284889,\n
        "lon": 3.9871311,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224541,\n
        "lat": 49.9284895,\n
        "lon": 3.9878382,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224542,\n
        "lat": 49.9284913,\n
        "lon": 3.9861239,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224543,\n
        "lat": 49.9284926,\n
        "lon": 3.9874168,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224544,\n
        "lat": 49.9284948,\n
        "lon": 3.9875418,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224545,\n
        "lat": 49.9284950,\n
        "lon": 3.9861211,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224546,\n
        "lat": 49.9284952,\n
        "lon": 3.9877632,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224547,\n
        "lat": 49.9284991,\n
        "lon": 3.9860495,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224548,\n
        "lat": 49.9285012,\n
        "lon": 3.9877587,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224549,\n
        "lat": 49.9285062,\n
        "lon": 3.9877756,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224550,\n
        "lat": 49.9285075,\n
        "lon": 3.9856165,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224551,\n
        "lat": 49.9285078,\n
        "lon": 3.9877807,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224552,\n
        "lat": 49.9285082,\n
        "lon": 3.9856187,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224553,\n
        "lat": 49.9285090,\n
        "lon": 3.9853758,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224554,\n
        "lat": 49.9285095,\n
        "lon": 3.9880280,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224555,\n
        "lat": 49.9285099,\n
        "lon": 3.9866472,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224556,\n
        "lat": 49.9285151,\n
        "lon": 3.9861834,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224557,\n
        "lat": 49.9285153,\n
        "lon": 3.9859803,\n
        "timestamp": "2016-09-27T10:59:39Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224558,\n
        "lat": 49.9285154,\n
        "lon": 3.9866643,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224559,\n
        "lat": 49.9285167,\n
        "lon": 3.9861042,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224560,\n
        "lat": 49.9285169,\n
        "lon": 3.9880490,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224561,\n
        "lat": 49.9285189,\n
        "lon": 3.9878162,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224562,\n
        "lat": 49.9285207,\n
        "lon": 3.9865289,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224563,\n
        "lat": 49.9285209,\n
        "lon": 3.9864294,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224564,\n
        "lat": 49.9285209,\n
        "lon": 3.9883387,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224565,\n
        "lat": 49.9285247,\n
        "lon": 3.9866338,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224566,\n
        "lat": 49.9285286,\n
        "lon": 3.9872901,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224567,\n
        "lat": 49.9285292,\n
        "lon": 3.9899382,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224568,\n
        "lat": 49.9285299,\n
        "lon": 3.9860256,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224569,\n
        "lat": 49.9285301,\n
        "lon": 3.9878487,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224570,\n
        "lat": 49.9285306,\n
        "lon": 3.9875892,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224571,\n
        "lat": 49.9285307,\n
        "lon": 3.9866526,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224572,\n
        "lat": 49.9285315,\n
        "lon": 3.9883727,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224573,\n
        "lat": 49.9285337,\n
        "lon": 3.9877565,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224574,\n
        "lat": 49.9285339,\n
        "lon": 3.9876840,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224575,\n
        "lat": 49.9285359,\n
        "lon": 3.9857925,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224576,\n
        "lat": 49.9285368,\n
        "lon": 3.9861665,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224577,\n
        "lat": 49.9285370,\n
        "lon": 3.9854635,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224578,\n
        "lat": 49.9285416,\n
        "lon": 3.9878846,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224579,\n
        "lat": 49.9285418,\n
        "lon": 3.9876265,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224580,\n
        "lat": 49.9285428,\n
        "lon": 3.9860839,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224581,\n
        "lat": 49.9285458,\n
        "lon": 3.9877956,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224582,\n
        "lat": 49.9285461,\n
        "lon": 3.9877259,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224583,\n
        "lat": 49.9285463,\n
        "lon": 3.9865093,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224584,\n
        "lat": 49.9285475,\n
        "lon": 3.9860803,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224585,\n
        "lat": 49.9285476,\n
        "lon": 3.9868491,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224586,\n
        "lat": 49.9285483,\n
        "lon": 3.9866157,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224587,\n
        "lat": 49.9285493,\n
        "lon": 3.9873532,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224588,\n
        "lat": 49.9285532,\n
        "lon": 3.9879237,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224689,\n
        "lat": 49.9285539,\n
        "lon": 3.9858498,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224690,\n
        "lat": 49.9285539,\n
        "lon": 3.9879963,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224691,\n
        "lat": 49.9285555,\n
        "lon": 3.9876671,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224692,\n
        "lat": 49.9285556,\n
        "lon": 3.9878282,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224693,\n
        "lat": 49.9285557,\n
        "lon": 3.9880065,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224694,\n
        "lat": 49.9285562,\n
        "lon": 3.9879337,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224695,\n
        "lat": 49.9285569,\n
        "lon": 3.9876133,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224696,\n
        "lat": 49.9285614,\n
        "lon": 3.9897922,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224697,\n
        "lat": 49.9285629,\n
        "lon": 3.9861463,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224698,\n
        "lat": 49.9285643,\n
        "lon": 3.9876352,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224699,\n
        "lat": 49.9285667,\n
        "lon": 3.9878656,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224700,\n
        "lat": 49.9285673,\n
        "lon": 3.9879968,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224701,\n
        "lat": 49.9285683,\n
        "lon": 3.9885938,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224702,\n
        "lat": 49.9285684,\n
        "lon": 3.9874131,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224703,\n
        "lat": 49.9285686,\n
        "lon": 3.9877095,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224704,\n
        "lat": 49.9285707,\n
        "lon": 3.9876551,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224705,\n
        "lat": 49.9285711,\n
        "lon": 3.9855702,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224706,\n
        "lat": 49.9285713,\n
        "lon": 3.9868123,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224707,\n
        "lat": 49.9285726,\n
        "lon": 3.9869259,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224708,\n
        "lat": 49.9285728,\n
        "lon": 3.9880102,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224709,\n
        "lat": 49.9285754,\n
        "lon": 3.9858335,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224710,\n
        "lat": 49.9285755,\n
        "lon": 3.9879942,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224711,\n
        "lat": 49.9285760,\n
        "lon": 3.9868267,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224712,\n
        "lat": 49.9285770,\n
        "lon": 3.9859112,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224713,\n
        "lat": 49.9285793,\n
        "lon": 3.9877446,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224714,\n
        "lat": 49.9285800,\n
        "lon": 3.9886392,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224715,\n
        "lat": 49.9285807,\n
        "lon": 3.9879027,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224716,\n
        "lat": 49.9285823,\n
        "lon": 3.9880137,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224717,\n
        "lat": 49.9285830,\n
        "lon": 3.9864108,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224718,\n
        "lat": 49.9285845,\n
        "lon": 3.9899648,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224719,\n
        "lat": 49.9285853,\n
        "lon": 3.9858650,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224720,\n
        "lat": 49.9285868,\n
        "lon": 3.9874712,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224721,\n
        "lat": 49.9285884,\n
        "lon": 3.9867988,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224722,\n
        "lat": 49.9285892,\n
        "lon": 3.9880342,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224723,\n
        "lat": 49.9285895,\n
        "lon": 3.9879261,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224724,\n
        "lat": 49.9285919,\n
        "lon": 3.9877803,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224725,\n
        "lat": 49.9285936,\n
        "lon": 3.9868146,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224726,\n
        "lat": 49.9285937,\n
        "lon": 3.9877304,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224727,\n
        "lat": 49.9285951,\n
        "lon": 3.9859689,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224728,\n
        "lat": 49.9285954,\n
        "lon": 3.9858973,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224729,\n
        "lat": 49.9285979,\n
        "lon": 3.9870033,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224730,\n
        "lat": 49.9285996,\n
        "lon": 3.9879724,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224731,\n
        "lat": 49.9286012,\n
        "lon": 3.9877531,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224732,\n
        "lat": 49.9286024,\n
        "lon": 3.9864691,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224733,\n
        "lat": 49.9286038,\n
        "lon": 3.9878180,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224734,\n
        "lat": 49.9286054,\n
        "lon": 3.9877661,\n
        "timestamp": "2016-09-27T10:59:40Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224735,\n
        "lat": 49.9286057,\n
        "lon": 3.9875312,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224736,\n
        "lat": 49.9286061,\n
        "lon": 3.9880887,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224737,\n
        "lat": 49.9286073,\n
        "lon": 3.9879944,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224738,\n
        "lat": 49.9286075,\n
        "lon": 3.9863912,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224739,\n
        "lat": 49.9286093,\n
        "lon": 3.9885715,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224740,\n
        "lat": 49.9286094,\n
        "lon": 3.9864635,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224741,\n
        "lat": 49.9286141,\n
        "lon": 3.9867984,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224742,\n
        "lat": 49.9286145,\n
        "lon": 3.9880153,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224743,\n
        "lat": 49.9286148,\n
        "lon": 3.9881191,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224744,\n
        "lat": 49.9286163,\n
        "lon": 3.9878576,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224745,\n
        "lat": 49.9286169,\n
        "lon": 3.9898215,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224746,\n
        "lat": 49.9286186,\n
        "lon": 3.9864915,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224747,\n
        "lat": 49.9286203,\n
        "lon": 3.9895143,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224748,\n
        "lat": 49.9286206,\n
        "lon": 3.9886148,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224749,\n
        "lat": 49.9286225,\n
        "lon": 3.9881431,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224750,\n
        "lat": 49.9286241,\n
        "lon": 3.9875888,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224751,\n
        "lat": 49.9286246,\n
        "lon": 3.9883302,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224752,\n
        "lat": 49.9286253,\n
        "lon": 3.9869818,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224753,\n
        "lat": 49.9286255,\n
        "lon": 3.9895538,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224754,\n
        "lat": 49.9286265,\n
        "lon": 3.9857238,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224755,\n
        "lat": 49.9286269,\n
        "lon": 3.9864496,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224756,\n
        "lat": 49.9286274,\n
        "lon": 3.9889999,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224757,\n
        "lat": 49.9286287,\n
        "lon": 3.9878974,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224758,\n
        "lat": 49.9286306,\n
        "lon": 3.9863727,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224759,\n
        "lat": 49.9286309,\n
        "lon": 3.9869991,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224760,\n
        "lat": 49.9286312,\n
        "lon": 3.9880686,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224761,\n
        "lat": 49.9286322,\n
        "lon": 3.9878426,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224762,\n
        "lat": 49.9286335,\n
        "lon": 3.9895646,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224763,\n
        "lat": 49.9286351,\n
        "lon": 3.9879177,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224764,\n
        "lat": 49.9286358,\n
        "lon": 3.9890484,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224765,\n
        "lat": 49.9286361,\n
        "lon": 3.9864775,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224766,\n
        "lat": 49.9286365,\n
        "lon": 3.9861442,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224767,\n
        "lat": 49.9286372,\n
        "lon": 3.9878597,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224768,\n
        "lat": 49.9286387,\n
        "lon": 3.9868739,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224769,\n
        "lat": 49.9286399,\n
        "lon": 3.9880996,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224770,\n
        "lat": 49.9286418,\n
        "lon": 3.9882052,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224771,\n
        "lat": 49.9286424,\n
        "lon": 3.9879410,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224772,\n
        "lat": 49.9286439,\n
        "lon": 3.9883886,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224773,\n
        "lat": 49.9286440,\n
        "lon": 3.9878832,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224774,\n
        "lat": 49.9286441,\n
        "lon": 3.9869674,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224775,\n
        "lat": 49.9286447,\n
        "lon": 3.9876538,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224776,\n
        "lat": 49.9286470,\n
        "lon": 3.9881243,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224777,\n
        "lat": 49.9286490,\n
        "lon": 3.9883117,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224778,\n
        "lat": 49.9286496,\n
        "lon": 3.9869844,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224779,\n
        "lat": 49.9286500,\n
        "lon": 3.9864311,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224780,\n
        "lat": 49.9286520,\n
        "lon": 3.9882391,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224781,\n
        "lat": 49.9286542,\n
        "lon": 3.9862006,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224782,\n
        "lat": 49.9286544,\n
        "lon": 3.9858126,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224783,\n
        "lat": 49.9286556,\n
        "lon": 3.9879843,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224784,\n
        "lat": 49.9286576,\n
        "lon": 3.9883439,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224785,\n
        "lat": 49.9286593,\n
        "lon": 3.9879279,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224786,\n
        "lat": 49.9286607,\n
        "lon": 3.9882660,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224787,\n
        "lat": 49.9286611,\n
        "lon": 3.9865529,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224788,\n
        "lat": 49.9286615,\n
        "lon": 3.9877068,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224789,\n
        "lat": 49.9286638,\n
        "lon": 3.9880124,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224790,\n
        "lat": 49.9286641,\n
        "lon": 3.9869517,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224791,\n
        "lat": 49.9286656,\n
        "lon": 3.9884547,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224792,\n
        "lat": 49.9286661,\n
        "lon": 3.9879490,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224793,\n
        "lat": 49.9286667,\n
        "lon": 3.9881846,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224794,\n
        "lat": 49.9286719,\n
        "lon": 3.9880398,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224795,\n
        "lat": 49.9286730,\n
        "lon": 3.9879704,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224796,\n
        "lat": 49.9286778,\n
        "lon": 3.9882194,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224797,\n
        "lat": 49.9286779,\n
        "lon": 3.9894926,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224798,\n
        "lat": 49.9286784,\n
        "lon": 3.9889750,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224799,\n
        "lat": 49.9286786,\n
        "lon": 3.9877608,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224800,\n
        "lat": 49.9286795,\n
        "lon": 3.9883259,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224801,\n
        "lat": 49.9286827,\n
        "lon": 3.9859026,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224802,\n
        "lat": 49.9286842,\n
        "lon": 3.9865344,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224803,\n
        "lat": 49.9286846,\n
        "lon": 3.9895482,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224804,\n
        "lat": 49.9286861,\n
        "lon": 3.9882459,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224805,\n
        "lat": 49.9286883,\n
        "lon": 3.9883549,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224806,\n
        "lat": 49.9286889,\n
        "lon": 3.9890170,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224807,\n
        "lat": 49.9286894,\n
        "lon": 3.9880256,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224808,\n
        "lat": 49.9286897,\n
        "lon": 3.9880914,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224809,\n
        "lat": 49.9286958,\n
        "lon": 3.9878149,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224810,\n
        "lat": 49.9286967,\n
        "lon": 3.9861684,\n
        "timestamp": "2016-09-27T10:59:41Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224811,\n
        "lat": 49.9286983,\n
        "lon": 3.9862463,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224812,\n
        "lat": 49.9286992,\n
        "lon": 3.9880537,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224813,\n
        "lat": 49.9286993,\n
        "lon": 3.9881239,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224814,\n
        "lat": 49.9287070,\n
        "lon": 3.9862013,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224815,\n
        "lat": 49.9287082,\n
        "lon": 3.9880791,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224816,\n
        "lat": 49.9287092,\n
        "lon": 3.9884241,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224817,\n
        "lat": 49.9287096,\n
        "lon": 3.9881588,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224818,\n
        "lat": 49.9287101,\n
        "lon": 3.9878597,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224819,\n
        "lat": 49.9287141,\n
        "lon": 3.9882974,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224820,\n
        "lat": 49.9287164,\n
        "lon": 3.9863039,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224821,\n
        "lat": 49.9287167,\n
        "lon": 3.9862324,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224822,\n
        "lat": 49.9287203,\n
        "lon": 3.9867614,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224823,\n
        "lat": 49.9287231,\n
        "lon": 3.9883284,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224824,\n
        "lat": 49.9287242,\n
        "lon": 3.9879043,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224825,\n
        "lat": 49.9287243,\n
        "lon": 3.9867183,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224826,\n
        "lat": 49.9287267,\n
        "lon": 3.9882104,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224827,\n
        "lat": 49.9287273,\n
        "lon": 3.9881388,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224828,\n
        "lat": 49.9287285,\n
        "lon": 3.9867875,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224829,\n
        "lat": 49.9287345,\n
        "lon": 3.9867505,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224830,\n
        "lat": 49.9287370,\n
        "lon": 3.9881741,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224831,\n
        "lat": 49.9287373,\n
        "lon": 3.9882435,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224832,\n
        "lat": 49.9287399,\n
        "lon": 3.9879538,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224833,\n
        "lat": 49.9287412,\n
        "lon": 3.9857167,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224834,\n
        "lat": 49.9287428,\n
        "lon": 3.9867767,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224835,\n
        "lat": 49.9287429,\n
        "lon": 3.9881958,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224836,\n
        "lat": 49.9287441,\n
        "lon": 3.9868367,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224837,\n
        "lat": 49.9287441,\n
        "lon": 3.9883997,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224838,\n
        "lat": 49.9287453,\n
        "lon": 3.9860619,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224839,\n
        "lat": 49.9287466,\n
        "lon": 3.9882719,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224840,\n
        "lat": 49.9287558,\n
        "lon": 3.9857621,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224841,\n
        "lat": 49.9287572,\n
        "lon": 3.9880086,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224842,\n
        "lat": 49.9287583,\n
        "lon": 3.9868259,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224843,\n
        "lat": 49.9287626,\n
        "lon": 3.9864692,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224844,\n
        "lat": 49.9287640,\n
        "lon": 3.9882543,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224845,\n
        "lat": 49.9287647,\n
        "lon": 3.9883305,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224846,\n
        "lat": 49.9287659,\n
        "lon": 3.9884958,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224847,\n
        "lat": 49.9287716,\n
        "lon": 3.9885241,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224848,\n
        "lat": 49.9287718,\n
        "lon": 3.9831619,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224849,\n
        "lat": 49.9287733,\n
        "lon": 3.9861511,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224850,\n
        "lat": 49.9287744,\n
        "lon": 3.9882896,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224851,\n
        "lat": 49.9287749,\n
        "lon": 3.9885406,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224852,\n
        "lat": 49.9287752,\n
        "lon": 3.9880648,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224853,\n
        "lat": 49.9287781,\n
        "lon": 3.9883760,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224854,\n
        "lat": 49.9287812,\n
        "lon": 3.9865271,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224855,\n
        "lat": 49.9287820,\n
        "lon": 3.9883162,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224856,\n
        "lat": 49.9287849,\n
        "lon": 3.9884845,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224857,\n
        "lat": 49.9287856,\n
        "lon": 3.9866716,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224858,\n
        "lat": 49.9287865,\n
        "lon": 3.9830791,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224859,\n
        "lat": 49.9287906,\n
        "lon": 3.9856774,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224860,\n
        "lat": 49.9287907,\n
        "lon": 3.9885126,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224861,\n
        "lat": 49.9287938,\n
        "lon": 3.9856804,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224862,\n
        "lat": 49.9287942,\n
        "lon": 3.9885289,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224863,\n
        "lat": 49.9287956,\n
        "lon": 3.9881292,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224864,\n
        "lat": 49.9287960,\n
        "lon": 3.9884476,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224865,\n
        "lat": 49.9287985,\n
        "lon": 3.9831704,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224866,\n
        "lat": 49.9287999,\n
        "lon": 3.9865126,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224867,\n
        "lat": 49.9288009,\n
        "lon": 3.9865866,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224868,\n
        "lat": 49.9288011,\n
        "lon": 3.9862398,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224869,\n
        "lat": 49.9288040,\n
        "lon": 3.9867300,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224870,\n
        "lat": 49.9288095,\n
        "lon": 3.9865424,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224871,\n
        "lat": 49.9288097,\n
        "lon": 3.9885010,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224872,\n
        "lat": 49.9288098,\n
        "lon": 3.9857176,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224873,\n
        "lat": 49.9288128,\n
        "lon": 3.9830873,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224874,\n
        "lat": 49.9288130,\n
        "lon": 3.9881843,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224875,\n
        "lat": 49.9288191,\n
        "lon": 3.9865725,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224876,\n
        "lat": 49.9288194,\n
        "lon": 3.9866443,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224877,\n
        "lat": 49.9288196,\n
        "lon": 3.9867792,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224878,\n
        "lat": 49.9288225,\n
        "lon": 3.9885506,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224879,\n
        "lat": 49.9288240,\n
        "lon": 3.9890129,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224880,\n
        "lat": 49.9288325,\n
        "lon": 3.9882455,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224881,\n
        "lat": 49.9288369,\n
        "lon": 3.9860182,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224882,\n
        "lat": 49.9288402,\n
        "lon": 3.9885399,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224883,\n
        "lat": 49.9288468,\n
        "lon": 3.9891111,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224884,\n
        "lat": 49.9288480,\n
        "lon": 3.9864030,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224885,\n
        "lat": 49.9288492,\n
        "lon": 3.9860556,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224886,\n
        "lat": 49.9288550,\n
        "lon": 3.9885990,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224887,\n
        "lat": 49.9288564,\n
        "lon": 3.9883208,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224888,\n
        "lat": 49.9288702,\n
        "lon": 3.9886599,\n
        "timestamp": "2016-09-27T10:59:42Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224989,\n
        "lat": 49.9288750,\n
        "lon": 3.9883987,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224990,\n
        "lat": 49.9288755,\n
        "lon": 3.9859840,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224991,\n
        "lat": 49.9288762,\n
        "lon": 3.9864907,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224992,\n
        "lat": 49.9288838,\n
        "lon": 3.9889783,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224993,\n
        "lat": 49.9288839,\n
        "lon": 3.9887145,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224994,\n
        "lat": 49.9288886,\n
        "lon": 3.9884537,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224995,\n
        "lat": 49.9288898,\n
        "lon": 3.9860229,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224996,\n
        "lat": 49.9288981,\n
        "lon": 3.9887715,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224997,\n
        "lat": 49.9289010,\n
        "lon": 3.9885030,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224998,\n
        "lat": 49.9289044,\n
        "lon": 3.9865784,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420224999,\n
        "lat": 49.9289055,\n
        "lon": 3.9891180,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225000,\n
        "lat": 49.9289066,\n
        "lon": 3.9890767,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225001,\n
        "lat": 49.9289111,\n
        "lon": 3.9888233,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225002,\n
        "lat": 49.9289158,\n
        "lon": 3.9885625,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225003,\n
        "lat": 49.9289248,\n
        "lon": 3.9888782,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225004,\n
        "lat": 49.9289311,\n
        "lon": 3.9886237,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225005,\n
        "lat": 49.9289318,\n
        "lon": 3.9892394,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225006,\n
        "lat": 49.9289447,\n
        "lon": 3.9886784,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225007,\n
        "lat": 49.9289482,\n
        "lon": 3.9892296,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225008,\n
        "lat": 49.9289555,\n
        "lon": 3.9892635,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225009,\n
        "lat": 49.9289591,\n
        "lon": 3.9887357,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225010,\n
        "lat": 49.9289719,\n
        "lon": 3.9887875,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225011,\n
        "lat": 49.9289855,\n
        "lon": 3.9888418,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225012,\n
        "lat": 49.9290321,\n
        "lon": 3.9891834,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225013,\n
        "lat": 49.9290383,\n
        "lon": 3.9892151,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225014,\n
        "lat": 49.9290452,\n
        "lon": 3.9890456,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225015,\n
        "lat": 49.9290551,\n
        "lon": 3.9891678,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225016,\n
        "lat": 49.9290585,\n
        "lon": 3.9891823,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225017,\n
        "lat": 49.9290721,\n
        "lon": 3.9891751,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225018,\n
        "lat": 49.9290742,\n
        "lon": 3.9898962,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225019,\n
        "lat": 49.9290924,\n
        "lon": 3.9899371,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225020,\n
        "lat": 49.9291426,\n
        "lon": 3.9898234,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4420225021,\n
        "lat": 49.9291598,\n
        "lon": 3.9898629,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4767365080,\n
        "lat": 49.9275144,\n
        "lon": 3.9836651,\n
        "timestamp": "2023-08-24T13:29:30Z",\n
        "version": 2,\n
        "changeset": 140323868,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "amenity": "bench",\n
          "backrest": "yes"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11141452085,\n
        "lat": 49.9232996,\n
        "lon": 3.9851804,\n
        "timestamp": "2023-08-24T13:39:28Z",\n
        "version": 1,\n
        "changeset": 140324378,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "amenity": "public_bookcase"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11141452087,\n
        "lat": 49.9231958,\n
        "lon": 3.9853227,\n
        "timestamp": "2023-08-24T13:39:28Z",\n
        "version": 1,\n
        "changeset": 140324378,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "amenity": "school",\n
          "name": "Restaurant scolaire"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11141470324,\n
        "lat": 49.9275310,\n
        "lon": 3.9837593,\n
        "timestamp": "2023-08-24T13:29:30Z",\n
        "version": 1,\n
        "changeset": 140323868,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11141470325,\n
        "lat": 49.9273207,\n
        "lon": 3.9839698,\n
        "timestamp": "2023-08-24T13:29:30Z",\n
        "version": 1,\n
        "changeset": 140323868,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11141470326,\n
        "lat": 49.9275403,\n
        "lon": 3.9840993,\n
        "timestamp": "2023-08-24T13:29:30Z",\n
        "version": 1,\n
        "changeset": 140323868,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11141470337,\n
        "lat": 49.9274300,\n
        "lon": 3.9841460,\n
        "timestamp": "2023-08-24T13:29:30Z",\n
        "version": 1,\n
        "changeset": 140323868,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11141470341,\n
        "lat": 49.9273182,\n
        "lon": 3.9843773,\n
        "timestamp": "2023-08-24T13:29:30Z",\n
        "version": 1,\n
        "changeset": 140323868,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11141470343,\n
        "lat": 49.9275085,\n
        "lon": 3.9837171,\n
        "timestamp": "2023-08-24T13:29:30Z",\n
        "version": 1,\n
        "changeset": 140323868,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "amenity": "waste_basket"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11141470345,\n
        "lat": 49.9273749,\n
        "lon": 3.9840399,\n
        "timestamp": "2023-08-24T13:29:30Z",\n
        "version": 1,\n
        "changeset": 140323868,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "amenity": "waste_basket",\n
          "material": "wood"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11141476920,\n
        "lat": 49.9271001,\n
        "lon": 3.9825570,\n
        "timestamp": "2023-08-24T13:34:23Z",\n
        "version": 1,\n
        "changeset": 140324125,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11141476921,\n
        "lat": 49.9269607,\n
        "lon": 3.9824777,\n
        "timestamp": "2023-08-24T13:34:23Z",\n
        "version": 1,\n
        "changeset": 140324125,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555154,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224206,\n
          4420224203,\n
          4420224143,\n
          4420224146,\n
          4420224153,\n
          4420224154,\n
          4420224163,\n
          4420224162,\n
          4420224181,\n
          4420224183,\n
          4420224206\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555155,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223222,\n
          4420223223,\n
          4420223228,\n
          4420223229,\n
          4420223226,\n
          4420223230,\n
          4420223235,\n
          4420223237,\n
          4420223234,\n
          4420223232,\n
          4420223222\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555156,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224489,\n
          4420220079,\n
          4420224461,\n
          4420224479,\n
          4420220070,\n
          4420220077,\n
          4420224490,\n
          4420220080,\n
          4420224514,\n
          4420224503,\n
          4420224489\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555157,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223253,\n
          4420223251,\n
          4420223248,\n
          4420223249,\n
          4420223245,\n
          4420223244,\n
          4420223240,\n
          4420223241,\n
          4420223243,\n
          4420223254,\n
          4420223253\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555158,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224111,\n
          4420224075,\n
          4420224072,\n
          4420224065,\n
          4420224063,\n
          4420224077,\n
          4420224079,\n
          4420224084,\n
          4420224102,\n
          4420224114,\n
          4420224111\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555159,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420225014,\n
          4420224999,\n
          4420225005,\n
          4420225007,\n
          4420225008,\n
          4420225013,\n
          4420225012,\n
          4420225015,\n
          4420225016,\n
          4420225017,\n
          4420225014\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555160,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223601,\n
          4420223594,\n
          4420223573,\n
          4420223575,\n
          4420223580,\n
          4420223582,\n
          4420223584,\n
          4420223585,\n
          4420223599,\n
          4420223595,\n
          4420223601\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555161,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223652,\n
          4420223650,\n
          4420223653,\n
          4420223639,\n
          4420223644,\n
          4420223647,\n
          4420223651,\n
          4420223659,\n
          4420223654,\n
          4420223658,\n
          4420223652\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555162,\n
        "timestamp": "2016-09-27T10:59:43Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224443,\n
          4420224461,\n
          4420220079,\n
          4420220073,\n
          4420220083,\n
          4420220067,\n
          4420224469,\n
          4420224467,\n
          4420224455,\n
          4420224459,\n
          4420224443\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555163,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224156,\n
          4420224157,\n
          4420224178,\n
          4420224175,\n
          4420224126,\n
          4420224128,\n
          4420224136,\n
          4420224137,\n
          4420224142,\n
          4420224141,\n
          4420224156\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555164,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223811,\n
          4420223773,\n
          4420223751,\n
          4420223742,\n
          4420223745,\n
          4420223749,\n
          4420223763,\n
          4420223775,\n
          4420223779,\n
          4420223798,\n
          4420223811\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555165,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223941,\n
          4420223937,\n
          4420223934,\n
          4420223930,\n
          4420223928,\n
          4420223925,\n
          4420223933,\n
          4420223944,\n
          4420223947,\n
          4420223946,\n
          4420223941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555166,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224228,\n
          4420224229,\n
          4420224236,\n
          4420224237,\n
          4420224241,\n
          4420224259,\n
          4420224265,\n
          4420224263,\n
          4420224255,\n
          4420224254,\n
          4420224228\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555167,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224191,\n
          4420224209,\n
          4420224164,\n
          4420224152,\n
          4420224161,\n
          4420224155,\n
          4420224166,\n
          4420224159,\n
          4420224179,\n
          4420224184,\n
          4420224191\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555168,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223645,\n
          4420223619,\n
          4420223624,\n
          4420223625,\n
          4420223626,\n
          4420223631,\n
          4420223630,\n
          4420223666,\n
          4420223642,\n
          4420223634,\n
          4420223645\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555169,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224215,\n
          4420224238,\n
          4420224235,\n
          4420224182,\n
          4420224186,\n
          4420224194,\n
          4420224195,\n
          4420224201,\n
          4420224200,\n
          4420224213,\n
          4420224215\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555170,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223555,\n
          4420223576,\n
          4420223571,\n
          4420223559,\n
          4420223565,\n
          4420223560,\n
          4420223563,\n
          4420223566,\n
          4420223568,\n
          4420223551,\n
          4420223555\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555171,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223541,\n
          4420223545,\n
          4420223543,\n
          4420223534,\n
          4420223524,\n
          4420223527,\n
          4420223525,\n
          4420223529,\n
          4420223540,\n
          4420223549,\n
          4420223541\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555174,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224030,\n
          4420224011,\n
          4420224032,\n
          4420224018,\n
          4420224003,\n
          4420224000,\n
          4420223996,\n
          4420223999,\n
          4420223997,\n
          4420223998,\n
          4420224030\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555177,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420222775,\n
          4420222779,\n
          4420222781,\n
          4420222778,\n
          4420222780,\n
          4420222782,\n
          4420222784,\n
          4420222785,\n
          4420222774,\n
          4420222771,\n
          4420222777,\n
          4420222775\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555179,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223435,\n
          4420223438,\n
          4420223439,\n
          4420222986,\n
          4420222987,\n
          4420223492,\n
          4420223490,\n
          4420223489,\n
          4420222988,\n
          4420223442,\n
          4420223441,\n
          4420223435\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555182,\n
        "timestamp": "2016-09-27T10:59:44Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224026,\n
          4420224034,\n
          4420224031,\n
          4420224024,\n
          4420224021,\n
          4420224029,\n
          4420224028,\n
          4420224046,\n
          4420224055,\n
          4420224060,\n
          4420224035,\n
          4420224026\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555185,\n
        "timestamp": "2025-05-08T17:22:54Z",\n
        "version": 3,\n
        "changeset": 165995054,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4420223281,\n
          4420223289,\n
          4420223265,\n
          4420223269,\n
          4420223279,\n
          4420223296,\n
          4420223293,\n
          4420223302,\n
          4420223300,\n
          4420223317,\n
          4420223311,\n
          4420223281\n
        ],\n
        "tags": {\n
          "addr:housenumber": "39",\n
          "addr:street": "Rue André Devin",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairie.effry@orange.fr",\n
          "contact:phone": "+33 3 23 97 47 90",\n
          "name": "Mairie d'Effry",\n
          "opening_hours": "Mo-Tu 13:30-17:30; Th 13:30-17:30; Sa 10:00-11:00",\n
          "ref:FR:SIRET": "21020259400011",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016;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": 444555188,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223421,\n
          4420223422,\n
          4420223423,\n
          4420223431,\n
          4420223434,\n
          4420223443,\n
          4420223437,\n
          4420223445,\n
          4420223440,\n
          4420223433,\n
          4420223432,\n
          4420223421\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555191,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223899,\n
          4420223908,\n
          4420223912,\n
          4420223904,\n
          4420223900,\n
          4420223897,\n
          4420223893,\n
          4420223889,\n
          4420223894,\n
          4420223891,\n
          4420223896,\n
          4420223899\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555193,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223217,\n
          4420223227,\n
          4420223224,\n
          4420223238,\n
          4420223231,\n
          4420223218,\n
          4420223220,\n
          4420223212,\n
          4420223213,\n
          4420223209,\n
          4420223210,\n
          4420223214,\n
          4420223217\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555196,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223615,\n
          4420223614,\n
          4420223610,\n
          4420223608,\n
          4420223603,\n
          4420223600,\n
          4420223598,\n
          4420223597,\n
          4420223593,\n
          4420223596,\n
          4420223586,\n
          4420223588,\n
          4420223615\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555199,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223564,\n
          4420223531,\n
          4420223537,\n
          4420223530,\n
          4420223536,\n
          4420223554,\n
          4420223557,\n
          4420223553,\n
          4420223556,\n
          4420223558,\n
          4420223561,\n
          4420223572,\n
          4420223564\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555202,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223616,\n
          4420223617,\n
          4420223618,\n
          4420223613,\n
          4420223602,\n
          4420223606,\n
          4420223605,\n
          4420223607,\n
          4420223609,\n
          4420223612,\n
          4420223604,\n
          4420223611,\n
          4420223616\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555205,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223711,\n
          4420223712,\n
          4420223720,\n
          4420223717,\n
          4420223704,\n
          4420223688,\n
          4420223684,\n
          4420223689,\n
          4420223691,\n
          4420223695,\n
          4420223693,\n
          4420223701,\n
          4420223711\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555207,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223121,\n
          4420223120,\n
          4420223130,\n
          4420223128,\n
          4420223122,\n
          4420223119,\n
          4420223113,\n
          4420223114,\n
          4420223112,\n
          4420223110,\n
          4420223111,\n
          4420223117,\n
          4420223118,\n
          4420223121\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555210,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223084,\n
          4420223080,\n
          4420223079,\n
          4420223060,\n
          4420223063,\n
          4420223073,\n
          4420223075,\n
          4420223076,\n
          4420223072,\n
          4420223074,\n
          4420223077,\n
          4420223078,\n
          4420223087,\n
          4420223084\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555213,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223901,\n
          4420223892,\n
          4420223903,\n
          4420223898,\n
          4420223902,\n
          4420223909,\n
          4420223916,\n
          4420223921,\n
          4420223915,\n
          4420223918,\n
          4420223913,\n
          4420223911,\n
          4420223910,\n
          4420223914,\n
          4420223901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555216,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224123,\n
          4420224122,\n
          4420224140,\n
          4420224106,\n
          4420224093,\n
          4420224097,\n
          4420224092,\n
          4420224096,\n
          4420224100,\n
          4420224104,\n
          4420224101,\n
          4420224107,\n
          4420224105,\n
          4420224115,\n
          4420224123\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555219,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223411,\n
          4420223394,\n
          4420223397,\n
          4420223401,\n
          4420223404,\n
          4420223419,\n
          4420223416,\n
          4420223420,\n
          4420223414,\n
          4420223417,\n
          4420223415,\n
          4420223418,\n
          4420223413,\n
          4420223409,\n
          4420223411\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555222,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420222781,\n
          4420222779,\n
          4420222989,\n
          4420222783,\n
          4420222788,\n
          4420222990,\n
          4420222991,\n
          4420222994,\n
          4420222995,\n
          4420222997,\n
          4420222786,\n
          4420222784,\n
          4420222782,\n
          4420222780,\n
          4420222778,\n
          4420222781\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555225,\n
        "timestamp": "2016-09-27T10:59:45Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223760,\n
          4420223791,\n
          4420223797,\n
          4420223813,\n
          4420223795,\n
          4420223807,\n
          4420223793,\n
          4420223792,\n
          4420223780,\n
          4420223777,\n
          4420223781,\n
          4420223778,\n
          4420223788,\n
          4420223771,\n
          4420223785,\n
          4420223760\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555228,\n
        "timestamp": "2016-09-27T10:59:46Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223257,\n
          4420223309,\n
          4420223320,\n
          4420223319,\n
          4420223324,\n
          4420223321,\n
          4420223316,\n
          4420223307,\n
          4420223292,\n
          4420223291,\n
          4420223247,\n
          4420223250,\n
          4420223256,\n
          4420223282,\n
          4420223284,\n
          4420223255,\n
          4420223257\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555231,\n
        "timestamp": "2016-09-27T10:59:46Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224253,\n
          4420224232,\n
          4420224242,\n
          4420224279,\n
          4420224269,\n
          4420224275,\n
          4420224260,\n
          4420224272,\n
          4420224313,\n
          4420224257,\n
          4420224289,\n
          4420224367,\n
          4420224408,\n
          4420224300,\n
          4420224285,\n
          4420224282,\n
          4420224243,\n
          4420224253\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555234,\n
        "timestamp": "2016-09-27T10:59:46Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223852,\n
          4420223854,\n
          4420223871,\n
          4420223866,\n
          4420223869,\n
          4420223863,\n
          4420223861,\n
          4420223855,\n
          4420223860,\n
          4420223853,\n
          4420223848,\n
          4420223845,\n
          4420223838,\n
          4420223844,\n
          4420223843,\n
          4420223849,\n
          4420223847,\n
          4420223851,\n
          4420223852\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555237,\n
        "timestamp": "2016-09-27T10:59:46Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223762,\n
          4420223754,\n
          4420223772,\n
          4420223814,\n
          4420223803,\n
          4420223799,\n
          4420223790,\n
          4420223783,\n
          4420223786,\n
          4420223782,\n
          4420223768,\n
          4420223767,\n
          4420223759,\n
          4420223761,\n
          4420223756,\n
          4420223757,\n
          4420223747,\n
          4420223753,\n
          4420223755,\n
          4420223762\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555240,\n
        "timestamp": "2016-09-27T10:59:46Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223372,\n
          4420223357,\n
          4420223361,\n
          4420223364,\n
          4420223365,\n
          4420223362,\n
          4420223359,\n
          4420223355,\n
          4420223352,\n
          4420223334,\n
          4420223338,\n
          4420223339,\n
          4420223337,\n
          4420223336,\n
          4420223333,\n
          4420223330,\n
          4420223329,\n
          4420223314,\n
          4420223347,\n
          4420223372\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555243,\n
        "timestamp": "2016-09-27T10:59:46Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223377,\n
          4420223370,\n
          4420223368,\n
          4420223367,\n
          4420223356,\n
          4420223353,\n
          4420223366,\n
          4420223363,\n
          4420223351,\n
          4420223348,\n
          4420223346,\n
          4420223345,\n
          4420223343,\n
          4420223344,\n
          4420223323,\n
          4420223318,\n
          4420223303,\n
          4420223315,\n
          4420223325,\n
          4420223322,\n
          4420223327,\n
          4420223326,\n
          4420223331,\n
          4420223335,\n
          4420223379,\n
          4420223377\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555247,\n
        "timestamp": "2016-09-27T10:59:46Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223987,\n
          4420223986,\n
          4420223988,\n
          4420223981,\n
          4420223979,\n
          4420223975,\n
          4420223976,\n
          4420223968,\n
          4420223967,\n
          4420223954,\n
          4420223950,\n
          4420223969,\n
          4420223964,\n
          4420223951,\n
          4420223949,\n
          4420223971,\n
          4420223966,\n
          4420223965,\n
          4420223961,\n
          4420223953,\n
          4420223948,\n
          4420223957,\n
          4420223974,\n
          4420223973,\n
          4420223972,\n
          4420223978,\n
          4420223970,\n
          4420223977,\n
          4420223985,\n
          4420223987\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555250,\n
        "timestamp": "2020-08-30T18:30:45Z",\n
        "version": 2,\n
        "changeset": 90150783,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4420224440,\n
          4420224448,\n
          4420224441,\n
          4420224410,\n
          4420224428,\n
          4420224440\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555251,\n
        "timestamp": "2020-08-30T18:29:58Z",\n
        "version": 2,\n
        "changeset": 90150783,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4420223808,\n
          4420223819,\n
          4420223820,\n
          4420223810,\n
          4420223808\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555252,\n
        "timestamp": "2016-09-27T10:59:46Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420222991,\n
          4420222990,\n
          4420222992,\n
          4420222993,\n
          4420222991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555253,\n
        "timestamp": "2016-09-27T10:59:46Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224102,\n
          4420224084,\n
          4420224086,\n
          4420224103,\n
          4420224102\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555254,\n
        "timestamp": "2016-09-27T10:59:46Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223674,\n
          4420223668,\n
          4420223672,\n
          4420223675,\n
          4420223674\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555255,\n
        "timestamp": "2016-09-27T10:59:46Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224502,\n
          4420224508,\n
          4420224524,\n
          4420224518,\n
          4420224502\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555256,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224837,\n
          4420224823,\n
          4420224805,\n
          4420224816,\n
          4420224837\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555257,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223138,\n
          4420223137,\n
          4420223140,\n
          4420223141,\n
          4420223138\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555258,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224323,\n
          4420224319,\n
          4420224310,\n
          4420224315,\n
          4420224323\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555259,\n
        "timestamp": "2023-08-24T13:29:30Z",\n
        "version": 2,\n
        "changeset": 140323868,\n
        "user": "ERIC JAOUEN",\n
        "uid": 10917218,\n
        "nodes": [\n
          4420224098,\n
          4420224089,\n
          4420224088,\n
          4420224094,\n
          4420224098\n
        ],\n
        "tags": {\n
          "amenity": "shelter",\n
          "bench": "yes",\n
          "building": "yes",\n
          "shelter_type": "public_transport",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555260,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223797,\n
          4420223791,\n
          4420223796,\n
          4420223806,\n
          4420223797\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555261,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224014,\n
          4420224033,\n
          4420224037,\n
          4420224019,\n
          4420224014\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555262,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223750,\n
          4420223789,\n
          4420223802,\n
          4420223769,\n
          4420223750\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555263,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223842,\n
          4420223836,\n
          4420223830,\n
          4420223832,\n
          4420223842\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555264,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224292,\n
          4420224296,\n
          4420224302,\n
          4420224299,\n
          4420224292\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555265,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223765,\n
          4420223787,\n
          4420223784,\n
          4420223764,\n
          4420223765\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555266,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223260,\n
          4420223259,\n
          4420223239,\n
          4420223242,\n
          4420223260\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555267,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224836,\n
          4420224842,\n
          4420224834,\n
          4420224828,\n
          4420224836\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555268,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224286,\n
          4420224271,\n
          4420224277,\n
          4420224294,\n
          4420224286\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555269,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420222998,\n
          4420222997,\n
          4420222995,\n
          4420222996,\n
          4420222998\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555270,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224063,\n
          4420224062,\n
          4420224079,\n
          4420224077,\n
          4420224063\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555271,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224990,\n
          4420224881,\n
          4420224885,\n
          4420224995,\n
          4420224990\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555272,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224533,\n
          4420224546,\n
          4420224548,\n
          4420224539,\n
          4420224533\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555273,\n
        "timestamp": "2016-09-27T10:59:47Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223692,\n
          4420223698,\n
          4420223708,\n
          4420223700,\n
          4420223692\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555274,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224846,\n
          4420224847,\n
          4420224860,\n
          4420224856,\n
          4420224846\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555275,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224347,\n
          4420224352,\n
          4420224364,\n
          4420224360,\n
          4420224347\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555276,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224042,\n
          4420224046,\n
          4420224028,\n
          4420224027,\n
          4420224042\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555277,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224281,\n
          4420224276,\n
          4420224264,\n
          4420224270,\n
          4420224281\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555278,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223148,\n
          4420223149,\n
          4420223146,\n
          4420223145,\n
          4420223148\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555279,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224886,\n
          4420224888,\n
          4420225004,\n
          4420225002,\n
          4420224886\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555280,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224888,\n
          4420224993,\n
          4420225006,\n
          4420225004,\n
          4420224888\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555281,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224338,\n
          4420224303,\n
          4420224305,\n
          4420224342,\n
          4420224338\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555282,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224413,\n
          4420224380,\n
          4420224390,\n
          4420224423,\n
          4420224413\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555283,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224304,\n
          4420224310,\n
          4420224319,\n
          4420224317,\n
          4420224304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555284,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224723,\n
          4420224715,\n
          4420224588,\n
          4420224694,\n
          4420224723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555285,\n
        "timestamp": "2023-08-29T07:36:24Z",\n
        "version": 5,\n
        "changeset": 140526595,\n
        "user": "Roue-doudou",\n
        "uid": 10224323,\n
        "nodes": [\n
          4420223046,\n
          4420223047,\n
          4420223049,\n
          4420223048,\n
          4420223046\n
        ],\n
        "tags": {\n
          "building": "service",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "substation",\n
          "service": "utility",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "source:power": "Enedis",\n
          "substation": "minor_distribution",\n
          "voltage": "20000"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555286,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224295,\n
          4420224290,\n
          4420224284,\n
          4420224287,\n
          4420224295\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555287,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223173,\n
          4420223172,\n
          4420223166,\n
          4420223167,\n
          4420223173\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555288,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223201,\n
          4420223192,\n
          4420223193,\n
          4420223202,\n
          4420223201\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555289,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223957,\n
          4420223956,\n
          4420223973,\n
          4420223974,\n
          4420223957\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555290,\n
        "timestamp": "2016-09-27T10:59:48Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224531,\n
          4420224541,\n
          4420224561,\n
          4420224551,\n
          4420224531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555291,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223123,\n
          4420223115,\n
          4420223116,\n
          4420223125,\n
          4420223123\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555292,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224395,\n
          4420224388,\n
          4420224369,\n
          4420224377,\n
          4420224395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555293,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223410,\n
          4420223387,\n
          4420223376,\n
          4420223407,\n
          4420223410\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555294,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223883,\n
          4420223885,\n
          4420223890,\n
          4420223886,\n
          4420223883\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555295,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224873,\n
          4420224858,\n
          4420224848,\n
          4420224865,\n
          4420224873\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555296,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223376,\n
          4420223387,\n
          4420223384,\n
          4420223375,\n
          4420223376\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555297,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223922,\n
          4420223907,\n
          4420223905,\n
          4420223919,\n
          4420223922\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555298,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224710,\n
          4420224716,\n
          4420224737,\n
          4420224730,\n
          4420224710\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555299,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223053,\n
          4420223050,\n
          4420223051,\n
          4420223054,\n
          4420223053\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555300,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223200,\n
          4420223194,\n
          4420223191,\n
          4420223197,\n
          4420223200\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555301,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420220086,\n
          4420220068,\n
          4420224494,\n
          4420224505,\n
          4420220086\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555302,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224445,\n
          4420224407,\n
          4420224375,\n
          4420224411,\n
          4420224445\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555303,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223727,\n
          4420223729,\n
          4420223743,\n
          4420223738,\n
          4420223727\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555304,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223637,\n
          4420223639,\n
          4420223653,\n
          4420223650,\n
          4420223637\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555305,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224699,\n
          4420224578,\n
          4420224588,\n
          4420224715,\n
          4420224699\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555306,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223182,\n
          4420223181,\n
          4420223177,\n
          4420223178,\n
          4420223182\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555307,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224427,\n
          4420224414,\n
          4420224398,\n
          4420224404,\n
          4420224427\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555308,\n
        "timestamp": "2016-09-27T10:59:49Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224256,\n
          4420224258,\n
          4420224293,\n
          4420224291,\n
          4420224256\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555309,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224421,\n
          4420224434,\n
          4420224482,\n
          4420224471,\n
          4420224421\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555310,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223184,\n
          4420223171,\n
          4420223174,\n
          4420223188,\n
          4420223184\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555311,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223942,\n
          4420223938,\n
          4420223936,\n
          4420223940,\n
          4420223942\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555312,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224343,\n
          4420224330,\n
          4420224311,\n
          4420224321,\n
          4420224343\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555313,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224261,\n
          4420224259,\n
          4420224241,\n
          4420224245,\n
          4420224261\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555314,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223019,\n
          4420223020,\n
          4420223016,\n
          4420223015,\n
          4420223019\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555315,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224736,\n
          4420224743,\n
          4420224769,\n
          4420224760,\n
          4420224736\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555316,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223879,\n
          4420223857,\n
          4420223846,\n
          4420223874,\n
          4420223879\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555317,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223056,\n
          4420223055,\n
          4420223057,\n
          4420223061,\n
          4420223056\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555318,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223640,\n
          4420223641,\n
          4420223633,\n
          4420223632,\n
          4420223640\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555319,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224504,\n
          4420224494,\n
          4420220072,\n
          4420220088,\n
          4420224504\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555320,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224720,\n
          4420224702,\n
          4420224530,\n
          4420224544,\n
          4420224720\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555321,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223934,\n
          4420223937,\n
          4420223935,\n
          4420223930,\n
          4420223934\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555322,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223132,\n
          4420223127,\n
          4420223129,\n
          4420223133,\n
          4420223132\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555323,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223023,\n
          4420223025,\n
          4420223024,\n
          4420223022,\n
          4420223023\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555324,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224564,\n
          4420224520,\n
          4420224527,\n
          4420224572,\n
          4420224564\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555325,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223270,\n
          4420223264,\n
          4420223246,\n
          4420223252,\n
          4420223270\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555326,\n
        "timestamp": "2016-09-27T10:59:50Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223895,\n
          4420223884,\n
          4420223881,\n
          4420223887,\n
          4420223895\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555327,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224242,\n
          4420224232,\n
          4420224219,\n
          4420224230,\n
          4420224242\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555328,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223063,\n
          4420223064,\n
          4420223075,\n
          4420223073,\n
          4420223063\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555329,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224793,\n
          4420224770,\n
          4420224780,\n
          4420224796,\n
          4420224793\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555330,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224772,\n
          4420224791,\n
          4420224816,\n
          4420224805,\n
          4420224772\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555331,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224322,\n
          4420224327,\n
          4420224340,\n
          4420224333,\n
          4420224322\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555332,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224071,\n
          4420224073,\n
          4420224056,\n
          4420224048,\n
          4420224071\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555333,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420222753,\n
          4420222754,\n
          4420222752,\n
          4420222751,\n
          4420222753\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555334,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223737,\n
          4420223772,\n
          4420223754,\n
          4420223731,\n
          4420223737\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555335,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223983,\n
          4420223980,\n
          4420223982,\n
          4420223984,\n
          4420223983\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555336,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224306,\n
          4420224273,\n
          4420224274,\n
          4420224308,\n
          4420224306\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555337,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223856,\n
          4420223850,\n
          4420223865,\n
          4420223876,\n
          4420223856\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555338,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420222756,\n
          4420222754,\n
          4420222753,\n
          4420222755,\n
          4420222756\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555339,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224066,\n
          4420224080,\n
          4420224081,\n
          4420224070,\n
          4420224066\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555340,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223493,\n
          4420223491,\n
          4420223444,\n
          4420223446,\n
          4420223493\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555341,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223424,\n
          4420223425,\n
          4420223428,\n
          4420223426,\n
          4420223424\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555342,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224746,\n
          4420224765,\n
          4420224755,\n
          4420224740,\n
          4420224746\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555343,\n
        "timestamp": "2016-09-27T10:59:51Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224507,\n
          4420224499,\n
          4420220075,\n
          4420220085,\n
          4420224507\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555344,\n
        "timestamp": "2016-09-27T10:59:52Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224862,\n
          4420224860,\n
          4420224847,\n
          4420224851,\n
          4420224862\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555345,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224362,\n
          4420224369,\n
          4420224388,\n
          4420224381,\n
          4420224362\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555346,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224580,\n
          4420224559,\n
          4420224576,\n
          4420224697,\n
          4420224580\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555347,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223670,\n
          4420223671,\n
          4420223681,\n
          4420223680,\n
          4420223670\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555348,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223313,\n
          4420223309,\n
          4420223257,\n
          4420223258,\n
          4420223313\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555349,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420222766,\n
          4420222764,\n
          4420222763,\n
          4420222765,\n
          4420222766\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555350,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420220064,\n
          4420220075,\n
          4420224499,\n
          4420224492,\n
          4420220064\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555351,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223153,\n
          4420223154,\n
          4420223155,\n
          4420223152,\n
          4420223153\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555352,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224877,\n
          4420224869,\n
          4420224834,\n
          4420224842,\n
          4420224877\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555353,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223288,\n
          4420223278,\n
          4420223290,\n
          4420223305,\n
          4420223288\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555354,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223041,\n
          4420223040,\n
          4420223032,\n
          4420223033,\n
          4420223041\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555355,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224246,\n
          4420224220,\n
          4420224212,\n
          4420224239,\n
          4420224246\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555356,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224547,\n
          4420224568,\n
          4420224557,\n
          4420224536,\n
          4420224547\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555357,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224192,\n
          4420224151,\n
          4420224145,\n
          4420224187,\n
          4420224192\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555358,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224574,\n
          4420224539,\n
          4420224548,\n
          4420224582,\n
          4420224574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555359,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223686,\n
          4420223677,\n
          4420223661,\n
          4420223669,\n
          4420223686\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555360,\n
        "timestamp": "2016-09-27T10:59:53Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420225001,\n
          4420225003,\n
          4420225011,\n
          4420225010,\n
          4420225001\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555361,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224391,\n
          4420224398,\n
          4420224414,\n
          4420224406,\n
          4420224391\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555362,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224576,\n
          4420224559,\n
          4420224545,\n
          4420224556,\n
          4420224576\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555363,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223994,\n
          4420223992,\n
          4420223990,\n
          4420223993,\n
          4420223994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555364,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224382,\n
          4420224356,\n
          4420224361,\n
          4420224392,\n
          4420224382\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555365,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224993,\n
          4420224996,\n
          4420225009,\n
          4420225006,\n
          4420224993\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555366,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224828,\n
          4420224834,\n
          4420224829,\n
          4420224822,\n
          4420224828\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555367,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224214,\n
          4420224160,\n
          4420224165,\n
          4420224217,\n
          4420224214\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555368,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224882,\n
          4420224886,\n
          4420225002,\n
          4420224997,\n
          4420224882\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555369,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224994,\n
          4420224989,\n
          4420224864,\n
          4420224871,\n
          4420224994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555370,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420222785,\n
          4420222784,\n
          4420222786,\n
          4420222787,\n
          4420222785\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555371,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223378,\n
          4420223373,\n
          4420223341,\n
          4420223349,\n
          4420223378\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555372,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224307,\n
          4420224302,\n
          4420224296,\n
          4420224298,\n
          4420224307\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555373,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224742,\n
          4420224737,\n
          4420224716,\n
          4420224722,\n
          4420224742\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555374,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224288,\n
          4420224283,\n
          4420224284,\n
          4420224290,\n
          4420224288\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555375,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224756,\n
          4420224764,\n
          4420224806,\n
          4420224798,\n
          4420224756\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555376,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420225021,\n
          4420225020,\n
          4420225018,\n
          4420225019,\n
          4420225021\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555377,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223725,\n
          4420223716,\n
          4420223690,\n
          4420223703,\n
          4420223725\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555378,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223185,\n
          4420223183,\n
          4420223179,\n
          4420223180,\n
          4420223185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555379,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224135,\n
          4420224116,\n
          4420224117,\n
          4420224139,\n
          4420224135\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555380,\n
        "timestamp": "2016-09-27T10:59:54Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224466,\n
          4420224474,\n
          4420220087,\n
          4420220074,\n
          4420224466\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555382,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224996,\n
          4420225001,\n
          4420225010,\n
          4420225009,\n
          4420224996\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555384,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223929,\n
          4420223920,\n
          4420223932,\n
          4420223939,\n
          4420223929\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555386,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223340,\n
          4420223263,\n
          4420223280,\n
          4420223354,\n
          4420223340\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555388,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223094,\n
          4420223092,\n
          4420223089,\n
          4420223093,\n
          4420223094\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555390,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224743,\n
          4420224749,\n
          4420224776,\n
          4420224769,\n
          4420224743\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555392,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224247,\n
          4420224199,\n
          4420224190,\n
          4420224234,\n
          4420224247\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555393,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223735,\n
          4420223724,\n
          4420223728,\n
          4420223744,\n
          4420223735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555394,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223827,\n
          4420223822,\n
          4420223804,\n
          4420223817,\n
          4420223827\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555396,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223418,\n
          4420223430,\n
          4420223427,\n
          4420223413,\n
          4420223418\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555397,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224745,\n
          4420224696,\n
          4420224567,\n
          4420224718,\n
          4420224745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555398,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420222769,\n
          4420222768,\n
          4420222772,\n
          4420222773,\n
          4420222769\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555399,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224372,\n
          4420224399,\n
          4420224393,\n
          4420224363,\n
          4420224372\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555400,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223748,\n
          4420223740,\n
          4420223736,\n
          4420223746,\n
          4420223748\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555401,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224692,\n
          4420224581,\n
          4420224561,\n
          4420224569,\n
          4420224692\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555402,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223215,\n
          4420223203,\n
          4420223204,\n
          4420223216,\n
          4420223215\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555403,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224758,\n
          4420224738,\n
          4420224755,\n
          4420224779,\n
          4420224758\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555404,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223404,\n
          4420223401,\n
          4420223403,\n
          4420223406,\n
          4420223404\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555405,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224701,\n
          4420224714,\n
          4420224748,\n
          4420224739,\n
          4420224701\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555406,\n
        "timestamp": "2016-09-27T10:59:55Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224879,\n
          4420224883,\n
          4420225000,\n
          4420224992,\n
          4420224879\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555407,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223888,\n
          4420223880,\n
          4420223878,\n
          4420223882,\n
          4420223888\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555408,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224230,\n
          4420224219,\n
          4420224188,\n
          4420224199,\n
          4420224230\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555410,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224804,\n
          4420224796,\n
          4420224780,\n
          4420224786,\n
          4420224804\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555411,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224819,\n
          4420224800,\n
          4420224805,\n
          4420224823,\n
          4420224819\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555412,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223579,\n
          4420223590,\n
          4420223587,\n
          4420223578,\n
          4420223579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555413,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224069,\n
          4420224071,\n
          4420224048,\n
          4420224041,\n
          4420224069\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555414,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223829,\n
          4420223828,\n
          4420223823,\n
          4420223824,\n
          4420223829\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555415,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224090,\n
          4420224091,\n
          4420224121,\n
          4420224118,\n
          4420224090\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555416,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223205,\n
          4420223206,\n
          4420223221,\n
          4420223219,\n
          4420223205\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555417,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224249,\n
          4420224207,\n
          4420224208,\n
          4420224252,\n
          4420224249\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555418,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223108,\n
          4420223105,\n
          4420223106,\n
          4420223109,\n
          4420223108\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555421,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224057,\n
          4420224036,\n
          4420224007,\n
          4420224001,\n
          4420224054,\n
          4420224057\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555422,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223833,\n
          4420223834,\n
          4420223831,\n
          4420223815,\n
          4420223821,\n
          4420223833\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555423,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223131,\n
          4420223129,\n
          4420223127,\n
          4420223124,\n
          4420223126,\n
          4420223131\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555424,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223153,\n
          4420223152,\n
          4420223144,\n
          4420223146,\n
          4420223149,\n
          4420223153\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555425,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224797,\n
          4420224747,\n
          4420224753,\n
          4420224762,\n
          4420224803,\n
          4420224797\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555426,\n
        "timestamp": "2016-09-27T10:59:56Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224231,\n
          4420224233,\n
          4420224268,\n
          4420224267,\n
          4420224266,\n
          4420224231\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555427,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224061,\n
          4420224012,\n
          4420224008,\n
          4420224020,\n
          4420224059,\n
          4420224061\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555428,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223704,\n
          4420223717,\n
          4420223709,\n
          4420223702,\n
          4420223688,\n
          4420223704\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555429,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224871,\n
          4420224878,\n
          4420224882,\n
          4420224997,\n
          4420224994,\n
          4420224871\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555430,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224180,\n
          4420224173,\n
          4420224210,\n
          4420224218,\n
          4420224227,\n
          4420224180\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555431,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223794,\n
          4420223786,\n
          4420223783,\n
          4420223790,\n
          4420223799,\n
          4420223794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555432,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223715,\n
          4420223713,\n
          4420223707,\n
          4420223696,\n
          4420223710,\n
          4420223715\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555433,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224448,\n
          4420224440,\n
          4420224450,\n
          4420220062,\n
          4420224478,\n
          4420224448\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555434,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224222,\n
          4420224158,\n
          4420224124,\n
          4420224198,\n
          4420224226,\n
          4420224222\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555435,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224802,\n
          4420224779,\n
          4420224755,\n
          4420224765,\n
          4420224787,\n
          4420224802\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555436,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224204,\n
          4420224202,\n
          4420224237,\n
          4420224236,\n
          4420224229,\n
          4420224204\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555437,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223837,\n
          4420223834,\n
          4420223835,\n
          4420223841,\n
          4420223839,\n
          4420223837\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555438,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224584,\n
          4420224568,\n
          4420224547,\n
          4420224559,\n
          4420224580,\n
          4420224584\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555439,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223589,\n
          4420223593,\n
          4420223592,\n
          4420223581,\n
          4420223583,\n
          4420223589\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555440,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224717,\n
          4420224732,\n
          4420224740,\n
          4420224755,\n
          4420224738,\n
          4420224717\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555441,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224340,\n
          4420224327,\n
          4420224332,\n
          4420224357,\n
          4420224355,\n
          4420224340\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555442,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223995,\n
          4420223991,\n
          4420223989,\n
          4420223992,\n
          4420223994,\n
          4420223995\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555443,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223931,\n
          4420223933,\n
          4420223925,\n
          4420223924,\n
          4420223927,\n
          4420223931\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555444,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223722,\n
          4420223732,\n
          4420223752,\n
          4420223739,\n
          4420223714,\n
          4420223722\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555445,\n
        "timestamp": "2016-09-27T10:59:57Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223494,\n
          4420223491,\n
          4420223493,\n
          4420223495,\n
          4420223502,\n
          4420223494\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555446,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223836,\n
          4420223833,\n
          4420223821,\n
          4420223826,\n
          4420223830,\n
          4420223836\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555447,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223433,\n
          4420223440,\n
          4420223439,\n
          4420223438,\n
          4420223432,\n
          4420223433\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555448,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224573,\n
          4420224549,\n
          4420224551,\n
          4420224561,\n
          4420224581,\n
          4420224573\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555449,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224829,\n
          4420224834,\n
          4420224869,\n
          4420224857,\n
          4420224825,\n
          4420224829\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555450,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223045,\n
          4420223050,\n
          4420223053,\n
          4420223052,\n
          4420223043,\n
          4420223045\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555451,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223768,\n
          4420223782,\n
          4420223776,\n
          4420223766,\n
          4420223767,\n
          4420223768\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555452,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223706,\n
          4420223721,\n
          4420223723,\n
          4420223718,\n
          4420223697,\n
          4420223706\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555453,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224859,\n
          4420224833,\n
          4420224840,\n
          4420224872,\n
          4420224861,\n
          4420224859\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555454,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224510,\n
          4420224483,\n
          4420224477,\n
          4420220078,\n
          4420224540,\n
          4420224510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555455,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223532,\n
          4420223534,\n
          4420223543,\n
          4420223547,\n
          4420223544,\n
          4420223532\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555456,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223150,\n
          4420223143,\n
          4420223144,\n
          4420223152,\n
          4420223151,\n
          4420223150\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555457,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223628,\n
          4420223627,\n
          4420223633,\n
          4420223641,\n
          4420223646,\n
          4420223628\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555458,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224782,\n
          4420224719,\n
          4420224728,\n
          4420224712,\n
          4420224727,\n
          4420224801,\n
          4420224782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555459,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223031,\n
          4420223030,\n
          4420223026,\n
          4420223027,\n
          4420223029,\n
          4420223028,\n
          4420223031\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555460,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224509,\n
          4420224505,\n
          4420224494,\n
          4420224504,\n
          4420224516,\n
          4420224532,\n
          4420224509\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555461,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224521,\n
          4420224528,\n
          4420224577,\n
          4420224553,\n
          4420224497,\n
          4420224506,\n
          4420224521\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555462,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224735,\n
          4420224720,\n
          4420224544,\n
          4420224524,\n
          4420224537,\n
          4420224570,\n
          4420224735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555463,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224125,\n
          4420224112,\n
          4420224109,\n
          4420224085,\n
          4420224087,\n
          4420224129,\n
          4420224125\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555464,\n
        "timestamp": "2016-09-27T10:59:58Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420222760,\n
          4420222762,\n
          4420222759,\n
          4420222761,\n
          4420222758,\n
          4420222757,\n
          4420222760\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555465,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224397,\n
          4420224402,\n
          4420224444,\n
          4420224433,\n
          4420224376,\n
          4420224386,\n
          4420224397\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555466,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223268,\n
          4420223271,\n
          4420223299,\n
          4420223297,\n
          4420223287,\n
          4420223286,\n
          4420223268\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555467,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223088,\n
          4420223085,\n
          4420223081,\n
          4420223082,\n
          4420223067,\n
          4420223070,\n
          4420223088\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555468,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224785,\n
          4420224792,\n
          4420224824,\n
          4420224818,\n
          4420224763,\n
          4420224771,\n
          4420224785\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555469,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224309,\n
          4420224316,\n
          4420224350,\n
          4420224341,\n
          4420224314,\n
          4420224318,\n
          4420224309\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555470,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223101,\n
          4420223095,\n
          4420223096,\n
          4420223090,\n
          4420223091,\n
          4420223102,\n
          4420223101\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555471,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224559,\n
          4420224547,\n
          4420224536,\n
          4420224517,\n
          4420224542,\n
          4420224545,\n
          4420224559\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555472,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224826,\n
          4420224831,\n
          4420224874,\n
          4420224863,\n
          4420224830,\n
          4420224835,\n
          4420224826\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555473,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224425,\n
          4420224432,\n
          4420224468,\n
          4420224454,\n
          4420224403,\n
          4420224412,\n
          4420224425\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555474,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224807,\n
          4420224812,\n
          4420224841,\n
          4420224832,\n
          4420224789,\n
          4420224794,\n
          4420224807\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555475,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224325,\n
          4420224331,\n
          4420224371,\n
          4420224358,\n
          4420224329,\n
          4420224334,\n
          4420224325\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555476,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224991,\n
          4420224884,\n
          4420224843,\n
          4420224854,\n
          4420224866,\n
          4420224870,\n
          4420224991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555477,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224475,\n
          4420224483,\n
          4420224510,\n
          4420224500,\n
          4420224480,\n
          4420220061,\n
          4420224475\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555478,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224695,\n
          4420224698,\n
          4420224750,\n
          4420224735,\n
          4420224570,\n
          4420224579,\n
          4420224695\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555479,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224887,\n
          4420224880,\n
          4420224850,\n
          4420224855,\n
          4420224845,\n
          4420224853,\n
          4420224887\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555480,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224447,\n
          4420224453,\n
          4420220065,\n
          4420224481,\n
          4420224435,\n
          4420224442,\n
          4420224447\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555481,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223098,\n
          4420223099,\n
          4420223100,\n
          4420223104,\n
          4420223103,\n
          4420223097,\n
          4420223098\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555482,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224385,\n
          4420224374,\n
          4420224336,\n
          4420224348,\n
          4420224401,\n
          4420224394,\n
          4420224385\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555483,\n
        "timestamp": "2016-09-27T10:59:59Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224827,\n
          4420224830,\n
          4420224863,\n
          4420224852,\n
          4420224813,\n
          4420224817,\n
          4420224827\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555484,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223042,\n
          4420223039,\n
          4420223038,\n
          4420223037,\n
          4420223034,\n
          4420223035,\n
          4420223042\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555485,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224344,\n
          4420224353,\n
          4420224400,\n
          4420224389,\n
          4420224351,\n
          4420224354,\n
          4420224344\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555486,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224004,\n
          4420224002,\n
          4420224006,\n
          4420224005,\n
          4420224040,\n
          4420224045,\n
          4420224004\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555487,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224210,\n
          4420224173,\n
          4420224147,\n
          4420224197,\n
          4420224211,\n
          4420224196,\n
          4420224210\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555488,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224476,\n
          4420224480,\n
          4420224500,\n
          4420220082,\n
          4420224458,\n
          4420224464,\n
          4420224476\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555489,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224190,\n
          4420224199,\n
          4420224188,\n
          4420224120,\n
          4420224119,\n
          4420224131,\n
          4420224190\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555490,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223694,\n
          4420223683,\n
          4420223676,\n
          4420223682,\n
          4420223679,\n
          4420223687,\n
          4420223694\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555491,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224751,\n
          4420224772,\n
          4420224805,\n
          4420224800,\n
          4420224784,\n
          4420224777,\n
          4420224751\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555492,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223000,\n
          4420222999,\n
          4420223001,\n
          4420223004,\n
          4420223002,\n
          4420223003,\n
          4420223000\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555493,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 3,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4420223801,\n
          4420223805,\n
          4420223825,\n
          4420223818,\n
          4420223800,\n
          4420223812,\n
          4420223801\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Laurent",\n
          "religion": "christian",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wikidata": "Q3582257"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555494,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224240,\n
          4420224244,\n
          4420224250,\n
          4420224251,\n
          4420224280,\n
          4420224278,\n
          4420224240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555495,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224312,\n
          4420224314,\n
          4420224341,\n
          4420224328,\n
          4420224297,\n
          4420224301,\n
          4420224312\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555496,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224158,\n
          4420224222,\n
          4420224248,\n
          4420224216,\n
          4420224193,\n
          4420224169,\n
          4420224158\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555497,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223342,\n
          4420223350,\n
          4420223380,\n
          4420223374,\n
          4420223358,\n
          4420223360,\n
          4420223342\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555498,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224051,\n
          4420224042,\n
          4420224027,\n
          4420224022,\n
          4420224017,\n
          4420224049,\n
          4420224051\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555499,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224788,\n
          4420224775,\n
          4420224703,\n
          4420224713,\n
          4420224726,\n
          4420224731,\n
          4420224788\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555500,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223109,\n
          4420223106,\n
          4420223107,\n
          4420223111,\n
          4420223110,\n
          4420223112,\n
          4420223109\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555502,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224326,\n
          4420224329,\n
          4420224358,\n
          4420224350,\n
          4420224316,\n
          4420224320,\n
          4420224326\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555505,\n
        "timestamp": "2016-09-27T11:00:00Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224849,\n
          4420224838,\n
          4420224766,\n
          4420224781,\n
          4420224810,\n
          4420224814,\n
          4420224849\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555507,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223906,\n
          4420223904,\n
          4420223912,\n
          4420223908,\n
          4420223917,\n
          4420223926,\n
          4420223906\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555509,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223134,\n
          4420223135,\n
          4420223147,\n
          4420223142,\n
          4420223136,\n
          4420223139,\n
          4420223134\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555512,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224880,\n
          4420224874,\n
          4420224831,\n
          4420224839,\n
          4420224844,\n
          4420224850,\n
          4420224880\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555514,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223664,\n
          4420223662,\n
          4420223649,\n
          4420223648,\n
          4420223629,\n
          4420223635,\n
          4420223664\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555517,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224368,\n
          4420224376,\n
          4420224433,\n
          4420224417,\n
          4420224373,\n
          4420224378,\n
          4420224368\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555519,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420220063,\n
          4420224470,\n
          4420224472,\n
          4420224446,\n
          4420224451,\n
          4420220076,\n
          4420220063\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555522,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223151,\n
          4420223152,\n
          4420223155,\n
          4420223154,\n
          4420223161,\n
          4420223159,\n
          4420223151\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555524,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224818,\n
          4420224809,\n
          4420224767,\n
          4420224773,\n
          4420224757,\n
          4420224763,\n
          4420224818\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555527,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224809,\n
          4420224799,\n
          4420224733,\n
          4420224744,\n
          4420224761,\n
          4420224767,\n
          4420224809\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555529,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224346,\n
          4420224351,\n
          4420224389,\n
          4420224371,\n
          4420224331,\n
          4420224339,\n
          4420224346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555531,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224782,\n
          4420224754,\n
          4420224575,\n
          4420224689,\n
          4420224709,\n
          4420224719,\n
          4420224782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555534,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224691,\n
          4420224703,\n
          4420224775,\n
          4420224750,\n
          4420224698,\n
          4420224704,\n
          4420224691\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555536,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224396,\n
          4420224403,\n
          4420224454,\n
          4420224444,\n
          4420224402,\n
          4420224405,\n
          4420224396\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555539,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223868,\n
          4420223874,\n
          4420223846,\n
          4420223840,\n
          4420223859,\n
          4420223864,\n
          4420223868\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555541,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224832,\n
          4420224824,\n
          4420224792,\n
          4420224795,\n
          4420224783,\n
          4420224789,\n
          4420224832\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555542,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224438,\n
          4420224387,\n
          4420224409,\n
          4420224429,\n
          4420224431,\n
          4420224457,\n
          4420224438\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555543,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224370,\n
          4420224373,\n
          4420224417,\n
          4420224400,\n
          4420224353,\n
          4420224359,\n
          4420224370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555544,\n
        "timestamp": "2016-09-27T11:00:01Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224991,\n
          4420224870,\n
          4420224875,\n
          4420224867,\n
          4420224876,\n
          4420224998,\n
          4420224991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555545,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224059,\n
          4420224020,\n
          4420224016,\n
          4420224039,\n
          4420224036,\n
          4420224057,\n
          4420224059\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555546,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224426,\n
          4420224435,\n
          4420224481,\n
          4420224468,\n
          4420224432,\n
          4420224436,\n
          4420224426\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555547,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224205,\n
          4420224167,\n
          4420224133,\n
          4420224149,\n
          4420224138,\n
          4420224168,\n
          4420224205\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555548,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224808,\n
          4420224813,\n
          4420224852,\n
          4420224841,\n
          4420224812,\n
          4420224815,\n
          4420224808\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555549,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224450,\n
          4420224440,\n
          4420224428,\n
          4420224460,\n
          4420224462,\n
          4420224473,\n
          4420224450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555550,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224058,\n
          4420224056,\n
          4420224073,\n
          4420224074,\n
          4420224068,\n
          4420224067,\n
          4420224058\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555551,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223620,\n
          4420223614,\n
          4420223615,\n
          4420223622,\n
          4420223621,\n
          4420223623,\n
          4420223620\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555552,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223726,\n
          4420223720,\n
          4420223712,\n
          4420223705,\n
          4420223707,\n
          4420223713,\n
          4420223726\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555553,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420220082,\n
          4420220065,\n
          4420224453,\n
          4420224456,\n
          4420224449,\n
          4420224458,\n
          4420220082\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555554,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224849,\n
          4420224814,\n
          4420224821,\n
          4420224811,\n
          4420224820,\n
          4420224868,\n
          4420224849\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555555,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224554,\n
          4420224560,\n
          4420224708,\n
          4420224700,\n
          4420224693,\n
          4420224690,\n
          4420224554\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555556,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420222776,\n
          4420222773,\n
          4420222772,\n
          4420222768,\n
          4420222767,\n
          4420222770,\n
          4420222776\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555557,\n
        "timestamp": "2016-09-27T11:00:02Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224724,\n
          4420224733,\n
          4420224799,\n
          4420224788,\n
          4420224731,\n
          4420224734,\n
          4420224724\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555558,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224534,\n
          4420224538,\n
          4420224587,\n
          4420224566,\n
          4420224511,\n
          4420224522,\n
          4420224534\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555559,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223080,\n
          4420223084,\n
          4420223086,\n
          4420223083,\n
          4420223059,\n
          4420223060,\n
          4420223079,\n
          4420223080\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555560,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223944,\n
          4420223933,\n
          4420223931,\n
          4420223927,\n
          4420223923,\n
          4420223943,\n
          4420223945,\n
          4420223944\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555561,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224702,\n
          4420224587,\n
          4420224538,\n
          4420224543,\n
          4420224519,\n
          4420224525,\n
          4420224530,\n
          4420224702\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555562,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223736,\n
          4420223740,\n
          4420223748,\n
          4420223751,\n
          4420223773,\n
          4420223752,\n
          4420223732,\n
          4420223736\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555563,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223549,\n
          4420223540,\n
          4420223542,\n
          4420223535,\n
          4420223539,\n
          4420223552,\n
          4420223550,\n
          4420223549\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555564,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223274,\n
          4420223275,\n
          4420223295,\n
          4420223298,\n
          4420223294,\n
          4420223261,\n
          4420223262,\n
          4420223274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555565,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420220066,\n
          4420220072,\n
          4420224494,\n
          4420220068,\n
          4420224473,\n
          4420224462,\n
          4420220069,\n
          4420220066\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555566,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223328,\n
          4420223310,\n
          4420223308,\n
          4420223285,\n
          4420223288,\n
          4420223305,\n
          4420223332,\n
          4420223328\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555567,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223301,\n
          4420223299,\n
          4420223271,\n
          4420223267,\n
          4420223272,\n
          4420223306,\n
          4420223304,\n
          4420223301\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555568,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223366,\n
          4420223353,\n
          4420223356,\n
          4420223367,\n
          4420223368,\n
          4420223370,\n
          4420223369,\n
          4420223366\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555569,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224263,\n
          4420224262,\n
          4420224224,\n
          4420224225,\n
          4420224228,\n
          4420224254,\n
          4420224255,\n
          4420224263\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555570,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224108,\n
          4420224095,\n
          4420224099,\n
          4420224076,\n
          4420224078,\n
          4420224113,\n
          4420224110,\n
          4420224108\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555571,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223429,\n
          4420223436,\n
          4420223448,\n
          4420223449,\n
          4420222984,\n
          4420223450,\n
          4420222985,\n
          4420223447,\n
          4420223429\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555572,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224790,\n
          4420224768,\n
          4420224707,\n
          4420224729,\n
          4420224752,\n
          4420224759,\n
          4420224778,\n
          4420224774,\n
          4420224790\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555573,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224493,\n
          4420224465,\n
          4420224463,\n
          4420224496,\n
          4420224495,\n
          4420220084,\n
          4420220081,\n
          4420224491,\n
          4420224493\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555574,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223175,\n
          4420223158,\n
          4420223160,\n
          4420223168,\n
          4420223167,\n
          4420223166,\n
          4420223172,\n
          4420223176,\n
          4420223175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555575,\n
        "timestamp": "2016-09-27T11:00:03Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223393,\n
          4420223397,\n
          4420223394,\n
          4420223392,\n
          4420223383,\n
          4420223390,\n
          4420223391,\n
          4420223396,\n
          4420223393\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555576,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223515,\n
          4420223518,\n
          4420223512,\n
          4420223504,\n
          4420223509,\n
          4420223505,\n
          4420223507,\n
          4420223517,\n
          4420223515\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555577,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223533,\n
          4420223526,\n
          4420223528,\n
          4420223522,\n
          4420223523,\n
          4420223548,\n
          4420223546,\n
          4420223538,\n
          4420223533\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555578,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223225,\n
          4420223221,\n
          4420223206,\n
          4420223207,\n
          4420223208,\n
          4420223211,\n
          4420223236,\n
          4420223233,\n
          4420223225\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555579,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223663,\n
          4420223656,\n
          4420223643,\n
          4420223638,\n
          4420223636,\n
          4420223657,\n
          4420223660,\n
          4420223655,\n
          4420223663\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555581,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223169,\n
          4420223162,\n
          4420223163,\n
          4420223156,\n
          4420223157,\n
          4420223165,\n
          4420223164,\n
          4420223170,\n
          4420223169\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555582,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223774,\n
          4420223789,\n
          4420223750,\n
          4420223734,\n
          4420223730,\n
          4420223719,\n
          4420223733,\n
          4420223770,\n
          4420223774\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555583,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223581,\n
          4420223592,\n
          4420223590,\n
          4420223579,\n
          4420223570,\n
          4420223569,\n
          4420223562,\n
          4420223567,\n
          4420223581\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555584,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224064,\n
          4420224069,\n
          4420224041,\n
          4420224038,\n
          4420224044,\n
          4420224043,\n
          4420224052,\n
          4420224050,\n
          4420224064\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555585,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224387,\n
          4420224438,\n
          4420224437,\n
          4420224452,\n
          4420224439,\n
          4420224379,\n
          4420224383,\n
          4420224365,\n
          4420224387\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555586,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224705,\n
          4420224577,\n
          4420224528,\n
          4420224529,\n
          4420220071,\n
          4420224501,\n
          4420224550,\n
          4420224552,\n
          4420224705\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555587,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224010,\n
          4420224009,\n
          4420224025,\n
          4420224023,\n
          4420224015,\n
          4420224013,\n
          4420224047,\n
          4420224053,\n
          4420224010\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555588,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224585,\n
          4420224707,\n
          4420224768,\n
          4420224741,\n
          4420224725,\n
          4420224721,\n
          4420224706,\n
          4420224711,\n
          4420224585\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555589,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223012,\n
          4420223015,\n
          4420223016,\n
          4420223020,\n
          4420223021,\n
          4420223017,\n
          4420223018,\n
          4420223014,\n
          4420223012\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555590,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223009,\n
          4420223006,\n
          4420223008,\n
          4420223007,\n
          4420223005,\n
          4420223010,\n
          4420223013,\n
          4420223011,\n
          4420223009\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555591,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223198,\n
          4420223189,\n
          4420223190,\n
          4420223186,\n
          4420223187,\n
          4420223195,\n
          4420223196,\n
          4420223199,\n
          4420223198\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555592,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224221,\n
          4420224144,\n
          4420224148,\n
          4420224150,\n
          4420224171,\n
          4420224172,\n
          4420224170,\n
          4420224223,\n
          4420224221\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555593,\n
        "timestamp": "2016-09-27T11:00:04Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223514,\n
          4420223521,\n
          4420223519,\n
          4420223520,\n
          4420223516,\n
          4420223510,\n
          4420223513,\n
          4420223511,\n
          4420223514\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555594,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224148,\n
          4420224144,\n
          4420224082,\n
          4420224083,\n
          4420224134,\n
          4420224132,\n
          4420224130,\n
          4420224127,\n
          4420224148\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555595,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223779,\n
          4420223775,\n
          4420223763,\n
          4420223749,\n
          4420223745,\n
          4420223742,\n
          4420223741,\n
          4420223758,\n
          4420223779\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555596,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223276,\n
          4420223273,\n
          4420223283,\n
          4420223312,\n
          4420223290,\n
          4420223278,\n
          4420223277,\n
          4420223266,\n
          4420223276\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555597,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224420,\n
          4420224463,\n
          4420224465,\n
          4420224418,\n
          4420224416,\n
          4420224424,\n
          4420224422,\n
          4420224419,\n
          4420224420\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555598,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223402,\n
          4420223405,\n
          4420223412,\n
          4420223408,\n
          4420223398,\n
          4420223399,\n
          4420223395,\n
          4420223400,\n
          4420223402\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555599,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223596,\n
          4420223593,\n
          4420223589,\n
          4420223591,\n
          4420223574,\n
          4420223577,\n
          4420223588,\n
          4420223586,\n
          4420223596\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555600,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224562,\n
          4420224513,\n
          4420224535,\n
          4420224555,\n
          4420224558,\n
          4420224571,\n
          4420224565,\n
          4420224586,\n
          4420224562\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555601,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223877,\n
          4420223875,\n
          4420223873,\n
          4420223870,\n
          4420223867,\n
          4420223862,\n
          4420223858,\n
          4420223872,\n
          4420223877\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555602,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223681,\n
          4420223671,\n
          4420223670,\n
          4420223665,\n
          4420223667,\n
          4420223673,\n
          4420223678,\n
          4420223699,\n
          4420223685,\n
          4420223681\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555603,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223966,\n
          4420223963,\n
          4420223962,\n
          4420223955,\n
          4420223960,\n
          4420223952,\n
          4420223959,\n
          4420223958,\n
          4420223965,\n
          4420223966\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555604,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223386,\n
          4420223390,\n
          4420223383,\n
          4420223371,\n
          4420223381,\n
          4420223382,\n
          4420223388,\n
          4420223385,\n
          4420223389,\n
          4420223386\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555605,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223506,\n
          4420223497,\n
          4420223500,\n
          4420223501,\n
          4420223503,\n
          4420223499,\n
          4420223496,\n
          4420223498,\n
          4420223508,\n
          4420223506\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555606,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224185,\n
          4420224172,\n
          4420224171,\n
          4420224174,\n
          4420224176,\n
          4420224177,\n
          4420224110,\n
          4420224113,\n
          4420224189,\n
          4420224185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555607,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420223058,\n
          4420223062,\n
          4420223066,\n
          4420223071,\n
          4420223068,\n
          4420223065,\n
          4420223069,\n
          4420223044,\n
          4420223036,\n
          4420223058\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555608,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224498,\n
          4420224513,\n
          4420224562,\n
          4420224583,\n
          4420224563,\n
          4420224526,\n
          4420224523,\n
          4420224512,\n
          4420224515,\n
          4420224498\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 444555609,\n
        "timestamp": "2016-09-27T11:00:05Z",\n
        "version": 1,\n
        "changeset": 42467570,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4420224324,\n
          4420224336,\n
          4420224374,\n
          4420224384,\n
          4420224366,\n
          4420224349,\n
          4420224345,\n
          4420224335,\n
          4420224337,\n
          4420224324\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN 2016;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 936822424,\n
        "timestamp": "2025-09-17T12:59:35Z",\n
        "version": 7,\n
        "changeset": 172063738,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          4420223374,\n
          4420223380,\n
          4420223384,\n
          4420223410,\n
          4420223347,\n
          4420223314,\n
          4420223285,\n
          4420223374\n
        ],\n
        "tags": {\n
          "addr:city": "Effry",\n
          "addr:housenumber": "35",\n
          "addr:postcode": "02500",\n
          "addr:street": "Rue André Devin",\n
          "amenity": "school",\n
          "contact:email": "ce.0020404D@ac-amiens.fr",\n
          "contact:phone": "+33 967379222",\n
          "name": "École maternelle",\n
          "operator:type": "public",\n
          "ref:FR:SIRET": "21020259400029",\n
          "ref:UAI": "0020404D",\n
          "school:FR": "maternelle",\n
          "source": "Ministère de l'Éducation nationale, de l'Enseignement supérieur et de la Recherche - 2025-08",\n
          "start_date": "1966-11-05"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]