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

HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

POST https://overpass-api.de/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="02351"]->.searchArea;\n
      (\n
        nwr["emergency"="fire_hydrant"](area.searchArea);\n
        nwr["amenity"="charging_station"](area.searchArea);\n
        nwr["amenity"="toilets"](area.searchArea);\n
        nwr["highway"="bus_stop"](area.searchArea);\n
        nwr["emergency"="defibrillator"](area.searchArea);\n
        nwr["man_made"="surveillance"](area.searchArea);\n
        nwr["amenity"="recycling"](area.searchArea);\n
        nwr["power"="substation"](area.searchArea);\n
        nwr["healthcare"](area.searchArea);\n
        nwr["amenity"="doctors"](area.searchArea);\n
        nwr["amenity"="pharmacy"](area.searchArea);\n
        nwr["amenity"="hospital"](area.searchArea);\n
        nwr["amenity"="clinic"](area.searchArea);\n
        nwr["amenity"="social_facility"](area.searchArea);\n
        nwr["healthcare"="laboratory"](area.searchArea);\n
        nwr["amenity"="school"](area.searchArea);\n
        nwr["amenity"="police"](area.searchArea);\n
        nwr["amenity"="bicycle_parking"](area.searchArea);\n
        nwr["advertising"="board"]["message"="political"](area.searchArea);\n
        way["building"](area.searchArea);\n
        nwr["email"](area.searchArea);\n
        nwr["contact:email"](area.searchArea);\n
        nwr["amenity"="bench"](area.searchArea);\n
        nwr["amenity"="waste_basket"](area.searchArea);\n
        nwr["highway"="street_lamp"](area.searchArea);\n
        nwr["amenity"="drinking_water"](area.searchArea);\n
        nwr["natural"="tree"](area.searchArea);\n
        nw["power"="pole"](area.searchArea);\n
        nwr["manhole"](area.searchArea);\n
        nwr["amenity"="public_bookcase"](area.searchArea);\n
        nwr["leisure"="playground"](area.searchArea);\n
        nwr["amenity"="restaurant"](area.searchArea);\n
        nwr["ref:FR:RNB"](area.searchArea);\n
      );\n
      (._;>;);\n
      out meta;\n
      >;
      """
  ]
  "timeout" => 60
]
Response 200
[
  "info" => [
    "header_size" => 190
    "request_size" => 2613
    "total_time" => 5.035132
    "namelookup_time" => 0.000521
    "connect_time" => 0.01863
    "pretransfer_time" => 0.039506
    "size_upload" => 2410.0
    "size_download" => 20389.0
    "speed_download" => 4049.0
    "speed_upload" => 478.0
    "download_content_length" => 20389.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 5.017867
    "primary_ip" => "2a01:4f8:261:3c4f::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:8dd2:eab4:995c:1e1a"
    "local_port" => 48670
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 39414
    "connect_time_us" => 18630
    "namelookup_time_us" => 521
    "pretransfer_time_us" => 39506
    "starttransfer_time_us" => 5017867
    "posttransfer_time_us" => 39504
    "total_time_us" => 5035132
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1769782458.0485
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1084
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1057 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1068 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n
      * IPv4: 65.109.112.52, 162.55.144.139\n
      *   Trying [2a01:4f8:261:3c4f::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=gall.openstreetmap.de\n
      *  start date: Jan 21 16:56:04 2026 GMT\n
      *  expire date: Apr 21 16:56:03 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f8:261:3c4f::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Fri, 30 Jan 2026 14:14:18 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 20389\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Fri, 30 Jan 2026 14:14:18 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 20389"
    "Content-Type: application/json"
  ]
  "response_content" => [
    """
      {\n
        "version": 0.6,\n
        "generator": "Overpass API 0.7.62.10 2d4cfc48",\n
        "osm3s": {\n
          "timestamp_osm_base": "2026-01-30T14:12:45Z",\n
          "timestamp_areas_base": "2026-01-22T23:45:51Z",\n
          "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n
        },\n
        "elements": [\n
      \n
      {\n
        "type": "node",\n
        "id": 4829297452,\n
        "lat": 49.1662098,\n
        "lon": 3.6696968,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297453,\n
        "lat": 49.1677105,\n
        "lon": 3.6678848,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297454,\n
        "lat": 49.1690795,\n
        "lon": 3.6720758,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297455,\n
        "lat": 49.1656458,\n
        "lon": 3.6673375,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297456,\n
        "lat": 49.1645809,\n
        "lon": 3.6675142,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297457,\n
        "lat": 49.1658773,\n
        "lon": 3.6646640,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297458,\n
        "lat": 49.1687874,\n
        "lon": 3.6700294,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297459,\n
        "lat": 49.1654982,\n
        "lon": 3.6713577,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297460,\n
        "lat": 49.1679060,\n
        "lon": 3.6677526,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297461,\n
        "lat": 49.1657386,\n
        "lon": 3.6707110,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297462,\n
        "lat": 49.1686813,\n
        "lon": 3.6724526,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297463,\n
        "lat": 49.1648800,\n
        "lon": 3.6665868,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297464,\n
        "lat": 49.1673077,\n
        "lon": 3.6673092,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297465,\n
        "lat": 49.1664277,\n
        "lon": 3.6658076,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297466,\n
        "lat": 49.1652531,\n
        "lon": 3.6659801,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297467,\n
        "lat": 49.1653298,\n
        "lon": 3.6687732,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297468,\n
        "lat": 49.1666097,\n
        "lon": 3.6677866,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297469,\n
        "lat": 49.1651804,\n
        "lon": 3.6705150,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297470,\n
        "lat": 49.1664688,\n
        "lon": 3.6680951,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297471,\n
        "lat": 49.1656062,\n
        "lon": 3.6648458,\n
        "timestamp": "2017-05-01T18:57:48Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297472,\n
        "lat": 49.1654266,\n
        "lon": 3.6718064,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297473,\n
        "lat": 49.1682023,\n
        "lon": 3.6688743,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297474,\n
        "lat": 49.1691716,\n
        "lon": 3.6688828,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297475,\n
        "lat": 49.1652605,\n
        "lon": 3.6689213,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297476,\n
        "lat": 49.1686752,\n
        "lon": 3.6690263,\n
        "timestamp": "2017-05-01T19:02:06Z",\n
        "version": 2,\n
        "changeset": 48315821,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297477,\n
        "lat": 49.1657378,\n
        "lon": 3.6708272,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297478,\n
        "lat": 49.1693029,\n
        "lon": 3.6723652,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297479,\n
        "lat": 49.1654707,\n
        "lon": 3.6665225,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297480,\n
        "lat": 49.1661422,\n
        "lon": 3.6648286,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297481,\n
        "lat": 49.1665411,\n
        "lon": 3.6658004,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297482,\n
        "lat": 49.1677177,\n
        "lon": 3.6675898,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297483,\n
        "lat": 49.1655052,\n
        "lon": 3.6712485,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297484,\n
        "lat": 49.1688857,\n
        "lon": 3.6718940,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297485,\n
        "lat": 49.1657138,\n
        "lon": 3.6711792,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297486,\n
        "lat": 49.1646799,\n
        "lon": 3.6673041,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297487,\n
        "lat": 49.1652379,\n
        "lon": 3.6710029,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297488,\n
        "lat": 49.1658180,\n
        "lon": 3.6648893,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297489,\n
        "lat": 49.1680648,\n
        "lon": 3.6690248,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297490,\n
        "lat": 49.1666459,\n
        "lon": 3.6685910,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297491,\n
        "lat": 49.1664439,\n
        "lon": 3.6687589,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297492,\n
        "lat": 49.1652808,\n
        "lon": 3.6709410,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297493,\n
        "lat": 49.1663435,\n
        "lon": 3.6707021,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297494,\n
        "lat": 49.1678430,\n
        "lon": 3.6679087,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297495,\n
        "lat": 49.1690387,\n
        "lon": 3.6717460,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297496,\n
        "lat": 49.1651866,\n
        "lon": 3.6669375,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297497,\n
        "lat": 49.1654520,\n
        "lon": 3.6669098,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297498,\n
        "lat": 49.1665325,\n
        "lon": 3.6651434,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297499,\n
        "lat": 49.1688733,\n
        "lon": 3.6702519,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297500,\n
        "lat": 49.1679946,\n
        "lon": 3.6686971,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297501,\n
        "lat": 49.1678658,\n
        "lon": 3.6676918,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297502,\n
        "lat": 49.1656218,\n
        "lon": 3.6707022,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297503,\n
        "lat": 49.1646399,\n
        "lon": 3.6676208,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297504,\n
        "lat": 49.1648652,\n
        "lon": 3.6670001,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297505,\n
        "lat": 49.1666120,\n
        "lon": 3.6696456,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297506,\n
        "lat": 49.1688503,\n
        "lon": 3.6712662,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297507,\n
        "lat": 49.1664397,\n
        "lon": 3.6692335,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297508,\n
        "lat": 49.1651369,\n
        "lon": 3.6698563,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297509,\n
        "lat": 49.1652254,\n
        "lon": 3.6686884,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297510,\n
        "lat": 49.1675096,\n
        "lon": 3.6676297,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297511,\n
        "lat": 49.1650945,\n
        "lon": 3.6686868,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297512,\n
        "lat": 49.1688795,\n
        "lon": 3.6709266,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297513,\n
        "lat": 49.1654027,\n
        "lon": 3.6668256,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297514,\n
        "lat": 49.1646607,\n
        "lon": 3.6680858,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297515,\n
        "lat": 49.1683425,\n
        "lon": 3.6687566,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297516,\n
        "lat": 49.1692402,\n
        "lon": 3.6689224,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297517,\n
        "lat": 49.1657008,\n
        "lon": 3.6701484,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297518,\n
        "lat": 49.1672744,\n
        "lon": 3.6673104,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297519,\n
        "lat": 49.1651737,\n
        "lon": 3.6701209,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829297520,\n
        "lat": 49.1697335,\n
        "lon": 3.6741653,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298221,\n
        "lat": 49.1692801,\n
        "lon": 3.6723700,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298222,\n
        "lat": 49.1655518,\n
        "lon": 3.6662696,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298223,\n
        "lat": 49.1684456,\n
        "lon": 3.6694158,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298224,\n
        "lat": 49.1667366,\n
        "lon": 3.6653741,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298225,\n
        "lat": 49.1667798,\n
        "lon": 3.6654864,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298226,\n
        "lat": 49.1663944,\n
        "lon": 3.6707199,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298227,\n
        "lat": 49.1691645,\n
        "lon": 3.6722049,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298228,\n
        "lat": 49.1650937,\n
        "lon": 3.6685975,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298229,\n
        "lat": 49.1665907,\n
        "lon": 3.6678580,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298230,\n
        "lat": 49.1660920,\n
        "lon": 3.6697871,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298231,\n
        "lat": 49.1656228,\n
        "lon": 3.6651633,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298232,\n
        "lat": 49.1689345,\n
        "lon": 3.6724124,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298233,\n
        "lat": 49.1682810,\n
        "lon": 3.6692651,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298234,\n
        "lat": 49.1674907,\n
        "lon": 3.6667336,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298235,\n
        "lat": 49.1653399,\n
        "lon": 3.6687519,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298236,\n
        "lat": 49.1686932,\n
        "lon": 3.6696290,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298237,\n
        "lat": 49.1664016,\n
        "lon": 3.6693047,\n
        "timestamp": "2017-05-01T18:57:49Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298238,\n
        "lat": 49.1677932,\n
        "lon": 3.6680701,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298239,\n
        "lat": 49.1691779,\n
        "lon": 3.6726434,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298240,\n
        "lat": 49.1663764,\n
        "lon": 3.6652421,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298241,\n
        "lat": 49.1658284,\n
        "lon": 3.6651492,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298242,\n
        "lat": 49.1687981,\n
        "lon": 3.6712205,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298243,\n
        "lat": 49.1663979,\n
        "lon": 3.6707885,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298244,\n
        "lat": 49.1692552,\n
        "lon": 3.6723751,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298245,\n
        "lat": 49.1650733,\n
        "lon": 3.6699963,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298246,\n
        "lat": 49.1646948,\n
        "lon": 3.6675314,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298247,\n
        "lat": 49.1650271,\n
        "lon": 3.6699090,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298248,\n
        "lat": 49.1658146,\n
        "lon": 3.6662803,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298249,\n
        "lat": 49.1679960,\n
        "lon": 3.6688607,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298250,\n
        "lat": 49.1677550,\n
        "lon": 3.6674855,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298251,\n
        "lat": 49.1663599,\n
        "lon": 3.6692475,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298252,\n
        "lat": 49.1697907,\n
        "lon": 3.6684853,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298253,\n
        "lat": 49.1661154,\n
        "lon": 3.6702386,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298254,\n
        "lat": 49.1677723,\n
        "lon": 3.6680487,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298255,\n
        "lat": 49.1689554,\n
        "lon": 3.6717848,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298256,\n
        "lat": 49.1657035,\n
        "lon": 3.6673468,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298257,\n
        "lat": 49.1645165,\n
        "lon": 3.6675770,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298258,\n
        "lat": 49.1664525,\n
        "lon": 3.6646436,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298259,\n
        "lat": 49.1686765,\n
        "lon": 3.6698459,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298260,\n
        "lat": 49.1655059,\n
        "lon": 3.6712992,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298261,\n
        "lat": 49.1679499,\n
        "lon": 3.6677878,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298262,\n
        "lat": 49.1658207,\n
        "lon": 3.6708703,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298263,\n
        "lat": 49.1687775,\n
        "lon": 3.6724913,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298264,\n
        "lat": 49.1650050,\n
        "lon": 3.6665810,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298265,\n
        "lat": 49.1665186,\n
        "lon": 3.6699116,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298266,\n
        "lat": 49.1671920,\n
        "lon": 3.6671025,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298267,\n
        "lat": 49.1662722,\n
        "lon": 3.6659296,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298268,\n
        "lat": 49.1666505,\n
        "lon": 3.6651497,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298269,\n
        "lat": 49.1653117,\n
        "lon": 3.6689012,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298270,\n
        "lat": 49.1666528,\n
        "lon": 3.6677881,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298271,\n
        "lat": 49.1650249,\n
        "lon": 3.6685413,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298272,\n
        "lat": 49.1689564,\n
        "lon": 3.6714203,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298273,\n
        "lat": 49.1654441,\n
        "lon": 3.6696074,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298274,\n
        "lat": 49.1656907,\n
        "lon": 3.6648340,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298275,\n
        "lat": 49.1655247,\n
        "lon": 3.6716803,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298276,\n
        "lat": 49.1678858,\n
        "lon": 3.6688037,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298277,\n
        "lat": 49.1690591,\n
        "lon": 3.6693606,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298278,\n
        "lat": 49.1653167,\n
        "lon": 3.6687557,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298279,\n
        "lat": 49.1686960,\n
        "lon": 3.6689942,\n
        "timestamp": "2017-05-01T19:02:06Z",\n
        "version": 2,\n
        "changeset": 48315821,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298280,\n
        "lat": 49.1656799,\n
        "lon": 3.6711778,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298281,\n
        "lat": 49.1676229,\n
        "lon": 3.6674455,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298282,\n
        "lat": 49.1686274,\n
        "lon": 3.6716789,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298283,\n
        "lat": 49.1654813,\n
        "lon": 3.6666677,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298284,\n
        "lat": 49.1662296,\n
        "lon": 3.6648553,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298285,\n
        "lat": 49.1664656,\n
        "lon": 3.6657913,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298286,\n
        "lat": 49.1689460,\n
        "lon": 3.6709640,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298287,\n
        "lat": 49.1662702,\n
        "lon": 3.6703207,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298288,\n
        "lat": 49.1688672,\n
        "lon": 3.6721079,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298289,\n
        "lat": 49.1651936,\n
        "lon": 3.6702006,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298290,\n
        "lat": 49.1647768,\n
        "lon": 3.6673111,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298291,\n
        "lat": 49.1651306,\n
        "lon": 3.6708548,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298292,\n
        "lat": 49.1655404,\n
        "lon": 3.6649729,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298293,\n
        "lat": 49.1683311,\n
        "lon": 3.6693067,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298294,\n
        "lat": 49.1498233,\n
        "lon": 3.6504853,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298295,\n
        "lat": 49.1664155,\n
        "lon": 3.6686797,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298296,\n
        "lat": 49.1652451,\n
        "lon": 3.6710360,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298297,\n
        "lat": 49.1655931,\n
        "lon": 3.6710284,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298298,\n
        "lat": 49.1678548,\n
        "lon": 3.6679210,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298299,\n
        "lat": 49.1690755,\n
        "lon": 3.6718292,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298300,\n
        "lat": 49.1652082,\n
        "lon": 3.6668507,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298301,\n
        "lat": 49.1654149,\n
        "lon": 3.6668820,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298302,\n
        "lat": 49.1662622,\n
        "lon": 3.6652091,\n
        "timestamp": "2017-05-01T18:57:50Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298303,\n
        "lat": 49.1688877,\n
        "lon": 3.6703970,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298304,\n
        "lat": 49.1680759,\n
        "lon": 3.6687149,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298305,\n
        "lat": 49.1679128,\n
        "lon": 3.6677009,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298306,\n
        "lat": 49.1656543,\n
        "lon": 3.6708522,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298307,\n
        "lat": 49.1697222,\n
        "lon": 3.6740124,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298308,\n
        "lat": 49.1646690,\n
        "lon": 3.6698126,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298309,\n
        "lat": 49.1648449,\n
        "lon": 3.6671327,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298310,\n
        "lat": 49.1666195,\n
        "lon": 3.6698937,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298311,\n
        "lat": 49.1681900,\n
        "lon": 3.6680340,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298312,\n
        "lat": 49.1664675,\n
        "lon": 3.6688256,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298313,\n
        "lat": 49.1651806,\n
        "lon": 3.6697942,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298314,\n
        "lat": 49.1658349,\n
        "lon": 3.6699980,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298315,\n
        "lat": 49.1678340,\n
        "lon": 3.6675959,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298316,\n
        "lat": 49.1651366,\n
        "lon": 3.6687255,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298317,\n
        "lat": 49.1688869,\n
        "lon": 3.6710163,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298318,\n
        "lat": 49.1646943,\n
        "lon": 3.6678919,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298319,\n
        "lat": 49.1647167,\n
        "lon": 3.6681114,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298320,\n
        "lat": 49.1681467,\n
        "lon": 3.6689290,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298321,\n
        "lat": 49.1688841,\n
        "lon": 3.6699560,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298322,\n
        "lat": 49.1650208,\n
        "lon": 3.6691586,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298323,\n
        "lat": 49.1671837,\n
        "lon": 3.6672818,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298324,\n
        "lat": 49.1651926,\n
        "lon": 3.6702994,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298325,\n
        "lat": 49.1697059,\n
        "lon": 3.6740991,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298326,\n
        "lat": 49.1692998,\n
        "lon": 3.6723154,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298327,\n
        "lat": 49.1652004,\n
        "lon": 3.6678186,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298328,\n
        "lat": 49.1665641,\n
        "lon": 3.6688347,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298329,\n
        "lat": 49.1680472,\n
        "lon": 3.6688037,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298330,\n
        "lat": 49.1664109,\n
        "lon": 3.6703396,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298331,\n
        "lat": 49.1692121,\n
        "lon": 3.6723146,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298332,\n
        "lat": 49.1650823,\n
        "lon": 3.6686577,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298333,\n
        "lat": 49.1664588,\n
        "lon": 3.6684008,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298334,\n
        "lat": 49.1653864,\n
        "lon": 3.6696214,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298335,\n
        "lat": 49.1664806,\n
        "lon": 3.6653650,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298336,\n
        "lat": 49.1690510,\n
        "lon": 3.6725829,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298337,\n
        "lat": 49.1683107,\n
        "lon": 3.6693190,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298338,\n
        "lat": 49.1497491,\n
        "lon": 3.6503802,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298339,\n
        "lat": 49.1653255,\n
        "lon": 3.6697011,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298340,\n
        "lat": 49.1687616,\n
        "lon": 3.6696651,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298341,\n
        "lat": 49.1664179,\n
        "lon": 3.6694153,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298342,\n
        "lat": 49.1672431,\n
        "lon": 3.6669814,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298343,\n
        "lat": 49.1691849,\n
        "lon": 3.6723631,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298344,\n
        "lat": 49.1647315,\n
        "lon": 3.6680422,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298345,\n
        "lat": 49.1654529,\n
        "lon": 3.6656328,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298346,\n
        "lat": 49.1661320,\n
        "lon": 3.6649814,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298347,\n
        "lat": 49.1688250,\n
        "lon": 3.6712386,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298348,\n
        "lat": 49.1654451,\n
        "lon": 3.6713066,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298349,\n
        "lat": 49.1679604,\n
        "lon": 3.6685847,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298350,\n
        "lat": 49.1649134,\n
        "lon": 3.6702848,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298351,\n
        "lat": 49.1647306,\n
        "lon": 3.6674955,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298352,\n
        "lat": 49.1650572,\n
        "lon": 3.6699581,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298353,\n
        "lat": 49.1652792,\n
        "lon": 3.6685361,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298354,\n
        "lat": 49.1682293,\n
        "lon": 3.6692658,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298355,\n
        "lat": 49.1665916,\n
        "lon": 3.6686521,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298356,\n
        "lat": 49.1657140,\n
        "lon": 3.6702653,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298357,\n
        "lat": 49.1699412,\n
        "lon": 3.6685866,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298358,\n
        "lat": 49.1661187,\n
        "lon": 3.6702972,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298359,\n
        "lat": 49.1677898,\n
        "lon": 3.6674954,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298360,\n
        "lat": 49.1688430,\n
        "lon": 3.6712311,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298361,\n
        "lat": 49.1652815,\n
        "lon": 3.6670263,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298362,\n
        "lat": 49.1649042,\n
        "lon": 3.6665516,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298363,\n
        "lat": 49.1662969,\n
        "lon": 3.6658201,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298364,\n
        "lat": 49.1697000,\n
        "lon": 3.6688180,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298365,\n
        "lat": 49.1655630,\n
        "lon": 3.6713961,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298366,\n
        "lat": 49.1681132,\n
        "lon": 3.6687522,\n
        "timestamp": "2017-05-01T18:57:51Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298367,\n
        "lat": 49.1650864,\n
        "lon": 3.6701675,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298368,\n
        "lat": 49.1697781,\n
        "lon": 3.6725011,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298369,\n
        "lat": 49.1655388,\n
        "lon": 3.6662473,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298370,\n
        "lat": 49.1665375,\n
        "lon": 3.6696586,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298371,\n
        "lat": 49.1677751,\n
        "lon": 3.6680854,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298372,\n
        "lat": 49.1662858,\n
        "lon": 3.6658912,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298373,\n
        "lat": 49.1668744,\n
        "lon": 3.6654040,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298374,\n
        "lat": 49.1652809,\n
        "lon": 3.6689319,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298375,\n
        "lat": 49.1677881,\n
        "lon": 3.6677298,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298376,\n
        "lat": 49.1664905,\n
        "lon": 3.6696667,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298377,\n
        "lat": 49.1689361,\n
        "lon": 3.6714338,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298378,\n
        "lat": 49.1654743,\n
        "lon": 3.6698250,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298379,\n
        "lat": 49.1661131,\n
        "lon": 3.6645999,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298380,\n
        "lat": 49.1686928,\n
        "lon": 3.6725647,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298381,\n
        "lat": 49.1679038,\n
        "lon": 3.6686197,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298382,\n
        "lat": 49.1690953,\n
        "lon": 3.6691723,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298383,\n
        "lat": 49.1655889,\n
        "lon": 3.6700035,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298384,\n
        "lat": 49.1674551,\n
        "lon": 3.6677614,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298385,\n
        "lat": 49.1656594,\n
        "lon": 3.6711671,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298386,\n
        "lat": 49.1676703,\n
        "lon": 3.6672157,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298387,\n
        "lat": 49.1686422,\n
        "lon": 3.6716944,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298388,\n
        "lat": 49.1655079,\n
        "lon": 3.6666128,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298389,\n
        "lat": 49.1696599,\n
        "lon": 3.6687480,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298390,\n
        "lat": 49.1667262,\n
        "lon": 3.6653470,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298391,\n
        "lat": 49.1689708,\n
        "lon": 3.6709202,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298392,\n
        "lat": 49.1663053,\n
        "lon": 3.6702254,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298393,\n
        "lat": 49.1690072,\n
        "lon": 3.6716227,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298394,\n
        "lat": 49.1653261,\n
        "lon": 3.6701066,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298395,\n
        "lat": 49.1646414,\n
        "lon": 3.6675083,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298396,\n
        "lat": 49.1651256,\n
        "lon": 3.6707852,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298397,\n
        "lat": 49.1661147,\n
        "lon": 3.6646323,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298398,\n
        "lat": 49.1681841,\n
        "lon": 3.6690834,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298399,\n
        "lat": 49.1498011,\n
        "lon": 3.6505406,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298400,\n
        "lat": 49.1656751,\n
        "lon": 3.6702818,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298401,\n
        "lat": 49.1698931,\n
        "lon": 3.6686050,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298402,\n
        "lat": 49.1656895,\n
        "lon": 3.6711305,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298403,\n
        "lat": 49.1679079,\n
        "lon": 3.6678300,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298404,\n
        "lat": 49.1687157,\n
        "lon": 3.6717056,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298405,\n
        "lat": 49.1653060,\n
        "lon": 3.6666327,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298406,\n
        "lat": 49.1664304,\n
        "lon": 3.6680885,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298407,\n
        "lat": 49.1662639,\n
        "lon": 3.6651840,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298408,\n
        "lat": 49.1688991,\n
        "lon": 3.6705084,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298409,\n
        "lat": 49.1565983,\n
        "lon": 3.6381877,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298410,\n
        "lat": 49.1681161,\n
        "lon": 3.6683290,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298411,\n
        "lat": 49.1656034,\n
        "lon": 3.6698752,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298412,\n
        "lat": 49.1697940,\n
        "lon": 3.6741040,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298413,\n
        "lat": 49.1651862,\n
        "lon": 3.6697381,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298414,\n
        "lat": 49.1647891,\n
        "lon": 3.6671122,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298415,\n
        "lat": 49.1665250,\n
        "lon": 3.6699870,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298416,\n
        "lat": 49.1682009,\n
        "lon": 3.6679978,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298417,\n
        "lat": 49.1659211,\n
        "lon": 3.6699414,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298418,\n
        "lat": 49.1654476,\n
        "lon": 3.6707619,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298419,\n
        "lat": 49.1662390,\n
        "lon": 3.6698721,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298420,\n
        "lat": 49.1676129,\n
        "lon": 3.6671739,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298623,\n
        "lat": 49.1657663,\n
        "lon": 3.6649357,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298624,\n
        "lat": 49.1665037,\n
        "lon": 3.6658500,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298625,\n
        "lat": 49.1677079,\n
        "lon": 3.6675972,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298626,\n
        "lat": 49.1653341,\n
        "lon": 3.6711037,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298627,\n
        "lat": 49.1680303,\n
        "lon": 3.6684069,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298628,\n
        "lat": 49.1652242,\n
        "lon": 3.6701811,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298629,\n
        "lat": 49.1646483,\n
        "lon": 3.6676900,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298630,\n
        "lat": 49.1651695,\n
        "lon": 3.6710373,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298631,\n
        "lat": 49.1656794,\n
        "lon": 3.6653758,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298632,\n
        "lat": 49.1666159,\n
        "lon": 3.6691721,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298633,\n
        "lat": 49.1666353,\n
        "lon": 3.6685517,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298634,\n
        "lat": 49.1652768,\n
        "lon": 3.6690248,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298635,\n
        "lat": 49.1652947,\n
        "lon": 3.6710112,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298636,\n
        "lat": 49.1662268,\n
        "lon": 3.6707836,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298637,\n
        "lat": 49.1678478,\n
        "lon": 3.6679046,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298638,\n
        "lat": 49.1690522,\n
        "lon": 3.6717385,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298639,\n
        "lat": 49.1651611,\n
        "lon": 3.6669569,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298640,\n
        "lat": 49.1647100,\n
        "lon": 3.6667811,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298641,\n
        "lat": 49.1662977,\n
        "lon": 3.6652918,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298642,\n
        "lat": 49.1688043,\n
        "lon": 3.6701005,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298643,\n
        "lat": 49.1680469,\n
        "lon": 3.6686487,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298644,\n
        "lat": 49.1665834,\n
        "lon": 3.6684306,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298645,\n
        "lat": 49.1656612,\n
        "lon": 3.6707138,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298646,\n
        "lat": 49.1645228,\n
        "lon": 3.6680211,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298647,\n
        "lat": 49.1651405,\n
        "lon": 3.6662191,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298648,\n
        "lat": 49.1665752,\n
        "lon": 3.6688978,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298649,\n
        "lat": 49.1682079,\n
        "lon": 3.6680215,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298650,\n
        "lat": 49.1664285,\n
        "lon": 3.6688999,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298651,\n
        "lat": 49.1651299,\n
        "lon": 3.6698116,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298652,\n
        "lat": 49.1664691,\n
        "lon": 3.6702620,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298653,\n
        "lat": 49.1676589,\n
        "lon": 3.6674750,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298654,\n
        "lat": 49.1660928,\n
        "lon": 3.6702980,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298655,\n
        "lat": 49.1688938,\n
        "lon": 3.6710137,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298656,\n
        "lat": 49.1653941,\n
        "lon": 3.6667861,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298657,\n
        "lat": 49.1664446,\n
        "lon": 3.6679327,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298658,\n
        "lat": 49.1683703,\n
        "lon": 3.6688232,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298659,\n
        "lat": 49.1693741,\n
        "lon": 3.6688960,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298660,\n
        "lat": 49.1656043,\n
        "lon": 3.6698896,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298661,\n
        "lat": 49.1671543,\n
        "lon": 3.6678354,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298662,\n
        "lat": 49.1652135,\n
        "lon": 3.6702804,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298663,\n
        "lat": 49.1698013,\n
        "lon": 3.6724520,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298664,\n
        "lat": 49.1689547,\n
        "lon": 3.6729850,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298665,\n
        "lat": 49.1653683,\n
        "lon": 3.6679074,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298666,\n
        "lat": 49.1685030,\n
        "lon": 3.6693956,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298667,\n
        "lat": 49.1666123,\n
        "lon": 3.6654640,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298668,\n
        "lat": 49.1680301,\n
        "lon": 3.6687572,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298669,\n
        "lat": 49.1663432,\n
        "lon": 3.6707257,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298670,\n
        "lat": 49.1691944,\n
        "lon": 3.6722012,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298671,\n
        "lat": 49.1651087,\n
        "lon": 3.6685456,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298672,\n
        "lat": 49.1666196,\n
        "lon": 3.6679204,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298673,\n
        "lat": 49.1660797,\n
        "lon": 3.6697924,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298674,\n
        "lat": 49.1656643,\n
        "lon": 3.6653217,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298675,\n
        "lat": 49.1682944,\n
        "lon": 3.6692575,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298676,\n
        "lat": 49.1674518,\n
        "lon": 3.6667705,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298677,\n
        "lat": 49.1653281,\n
        "lon": 3.6687535,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298678,\n
        "lat": 49.1685624,\n
        "lon": 3.6696652,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298679,\n
        "lat": 49.1664447,\n
        "lon": 3.6693451,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298680,\n
        "lat": 49.1679165,\n
        "lon": 3.6678744,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298681,\n
        "lat": 49.1686264,\n
        "lon": 3.6723146,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298682,\n
        "lat": 49.1654465,\n
        "lon": 3.6663557,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298683,\n
        "lat": 49.1664417,\n
        "lon": 3.6652008,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298684,\n
        "lat": 49.1657120,\n
        "lon": 3.6653424,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298685,\n
        "lat": 49.1688215,\n
        "lon": 3.6712140,\n
        "timestamp": "2017-05-01T18:57:57Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298686,\n
        "lat": 49.1653543,\n
        "lon": 3.6710845,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298687,\n
        "lat": 49.1691230,\n
        "lon": 3.6723821,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298688,\n
        "lat": 49.1652456,\n
        "lon": 3.6689854,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298689,\n
        "lat": 49.1646704,\n
        "lon": 3.6674764,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298690,\n
        "lat": 49.1650018,\n
        "lon": 3.6699780,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298691,\n
        "lat": 49.1652111,\n
        "lon": 3.6685541,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298692,\n
        "lat": 49.1682514,\n
        "lon": 3.6693546,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298693,\n
        "lat": 49.1665913,\n
        "lon": 3.6685885,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298694,\n
        "lat": 49.1663553,\n
        "lon": 3.6691781,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298695,\n
        "lat": 49.1651771,\n
        "lon": 3.6696639,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298696,\n
        "lat": 49.1661177,\n
        "lon": 3.6702415,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298697,\n
        "lat": 49.1676553,\n
        "lon": 3.6679363,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298698,\n
        "lat": 49.1691348,\n
        "lon": 3.6720497,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298699,\n
        "lat": 49.1656512,\n
        "lon": 3.6673706,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298700,\n
        "lat": 49.1645140,\n
        "lon": 3.6675301,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298701,\n
        "lat": 49.1658632,\n
        "lon": 3.6646291,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298702,\n
        "lat": 49.1687375,\n
        "lon": 3.6698133,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298703,\n
        "lat": 49.1567440,\n
        "lon": 3.6388511,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298704,\n
        "lat": 49.1679301,\n
        "lon": 3.6678077,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298705,\n
        "lat": 49.1657413,\n
        "lon": 3.6707881,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298706,\n
        "lat": 49.1687489,\n
        "lon": 3.6724994,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298707,\n
        "lat": 49.1658461,\n
        "lon": 3.6663888,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298708,\n
        "lat": 49.1665523,\n
        "lon": 3.6699063,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298709,\n
        "lat": 49.1673489,\n
        "lon": 3.6672466,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298710,\n
        "lat": 49.1662915,\n
        "lon": 3.6658991,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298711,\n
        "lat": 49.1653160,\n
        "lon": 3.6658349,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298712,\n
        "lat": 49.1653133,\n
        "lon": 3.6689257,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298713,\n
        "lat": 49.1666158,\n
        "lon": 3.6677997,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298714,\n
        "lat": 49.1650292,\n
        "lon": 3.6685415,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298715,\n
        "lat": 49.1653541,\n
        "lon": 3.6666020,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298716,\n
        "lat": 49.1654646,\n
        "lon": 3.6698260,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298717,\n
        "lat": 49.1656261,\n
        "lon": 3.6648952,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298718,\n
        "lat": 49.1655411,\n
        "lon": 3.6717339,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298719,\n
        "lat": 49.1681549,\n
        "lon": 3.6687635,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298720,\n
        "lat": 49.1690446,\n
        "lon": 3.6691828,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298721,\n
        "lat": 49.1650725,\n
        "lon": 3.6687759,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298722,\n
        "lat": 49.1688801,\n
        "lon": 3.6711091,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298723,\n
        "lat": 49.1652765,\n
        "lon": 3.6668962,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298724,\n
        "lat": 49.1646001,\n
        "lon": 3.6675577,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298725,\n
        "lat": 49.1659088,\n
        "lon": 3.6646353,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298726,\n
        "lat": 49.1687208,\n
        "lon": 3.6700603,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298727,\n
        "lat": 49.1650619,\n
        "lon": 3.6689851,\n
        "timestamp": "2017-05-01T18:57:52Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298728,\n
        "lat": 49.1671163,\n
        "lon": 3.6671650,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298729,\n
        "lat": 49.1650619,\n
        "lon": 3.6699772,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298730,\n
        "lat": 49.1696969,\n
        "lon": 3.6740530,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298731,\n
        "lat": 49.1649208,\n
        "lon": 3.6666996,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298732,\n
        "lat": 49.1652415,\n
        "lon": 3.6677133,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298733,\n
        "lat": 49.1665964,\n
        "lon": 3.6686494,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298734,\n
        "lat": 49.1665384,\n
        "lon": 3.6692336,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298735,\n
        "lat": 49.1663463,\n
        "lon": 3.6703192,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298736,\n
        "lat": 49.1688441,\n
        "lon": 3.6719767,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298737,\n
        "lat": 49.1652020,\n
        "lon": 3.6703968,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298738,\n
        "lat": 49.1648014,\n
        "lon": 3.6673546,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298739,\n
        "lat": 49.1656554,\n
        "lon": 3.6653997,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298740,\n
        "lat": 49.1691903,\n
        "lon": 3.6723228,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298741,\n
        "lat": 49.1684296,\n
        "lon": 3.6689658,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298742,\n
        "lat": 49.1497777,\n
        "lon": 3.6503152,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298743,\n
        "lat": 49.1653690,\n
        "lon": 3.6696401,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298744,\n
        "lat": 49.1697012,\n
        "lon": 3.6743469,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298745,\n
        "lat": 49.1658154,\n
        "lon": 3.6707421,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298746,\n
        "lat": 49.1673249,\n
        "lon": 3.6669855,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298747,\n
        "lat": 49.1686496,\n
        "lon": 3.6717351,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298748,\n
        "lat": 49.1652158,\n
        "lon": 3.6678926,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298749,\n
        "lat": 49.1656170,\n
        "lon": 3.6652569,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298750,\n
        "lat": 49.1665249,\n
        "lon": 3.6656628,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298751,\n
        "lat": 49.1686454,\n
        "lon": 3.6706511,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298752,\n
        "lat": 49.1654439,\n
        "lon": 3.6710706,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298753,\n
        "lat": 49.1680000,\n
        "lon": 3.6685507,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298754,\n
        "lat": 49.1649680,\n
        "lon": 3.6702307,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298755,\n
        "lat": 49.1647437,\n
        "lon": 3.6673668,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298756,\n
        "lat": 49.1646015,\n
        "lon": 3.6698019,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298757,\n
        "lat": 49.1655228,\n
        "lon": 3.6663926,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298758,\n
        "lat": 49.1666249,\n
        "lon": 3.6693279,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298759,\n
        "lat": 49.1666220,\n
        "lon": 3.6685809,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298760,\n
        "lat": 49.1653049,\n
        "lon": 3.6692347,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298761,\n
        "lat": 49.1684166,\n
        "lon": 3.6685995,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298762,\n
        "lat": 49.1659050,\n
        "lon": 3.6698063,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298763,\n
        "lat": 49.1678646,\n
        "lon": 3.6675646,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298764,\n
        "lat": 49.1689934,\n
        "lon": 3.6716867,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298765,\n
        "lat": 49.1651232,\n
        "lon": 3.6669424,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298766,\n
        "lat": 49.1649112,\n
        "lon": 3.6664908,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298767,\n
        "lat": 49.1659947,\n
        "lon": 3.6655577,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298768,\n
        "lat": 49.1699241,\n
        "lon": 3.6686415,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298769,\n
        "lat": 49.1655729,\n
        "lon": 3.6712351,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298770,\n
        "lat": 49.1681591,\n
        "lon": 3.6686380,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298771,\n
        "lat": 49.1649903,\n
        "lon": 3.6703177,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298772,\n
        "lat": 49.1698269,\n
        "lon": 3.6741167,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298773,\n
        "lat": 49.1654384,\n
        "lon": 3.6662545,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298774,\n
        "lat": 49.1665554,\n
        "lon": 3.6693425,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298775,\n
        "lat": 49.1666451,\n
        "lon": 3.6678801,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298776,\n
        "lat": 49.1664457,\n
        "lon": 3.6656136,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298777,\n
        "lat": 49.1653770,\n
        "lon": 3.6691939,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298778,\n
        "lat": 49.1664463,\n
        "lon": 3.6700541,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298779,\n
        "lat": 49.1675158,\n
        "lon": 3.6677174,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298780,\n
        "lat": 49.1664410,\n
        "lon": 3.6697005,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298781,\n
        "lat": 49.1689667,\n
        "lon": 3.6714471,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298782,\n
        "lat": 49.1654106,\n
        "lon": 3.6698843,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298783,\n
        "lat": 49.1664167,\n
        "lon": 3.6654024,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298784,\n
        "lat": 49.1696759,\n
        "lon": 3.6742531,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298785,\n
        "lat": 49.1682507,\n
        "lon": 3.6690978,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298786,\n
        "lat": 49.1695812,\n
        "lon": 3.6687929,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298787,\n
        "lat": 49.1655955,\n
        "lon": 3.6698987,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298788,\n
        "lat": 49.1674589,\n
        "lon": 3.6677295,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298789,\n
        "lat": 49.1655909,\n
        "lon": 3.6709828,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298790,\n
        "lat": 49.1674751,\n
        "lon": 3.6673434,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298791,\n
        "lat": 49.1686328,\n
        "lon": 3.6730943,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298792,\n
        "lat": 49.1689284,\n
        "lon": 3.6712911,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298793,\n
        "lat": 49.1666094,\n
        "lon": 3.6653344,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298794,\n
        "lat": 49.1685826,\n
        "lon": 3.6706675,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298795,\n
        "lat": 49.1663504,\n
        "lon": 3.6701646,\n
        "timestamp": "2017-05-01T18:57:53Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298796,\n
        "lat": 49.1690609,\n
        "lon": 3.6716580,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298797,\n
        "lat": 49.1650107,\n
        "lon": 3.6700847,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298798,\n
        "lat": 49.1664689,\n
        "lon": 3.6680705,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298799,\n
        "lat": 49.1656320,\n
        "lon": 3.6702987,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298800,\n
        "lat": 49.1661813,\n
        "lon": 3.6647506,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298801,\n
        "lat": 49.1681032,\n
        "lon": 3.6690009,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298802,\n
        "lat": 49.1657124,\n
        "lon": 3.6717047,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298803,\n
        "lat": 49.1657104,\n
        "lon": 3.6702292,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298804,\n
        "lat": 49.1698500,\n
        "lon": 3.6685166,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298805,\n
        "lat": 49.1662488,\n
        "lon": 3.6696385,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298806,\n
        "lat": 49.1665319,\n
        "lon": 3.6664463,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298807,\n
        "lat": 49.1686655,\n
        "lon": 3.6725540,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298808,\n
        "lat": 49.1653169,\n
        "lon": 3.6666406,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298809,\n
        "lat": 49.1664603,\n
        "lon": 3.6680541,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298810,\n
        "lat": 49.1666810,\n
        "lon": 3.6650468,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298811,\n
        "lat": 49.1692895,\n
        "lon": 3.6693194,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298812,\n
        "lat": 49.1653355,\n
        "lon": 3.6711058,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298813,\n
        "lat": 49.1692251,\n
        "lon": 3.6723827,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298814,\n
        "lat": 49.1655618,\n
        "lon": 3.6697918,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298815,\n
        "lat": 49.1697606,\n
        "lon": 3.6743054,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298816,\n
        "lat": 49.1652065,\n
        "lon": 3.6696946,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298817,\n
        "lat": 49.1647758,\n
        "lon": 3.6669715,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298818,\n
        "lat": 49.1680682,\n
        "lon": 3.6690590,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298819,\n
        "lat": 49.1666559,\n
        "lon": 3.6685392,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298820,\n
        "lat": 49.1660998,\n
        "lon": 3.6699452,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298921,\n
        "lat": 49.1663275,\n
        "lon": 3.6704292,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298922,\n
        "lat": 49.1662248,\n
        "lon": 3.6697086,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298923,\n
        "lat": 49.1675884,\n
        "lon": 3.6670912,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298924,\n
        "lat": 49.1664826,\n
        "lon": 3.6696681,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298925,\n
        "lat": 49.1689321,\n
        "lon": 3.6714109,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298926,\n
        "lat": 49.1665806,\n
        "lon": 3.6685456,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298927,\n
        "lat": 49.1644622,\n
        "lon": 3.6675890,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298928,\n
        "lat": 49.1659240,\n
        "lon": 3.6645952,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298929,\n
        "lat": 49.1687605,\n
        "lon": 3.6699115,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298930,\n
        "lat": 49.1651732,\n
        "lon": 3.6690436,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298931,\n
        "lat": 49.1671207,\n
        "lon": 3.6670722,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298932,\n
        "lat": 49.1652724,\n
        "lon": 3.6698030,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298933,\n
        "lat": 49.1686865,\n
        "lon": 3.6725174,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298934,\n
        "lat": 49.1649085,\n
        "lon": 3.6666334,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298935,\n
        "lat": 49.1695798,\n
        "lon": 3.6687853,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298936,\n
        "lat": 49.1666094,\n
        "lon": 3.6690578,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298937,\n
        "lat": 49.1653912,\n
        "lon": 3.6708966,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298938,\n
        "lat": 49.1653042,\n
        "lon": 3.6687769,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298939,\n
        "lat": 49.1676973,\n
        "lon": 3.6675453,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298940,\n
        "lat": 49.1651876,\n
        "lon": 3.6705481,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298941,\n
        "lat": 49.1651878,\n
        "lon": 3.6684127,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298942,\n
        "lat": 49.1656896,\n
        "lon": 3.6653107,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298943,\n
        "lat": 49.1645934,\n
        "lon": 3.6674335,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298944,\n
        "lat": 49.1684606,\n
        "lon": 3.6690864,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298945,\n
        "lat": 49.1692020,\n
        "lon": 3.6690368,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298946,\n
        "lat": 49.1653541,\n
        "lon": 3.6692018,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298947,\n
        "lat": 49.1697440,\n
        "lon": 3.6744038,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298948,\n
        "lat": 49.1658600,\n
        "lon": 3.6708922,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298949,\n
        "lat": 49.1686973,\n
        "lon": 3.6716112,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298950,\n
        "lat": 49.1654989,\n
        "lon": 3.6666192,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298951,\n
        "lat": 49.1657530,\n
        "lon": 3.6650929,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298952,\n
        "lat": 49.1665171,\n
        "lon": 3.6657544,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298953,\n
        "lat": 49.1680770,\n
        "lon": 3.6682278,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298954,\n
        "lat": 49.1654740,\n
        "lon": 3.6711711,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298955,\n
        "lat": 49.1679063,\n
        "lon": 3.6683883,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298956,\n
        "lat": 49.1651393,\n
        "lon": 3.6705316,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298957,\n
        "lat": 49.1647584,\n
        "lon": 3.6672805,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298958,\n
        "lat": 49.1651987,\n
        "lon": 3.6708210,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298959,\n
        "lat": 49.1656387,\n
        "lon": 3.6653375,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298960,\n
        "lat": 49.1665736,\n
        "lon": 3.6692494,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298961,\n
        "lat": 49.1666662,\n
        "lon": 3.6685775,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298962,\n
        "lat": 49.1652673,\n
        "lon": 3.6691026,\n
        "timestamp": "2017-05-01T18:57:54Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298963,\n
        "lat": 49.1685293,\n
        "lon": 3.6686055,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298964,\n
        "lat": 49.1659467,\n
        "lon": 3.6698253,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298965,\n
        "lat": 49.1678499,\n
        "lon": 3.6679256,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298966,\n
        "lat": 49.1690279,\n
        "lon": 3.6716969,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298967,\n
        "lat": 49.1651404,\n
        "lon": 3.6667875,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298968,\n
        "lat": 49.1647684,\n
        "lon": 3.6667987,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298969,\n
        "lat": 49.1662715,\n
        "lon": 3.6653589,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298970,\n
        "lat": 49.1689077,\n
        "lon": 3.6700698,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298971,\n
        "lat": 49.1680082,\n
        "lon": 3.6687306,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298972,\n
        "lat": 49.1665719,\n
        "lon": 3.6685131,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298973,\n
        "lat": 49.1656052,\n
        "lon": 3.6707816,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298974,\n
        "lat": 49.1645501,\n
        "lon": 3.6677212,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298975,\n
        "lat": 49.1656440,\n
        "lon": 3.6661566,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298976,\n
        "lat": 49.1665646,\n
        "lon": 3.6692818,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298977,\n
        "lat": 49.1688053,\n
        "lon": 3.6712845,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298978,\n
        "lat": 49.1663768,\n
        "lon": 3.6691760,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298979,\n
        "lat": 49.1660257,\n
        "lon": 3.6697970,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298980,\n
        "lat": 49.1664795,\n
        "lon": 3.6702020,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298981,\n
        "lat": 49.1674032,\n
        "lon": 3.6673066,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298982,\n
        "lat": 49.1663638,\n
        "lon": 3.6697854,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298983,\n
        "lat": 49.1689821,\n
        "lon": 3.6715613,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298984,\n
        "lat": 49.1653759,\n
        "lon": 3.6697151,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298985,\n
        "lat": 49.1654476,\n
        "lon": 3.6668036,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298986,\n
        "lat": 49.1652858,\n
        "lon": 3.6677353,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298987,\n
        "lat": 49.1682218,\n
        "lon": 3.6688293,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298988,\n
        "lat": 49.1694418,\n
        "lon": 3.6689110,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298989,\n
        "lat": 49.1656516,\n
        "lon": 3.6699048,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298990,\n
        "lat": 49.1671532,\n
        "lon": 3.6679159,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298991,\n
        "lat": 49.1656532,\n
        "lon": 3.6709635,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298992,\n
        "lat": 49.1675033,\n
        "lon": 3.6671901,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298993,\n
        "lat": 49.1687446,\n
        "lon": 3.6723609,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298994,\n
        "lat": 49.1653097,\n
        "lon": 3.6678701,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298995,\n
        "lat": 49.1684616,\n
        "lon": 3.6695238,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298996,\n
        "lat": 49.1665614,\n
        "lon": 3.6652535,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298997,\n
        "lat": 49.1686300,\n
        "lon": 3.6705152,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298998,\n
        "lat": 49.1664121,\n
        "lon": 3.6700424,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829298999,\n
        "lat": 49.1691274,\n
        "lon": 3.6722178,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299000,\n
        "lat": 49.1650306,\n
        "lon": 3.6684817,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299001,\n
        "lat": 49.1664719,\n
        "lon": 3.6679891,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299002,\n
        "lat": 49.1656499,\n
        "lon": 3.6702355,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299003,\n
        "lat": 49.1655961,\n
        "lon": 3.6651795,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299004,\n
        "lat": 49.1681582,\n
        "lon": 3.6689177,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299005,\n
        "lat": 49.1656027,\n
        "lon": 3.6716260,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299006,\n
        "lat": 49.1653373,\n
        "lon": 3.6687146,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299007,\n
        "lat": 49.1685238,\n
        "lon": 3.6697763,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299008,\n
        "lat": 49.1663744,\n
        "lon": 3.6693758,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299009,\n
        "lat": 49.1667327,\n
        "lon": 3.6666427,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299010,\n
        "lat": 49.1685618,\n
        "lon": 3.6722760,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299011,\n
        "lat": 49.1653068,\n
        "lon": 3.6666946,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299012,\n
        "lat": 49.1657887,\n
        "lon": 3.6652650,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299013,\n
        "lat": 49.1658590,\n
        "lon": 3.6652564,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299014,\n
        "lat": 49.1688012,\n
        "lon": 3.6712485,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299015,\n
        "lat": 49.1652903,\n
        "lon": 3.6711220,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299016,\n
        "lat": 49.1692496,\n
        "lon": 3.6722998,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299017,\n
        "lat": 49.1657860,\n
        "lon": 3.6698535,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299018,\n
        "lat": 49.1652517,\n
        "lon": 3.6696408,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299019,\n
        "lat": 49.1657351,\n
        "lon": 3.6663340,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299020,\n
        "lat": 49.1679735,\n
        "lon": 3.6688095,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299021,\n
        "lat": 49.1665319,\n
        "lon": 3.6686234,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299022,\n
        "lat": 49.1661221,\n
        "lon": 3.6699772,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299023,\n
        "lat": 49.1663466,\n
        "lon": 3.6703578,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299024,\n
        "lat": 49.1662258,\n
        "lon": 3.6696534,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299025,\n
        "lat": 49.1676105,\n
        "lon": 3.6670730,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299026,\n
        "lat": 49.1691108,\n
        "lon": 3.6718910,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299027,\n
        "lat": 49.1654117,\n
        "lon": 3.6666771,\n
        "timestamp": "2017-05-01T18:57:55Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299028,\n
        "lat": 49.1645840,\n
        "lon": 3.6675593,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299029,\n
        "lat": 49.1658301,\n
        "lon": 3.6647070,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299030,\n
        "lat": 49.1692833,\n
        "lon": 3.6694308,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299031,\n
        "lat": 49.1656155,\n
        "lon": 3.6700972,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299032,\n
        "lat": 49.1679264,\n
        "lon": 3.6677323,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299033,\n
        "lat": 49.1657550,\n
        "lon": 3.6708266,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299034,\n
        "lat": 49.1687724,\n
        "lon": 3.6724342,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299035,\n
        "lat": 49.1649499,\n
        "lon": 3.6664853,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299036,\n
        "lat": 49.1652714,\n
        "lon": 3.6680017,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299037,\n
        "lat": 49.1663183,\n
        "lon": 3.6659955,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299038,\n
        "lat": 49.1650400,\n
        "lon": 3.6658312,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299039,\n
        "lat": 49.1653408,\n
        "lon": 3.6688954,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299040,\n
        "lat": 49.1666482,\n
        "lon": 3.6678864,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299041,\n
        "lat": 49.1650013,\n
        "lon": 3.6687611,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299042,\n
        "lat": 49.1652366,\n
        "lon": 3.6684864,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299043,\n
        "lat": 49.1663981,\n
        "lon": 3.6646964,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299044,\n
        "lat": 49.1654108,\n
        "lon": 3.6717549,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299045,\n
        "lat": 49.1681021,\n
        "lon": 3.6689044,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299046,\n
        "lat": 49.1695630,\n
        "lon": 3.6686917,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299047,\n
        "lat": 49.1653440,\n
        "lon": 3.6692321,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299048,\n
        "lat": 49.1686722,\n
        "lon": 3.6690010,\n
        "timestamp": "2017-05-01T19:02:06Z",\n
        "version": 2,\n
        "changeset": 48315821,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299049,\n
        "lat": 49.1657837,\n
        "lon": 3.6708726,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299050,\n
        "lat": 49.1686312,\n
        "lon": 3.6716995,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299051,\n
        "lat": 49.1655753,\n
        "lon": 3.6665645,\n
        "timestamp": "2017-05-01T18:57:56Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299221,\n
        "lat": 49.1652403,\n
        "lon": 3.6689243,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299222,\n
        "lat": 49.1686979,\n
        "lon": 3.6690178,\n
        "timestamp": "2017-05-01T19:02:06Z",\n
        "version": 2,\n
        "changeset": 48315821,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299223,\n
        "lat": 49.1657391,\n
        "lon": 3.6708734,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299224,\n
        "lat": 49.1675752,\n
        "lon": 3.6673637,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299225,\n
        "lat": 49.1686385,\n
        "lon": 3.6716741,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299226,\n
        "lat": 49.1654726,\n
        "lon": 3.6666367,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299227,\n
        "lat": 49.1661791,\n
        "lon": 3.6649044,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299228,\n
        "lat": 49.1664412,\n
        "lon": 3.6658250,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299229,\n
        "lat": 49.1677082,\n
        "lon": 3.6675692,\n
        "timestamp": "2017-05-01T18:57:58Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299230,\n
        "lat": 49.1662690,\n
        "lon": 3.6702267,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299231,\n
        "lat": 49.1688095,\n
        "lon": 3.6719270,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299232,\n
        "lat": 49.1653029,\n
        "lon": 3.6700286,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299233,\n
        "lat": 49.1646636,\n
        "lon": 3.6672852,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299234,\n
        "lat": 49.1651395,\n
        "lon": 3.6708504,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299235,\n
        "lat": 49.1658082,\n
        "lon": 3.6648645,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299236,\n
        "lat": 49.1680566,\n
        "lon": 3.6690386,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299237,\n
        "lat": 49.1498328,\n
        "lon": 3.6505212,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299238,\n
        "lat": 49.1664513,\n
        "lon": 3.6688266,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299239,\n
        "lat": 49.1652299,\n
        "lon": 3.6709660,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299240,\n
        "lat": 49.1661992,\n
        "lon": 3.6707267,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299241,\n
        "lat": 49.1679237,\n
        "lon": 3.6678689,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299242,\n
        "lat": 49.1690926,\n
        "lon": 3.6718202,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299243,\n
        "lat": 49.1651823,\n
        "lon": 3.6667504,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299244,\n
        "lat": 49.1654465,\n
        "lon": 3.6668692,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299245,\n
        "lat": 49.1662696,\n
        "lon": 3.6651989,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299246,\n
        "lat": 49.1688556,\n
        "lon": 3.6701635,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299247,\n
        "lat": 49.1564915,\n
        "lon": 3.6383043,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299248,\n
        "lat": 49.1678828,\n
        "lon": 3.6677298,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299249,\n
        "lat": 49.1656942,\n
        "lon": 3.6712036,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299250,\n
        "lat": 49.1644701,\n
        "lon": 3.6676606,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299251,\n
        "lat": 49.1646607,\n
        "lon": 3.6699884,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299252,\n
        "lat": 49.1655233,\n
        "lon": 3.6664858,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299253,\n
        "lat": 49.1666878,\n
        "lon": 3.6690196,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299254,\n
        "lat": 49.1681829,\n
        "lon": 3.6680105,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299255,\n
        "lat": 49.1664333,\n
        "lon": 3.6691646,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299256,\n
        "lat": 49.1651875,\n
        "lon": 3.6698364,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299257,\n
        "lat": 49.1652511,\n
        "lon": 3.6689167,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299258,\n
        "lat": 49.1676318,\n
        "lon": 3.6672085,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299259,\n
        "lat": 49.1650807,\n
        "lon": 3.6686853,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299260,\n
        "lat": 49.1689007,\n
        "lon": 3.6711000,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299261,\n
        "lat": 49.1647570,\n
        "lon": 3.6679214,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299262,\n
        "lat": 49.1647623,\n
        "lon": 3.6680555,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299263,\n
        "lat": 49.1681270,\n
        "lon": 3.6688818,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299264,\n
        "lat": 49.1693060,\n
        "lon": 3.6688912,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299265,\n
        "lat": 49.1650715,\n
        "lon": 3.6690714,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299266,\n
        "lat": 49.1673638,\n
        "lon": 3.6669021,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299267,\n
        "lat": 49.1651696,\n
        "lon": 3.6702130,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299268,\n
        "lat": 49.1697123,\n
        "lon": 3.6742849,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299269,\n
        "lat": 49.1690452,\n
        "lon": 3.6730841,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299270,\n
        "lat": 49.1666267,\n
        "lon": 3.6654940,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299271,\n
        "lat": 49.1665294,\n
        "lon": 3.6692852,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299272,\n
        "lat": 49.1664147,\n
        "lon": 3.6705571,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299273,\n
        "lat": 49.1691790,\n
        "lon": 3.6723271,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299274,\n
        "lat": 49.1651328,\n
        "lon": 3.6686097,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299275,\n
        "lat": 49.1665293,\n
        "lon": 3.6683531,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299276,\n
        "lat": 49.1660811,\n
        "lon": 3.6697401,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299277,\n
        "lat": 49.1664897,\n
        "lon": 3.6654029,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299278,\n
        "lat": 49.1689723,\n
        "lon": 3.6726169,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299279,\n
        "lat": 49.1682730,\n
        "lon": 3.6690548,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299280,\n
        "lat": 49.1674675,\n
        "lon": 3.6666770,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299281,\n
        "lat": 49.1653192,\n
        "lon": 3.6696536,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299282,\n
        "lat": 49.1687025,\n
        "lon": 3.6696880,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299283,\n
        "lat": 49.1662287,\n
        "lon": 3.6708079,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299284,\n
        "lat": 49.1679185,\n
        "lon": 3.6678561,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299285,\n
        "lat": 49.1687987,\n
        "lon": 3.6709628,\n
        "timestamp": "2017-05-01T18:57:59Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299286,\n
        "lat": 49.1646698,\n
        "lon": 3.6680127,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299287,\n
        "lat": 49.1653872,\n
        "lon": 3.6654630,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299288,\n
        "lat": 49.1658339,\n
        "lon": 3.6651617,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299289,\n
        "lat": 49.1687369,\n
        "lon": 3.6701398,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299290,\n
        "lat": 49.1664215,\n
        "lon": 3.6705022,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299291,\n
        "lat": 49.1679753,\n
        "lon": 3.6684570,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299292,\n
        "lat": 49.1649804,\n
        "lon": 3.6700562,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299293,\n
        "lat": 49.1647020,\n
        "lon": 3.6674372,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299294,\n
        "lat": 49.1650167,\n
        "lon": 3.6698667,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299295,\n
        "lat": 49.1655001,\n
        "lon": 3.6664085,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299296,\n
        "lat": 49.1682737,\n
        "lon": 3.6692390,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299297,\n
        "lat": 49.1677105,\n
        "lon": 3.6674087,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299298,\n
        "lat": 49.1653057,\n
        "lon": 3.6692434,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299299,\n
        "lat": 49.1697929,\n
        "lon": 3.6685076,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299300,\n
        "lat": 49.1659126,\n
        "lon": 3.6698402,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299301,\n
        "lat": 49.1677850,\n
        "lon": 3.6680770,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299302,\n
        "lat": 49.1689968,\n
        "lon": 3.6717674,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299303,\n
        "lat": 49.1656976,\n
        "lon": 3.6673138,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299304,\n
        "lat": 49.1648895,\n
        "lon": 3.6665248,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299305,\n
        "lat": 49.1664134,\n
        "lon": 3.6645432,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299306,\n
        "lat": 49.1696854,\n
        "lon": 3.6687254,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299307,\n
        "lat": 49.1654851,\n
        "lon": 3.6713192,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299308,\n
        "lat": 49.1680934,\n
        "lon": 3.6686987,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299309,\n
        "lat": 49.1658138,\n
        "lon": 3.6707024,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299310,\n
        "lat": 49.1697711,\n
        "lon": 3.6724656,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299311,\n
        "lat": 49.1654744,\n
        "lon": 3.6663222,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299312,\n
        "lat": 49.1665403,\n
        "lon": 3.6695090,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299313,\n
        "lat": 49.1672499,\n
        "lon": 3.6671757,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299314,\n
        "lat": 49.1664462,\n
        "lon": 3.6656227,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299315,\n
        "lat": 49.1650598,\n
        "lon": 3.6657854,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299316,\n
        "lat": 49.1652802,\n
        "lon": 3.6689125,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299317,\n
        "lat": 49.1666361,\n
        "lon": 3.6677559,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299318,\n
        "lat": 49.1664903,\n
        "lon": 3.6696940,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299319,\n
        "lat": 49.1689679,\n
        "lon": 3.6714156,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299320,\n
        "lat": 49.1654776,\n
        "lon": 3.6698540,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299421,\n
        "lat": 49.1656720,\n
        "lon": 3.6647861,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299422,\n
        "lat": 49.1687550,\n
        "lon": 3.6725470,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299423,\n
        "lat": 49.1679180,\n
        "lon": 3.6688608,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299424,\n
        "lat": 49.1691094,\n
        "lon": 3.6693546,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299425,\n
        "lat": 49.1652624,\n
        "lon": 3.6689523,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299426,\n
        "lat": 49.1674475,\n
        "lon": 3.6677381,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299427,\n
        "lat": 49.1657006,\n
        "lon": 3.6711532,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299428,\n
        "lat": 49.1677176,\n
        "lon": 3.6672984,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299429,\n
        "lat": 49.1686674,\n
        "lon": 3.6732166,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299430,\n
        "lat": 49.1655165,\n
        "lon": 3.6666431,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299431,\n
        "lat": 49.1661930,\n
        "lon": 3.6647754,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299432,\n
        "lat": 49.1666450,\n
        "lon": 3.6654213,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299433,\n
        "lat": 49.1688252,\n
        "lon": 3.6705425,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299434,\n
        "lat": 49.1663054,\n
        "lon": 3.6701671,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299435,\n
        "lat": 49.1689221,\n
        "lon": 3.6720855,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299436,\n
        "lat": 49.1650424,\n
        "lon": 3.6701910,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299437,\n
        "lat": 49.1647280,\n
        "lon": 3.6672298,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299438,\n
        "lat": 49.1652043,\n
        "lon": 3.6707461,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299439,\n
        "lat": 49.1655763,\n
        "lon": 3.6651063,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299440,\n
        "lat": 49.1683898,\n
        "lon": 3.6692710,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299441,\n
        "lat": 49.1497916,\n
        "lon": 3.6505047,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299442,\n
        "lat": 49.1664320,\n
        "lon": 3.6687596,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299443,\n
        "lat": 49.1698791,\n
        "lon": 3.6685082,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299444,\n
        "lat": 49.1663428,\n
        "lon": 3.6707931,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299445,\n
        "lat": 49.1680056,\n
        "lon": 3.6679184,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299446,\n
        "lat": 49.1686365,\n
        "lon": 3.6723781,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299447,\n
        "lat": 49.1653078,\n
        "lon": 3.6666429,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299448,\n
        "lat": 49.1654233,\n
        "lon": 3.6669201,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299449,\n
        "lat": 49.1665972,\n
        "lon": 3.6649804,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299450,\n
        "lat": 49.1688616,\n
        "lon": 3.6702572,\n
        "timestamp": "2017-05-01T18:58:00Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299451,\n
        "lat": 49.1568513,\n
        "lon": 3.6387360,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299452,\n
        "lat": 49.1678956,\n
        "lon": 3.6676610,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299453,\n
        "lat": 49.1655685,\n
        "lon": 3.6698805,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299454,\n
        "lat": 49.1697126,\n
        "lon": 3.6740608,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299455,\n
        "lat": 49.1651817,\n
        "lon": 3.6697033,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299456,\n
        "lat": 49.1647657,\n
        "lon": 3.6672567,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299457,\n
        "lat": 49.1666265,\n
        "lon": 3.6698924,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299458,\n
        "lat": 49.1672810,\n
        "lon": 3.6671101,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299459,\n
        "lat": 49.1664668,\n
        "lon": 3.6688101,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299460,\n
        "lat": 49.1654718,\n
        "lon": 3.6708226,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299461,\n
        "lat": 49.1657968,\n
        "lon": 3.6700103,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299462,\n
        "lat": 49.1676223,\n
        "lon": 3.6671610,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299463,\n
        "lat": 49.1650936,\n
        "lon": 3.6687182,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299464,\n
        "lat": 49.1688963,\n
        "lon": 3.6712091,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299465,\n
        "lat": 49.1652697,\n
        "lon": 3.6667923,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299466,\n
        "lat": 49.1646756,\n
        "lon": 3.6680155,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299467,\n
        "lat": 49.1659014,\n
        "lon": 3.6646161,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299468,\n
        "lat": 49.1688248,\n
        "lon": 3.6699857,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299469,\n
        "lat": 49.1651649,\n
        "lon": 3.6689553,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299470,\n
        "lat": 49.1672456,\n
        "lon": 3.6673608,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299471,\n
        "lat": 49.1650414,\n
        "lon": 3.6698938,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299472,\n
        "lat": 49.1696963,\n
        "lon": 3.6741468,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299473,\n
        "lat": 49.1692765,\n
        "lon": 3.6723175,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299474,\n
        "lat": 49.1651891,\n
        "lon": 3.6678297,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299475,\n
        "lat": 49.1667471,\n
        "lon": 3.6654012,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299476,\n
        "lat": 49.1655141,\n
        "lon": 3.6712400,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299477,\n
        "lat": 49.1664109,\n
        "lon": 3.6703252,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299478,\n
        "lat": 49.1688193,\n
        "lon": 3.6719859,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299479,\n
        "lat": 49.1650864,\n
        "lon": 3.6686585,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299480,\n
        "lat": 49.1651954,\n
        "lon": 3.6684953,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299481,\n
        "lat": 49.1653918,\n
        "lon": 3.6696829,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299482,\n
        "lat": 49.1656437,\n
        "lon": 3.6653561,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299483,\n
        "lat": 49.1690132,\n
        "lon": 3.6723784,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299484,\n
        "lat": 49.1684369,\n
        "lon": 3.6689846,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299485,\n
        "lat": 49.1497889,\n
        "lon": 3.6503532,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299486,\n
        "lat": 49.1649595,\n
        "lon": 3.6691468,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299487,\n
        "lat": 49.1687519,\n
        "lon": 3.6696071,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299488,\n
        "lat": 49.1658537,\n
        "lon": 3.6707379,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299489,\n
        "lat": 49.1673082,\n
        "lon": 3.6670524,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299490,\n
        "lat": 49.1691313,\n
        "lon": 3.6723796,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299491,\n
        "lat": 49.1652333,\n
        "lon": 3.6660259,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299492,\n
        "lat": 49.1660909,\n
        "lon": 3.6648864,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299493,\n
        "lat": 49.1680248,\n
        "lon": 3.6682769,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299494,\n
        "lat": 49.1656160,\n
        "lon": 3.6713509,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299495,\n
        "lat": 49.1679353,\n
        "lon": 3.6684934,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299496,\n
        "lat": 49.1651078,\n
        "lon": 3.6701561,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299497,\n
        "lat": 49.1647731,\n
        "lon": 3.6674110,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299498,\n
        "lat": 49.1650430,\n
        "lon": 3.6699004,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299499,\n
        "lat": 49.1655464,\n
        "lon": 3.6664697,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299500,\n
        "lat": 49.1666263,\n
        "lon": 3.6693612,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299501,\n
        "lat": 49.1665995,\n
        "lon": 3.6686631,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299502,\n
        "lat": 49.1652866,\n
        "lon": 3.6692390,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299503,\n
        "lat": 49.1699247,\n
        "lon": 3.6684473,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299504,\n
        "lat": 49.1659424,\n
        "lon": 3.6697925,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299505,\n
        "lat": 49.1677248,\n
        "lon": 3.6681039,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299506,\n
        "lat": 49.1689174,\n
        "lon": 3.6715906,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299507,\n
        "lat": 49.1653446,\n
        "lon": 3.6670259,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299508,\n
        "lat": 49.1649269,\n
        "lon": 3.6665187,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299509,\n
        "lat": 49.1661223,\n
        "lon": 3.6655640,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299510,\n
        "lat": 49.1699368,\n
        "lon": 3.6687307,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299511,\n
        "lat": 49.1655202,\n
        "lon": 3.6713375,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299512,\n
        "lat": 49.1681791,\n
        "lon": 3.6686919,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299513,\n
        "lat": 49.1651029,\n
        "lon": 3.6702504,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299514,\n
        "lat": 49.1698204,\n
        "lon": 3.6741683,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299515,\n
        "lat": 49.1655981,\n
        "lon": 3.6660644,\n
        "timestamp": "2017-05-01T18:58:01Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299516,\n
        "lat": 49.1665694,\n
        "lon": 3.6693399,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299517,\n
        "lat": 49.1677357,\n
        "lon": 3.6681300,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299518,\n
        "lat": 49.1666012,\n
        "lon": 3.6654406,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299519,\n
        "lat": 49.1667496,\n
        "lon": 3.6650623,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299520,\n
        "lat": 49.1664534,\n
        "lon": 3.6702026,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299521,\n
        "lat": 49.1677226,\n
        "lon": 3.6675842,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299522,\n
        "lat": 49.1664421,\n
        "lon": 3.6697730,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299523,\n
        "lat": 49.1689573,\n
        "lon": 3.6714258,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299524,\n
        "lat": 49.1653952,\n
        "lon": 3.6697140,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299525,\n
        "lat": 49.1660658,\n
        "lon": 3.6644923,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299526,\n
        "lat": 49.1697150,\n
        "lon": 3.6742694,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299527,\n
        "lat": 49.1678408,\n
        "lon": 3.6686713,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299528,\n
        "lat": 49.1694321,\n
        "lon": 3.6688668,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299529,\n
        "lat": 49.1656077,\n
        "lon": 3.6700001,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299530,\n
        "lat": 49.1674664,\n
        "lon": 3.6677532,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299531,\n
        "lat": 49.1656683,\n
        "lon": 3.6711588,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299532,\n
        "lat": 49.1674415,\n
        "lon": 3.6672691,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299533,\n
        "lat": 49.1686967,\n
        "lon": 3.6730526,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299534,\n
        "lat": 49.1696421,\n
        "lon": 3.6686605,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299535,\n
        "lat": 49.1665969,\n
        "lon": 3.6653460,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299536,\n
        "lat": 49.1689397,\n
        "lon": 3.6709346,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299537,\n
        "lat": 49.1663494,\n
        "lon": 3.6700474,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299538,\n
        "lat": 49.1690180,\n
        "lon": 3.6716762,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299539,\n
        "lat": 49.1649922,\n
        "lon": 3.6700969,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299540,\n
        "lat": 49.1646663,\n
        "lon": 3.6675641,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299541,\n
        "lat": 49.1656255,\n
        "lon": 3.6702423,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299542,\n
        "lat": 49.1648103,\n
        "lon": 3.6669865,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299543,\n
        "lat": 49.1681928,\n
        "lon": 3.6691186,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299544,\n
        "lat": 49.1656258,\n
        "lon": 3.6717441,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299545,\n
        "lat": 49.1664426,\n
        "lon": 3.6686610,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299546,\n
        "lat": 49.1698474,\n
        "lon": 3.6684957,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299547,\n
        "lat": 49.1657215,\n
        "lon": 3.6710911,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299548,\n
        "lat": 49.1665934,\n
        "lon": 3.6663766,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299549,\n
        "lat": 49.1686087,\n
        "lon": 3.6725737,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299550,\n
        "lat": 49.1653254,\n
        "lon": 3.6666862,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299551,\n
        "lat": 49.1652621,\n
        "lon": 3.6677582,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299552,\n
        "lat": 49.1666247,\n
        "lon": 3.6650825,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299553,\n
        "lat": 49.1688788,\n
        "lon": 3.6704005,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299554,\n
        "lat": 49.1653075,\n
        "lon": 3.6711478,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299555,\n
        "lat": 49.1680613,\n
        "lon": 3.6683788,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299556,\n
        "lat": 49.1657792,\n
        "lon": 3.6697522,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299557,\n
        "lat": 49.1698025,\n
        "lon": 3.6740527,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299558,\n
        "lat": 49.1652039,\n
        "lon": 3.6696560,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299559,\n
        "lat": 49.1648227,\n
        "lon": 3.6672776,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299560,\n
        "lat": 49.1666212,\n
        "lon": 3.6699285,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299561,\n
        "lat": 49.1659500,\n
        "lon": 3.6700710,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299562,\n
        "lat": 49.1663274,\n
        "lon": 3.6703578,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299563,\n
        "lat": 49.1658529,\n
        "lon": 3.6701211,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299564,\n
        "lat": 49.1676032,\n
        "lon": 3.6670723,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299565,\n
        "lat": 49.1651310,\n
        "lon": 3.6687881,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299566,\n
        "lat": 49.1689649,\n
        "lon": 3.6713971,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299567,\n
        "lat": 49.1665109,\n
        "lon": 3.6685912,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299568,\n
        "lat": 49.1646163,\n
        "lon": 3.6673975,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299569,\n
        "lat": 49.1659316,\n
        "lon": 3.6646146,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299570,\n
        "lat": 49.1656256,\n
        "lon": 3.6701860,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299571,\n
        "lat": 49.1671131,\n
        "lon": 3.6671697,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299572,\n
        "lat": 49.1652841,\n
        "lon": 3.6698946,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299573,\n
        "lat": 49.1696885,\n
        "lon": 3.6740896,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299574,\n
        "lat": 49.1651305,\n
        "lon": 3.6664045,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299575,\n
        "lat": 49.1651809,\n
        "lon": 3.6677726,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299576,\n
        "lat": 49.1695640,\n
        "lon": 3.6686974,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299577,\n
        "lat": 49.1665306,\n
        "lon": 3.6686860,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299578,\n
        "lat": 49.1653670,\n
        "lon": 3.6708357,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299579,\n
        "lat": 49.1663467,\n
        "lon": 3.6703434,\n
        "timestamp": "2017-05-01T18:58:02Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299580,\n
        "lat": 49.1666186,\n
        "lon": 3.6678266,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299581,\n
        "lat": 49.1651155,\n
        "lon": 3.6704391,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299582,\n
        "lat": 49.1652289,\n
        "lon": 3.6684039,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299583,\n
        "lat": 49.1657066,\n
        "lon": 3.6653487,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299584,\n
        "lat": 49.1691884,\n
        "lon": 3.6723847,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299585,\n
        "lat": 49.1683592,\n
        "lon": 3.6691495,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299586,\n
        "lat": 49.1497379,\n
        "lon": 3.6503423,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299587,\n
        "lat": 49.1653416,\n
        "lon": 3.6692051,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299588,\n
        "lat": 49.1696945,\n
        "lon": 3.6743872,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299589,\n
        "lat": 49.1658214,\n
        "lon": 3.6708860,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299590,\n
        "lat": 49.1673016,\n
        "lon": 3.6668430,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299591,\n
        "lat": 49.1692284,\n
        "lon": 3.6726255,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299592,\n
        "lat": 49.1652237,\n
        "lon": 3.6678860,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299593,\n
        "lat": 49.1657122,\n
        "lon": 3.6649843,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299594,\n
        "lat": 49.1666365,\n
        "lon": 3.6654833,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299595,\n
        "lat": 49.1676640,\n
        "lon": 3.6676404,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299596,\n
        "lat": 49.1653736,\n
        "lon": 3.6711377,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299597,\n
        "lat": 49.1679892,\n
        "lon": 3.6683103,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299598,\n
        "lat": 49.1649083,\n
        "lon": 3.6702632,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299599,\n
        "lat": 49.1648062,\n
        "lon": 3.6673450,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299600,\n
        "lat": 49.1645925,\n
        "lon": 3.6699801,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299601,\n
        "lat": 49.1656669,\n
        "lon": 3.6654425,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299602,\n
        "lat": 49.1665644,\n
        "lon": 3.6692130,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299603,\n
        "lat": 49.1665811,\n
        "lon": 3.6686075,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299604,\n
        "lat": 49.1652852,\n
        "lon": 3.6690975,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299605,\n
        "lat": 49.1684475,\n
        "lon": 3.6686793,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299606,\n
        "lat": 49.1658139,\n
        "lon": 3.6701327,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299607,\n
        "lat": 49.1678199,\n
        "lon": 3.6674642,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299608,\n
        "lat": 49.1690047,\n
        "lon": 3.6716808,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299609,\n
        "lat": 49.1652814,\n
        "lon": 3.6670205,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299610,\n
        "lat": 49.1647400,\n
        "lon": 3.6668352,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299611,\n
        "lat": 49.1662374,\n
        "lon": 3.6659176,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299612,\n
        "lat": 49.1688488,\n
        "lon": 3.6700992,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299613,\n
        "lat": 49.1655215,\n
        "lon": 3.6712844,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299614,\n
        "lat": 49.1665546,\n
        "lon": 3.6684480,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299615,\n
        "lat": 49.1652725,\n
        "lon": 3.6690148,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299616,\n
        "lat": 49.1645845,\n
        "lon": 3.6680071,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299617,\n
        "lat": 49.1650750,\n
        "lon": 3.6663240,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299618,\n
        "lat": 49.1666187,\n
        "lon": 3.6692708,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299619,\n
        "lat": 49.1666786,\n
        "lon": 3.6678404,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299620,\n
        "lat": 49.1663532,\n
        "lon": 3.6689103,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299621,\n
        "lat": 49.1653614,\n
        "lon": 3.6690730,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299622,\n
        "lat": 49.1664800,\n
        "lon": 3.6702621,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299623,\n
        "lat": 49.1677288,\n
        "lon": 3.6677898,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299624,\n
        "lat": 49.1664261,\n
        "lon": 3.6696073,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299625,\n
        "lat": 49.1689404,\n
        "lon": 3.6714569,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299626,\n
        "lat": 49.1653738,\n
        "lon": 3.6696879,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299627,\n
        "lat": 49.1664255,\n
        "lon": 3.6654374,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299628,\n
        "lat": 49.1663894,\n
        "lon": 3.6679936,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299629,\n
        "lat": 49.1682244,\n
        "lon": 3.6688566,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299630,\n
        "lat": 49.1693837,\n
        "lon": 3.6689398,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299631,\n
        "lat": 49.1655775,\n
        "lon": 3.6698995,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299632,\n
        "lat": 49.1671299,\n
        "lon": 3.6678588,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299633,\n
        "lat": 49.1656018,\n
        "lon": 3.6710190,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299634,\n
        "lat": 49.1675365,\n
        "lon": 3.6672633,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299635,\n
        "lat": 49.1689783,\n
        "lon": 3.6731129,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299636,\n
        "lat": 49.1653359,\n
        "lon": 3.6678399,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299637,\n
        "lat": 49.1689116,\n
        "lon": 3.6712953,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299638,\n
        "lat": 49.1665729,\n
        "lon": 3.6652421,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299639,\n
        "lat": 49.1689769,\n
        "lon": 3.6709503,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299640,\n
        "lat": 49.1664126,\n
        "lon": 3.6700579,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299641,\n
        "lat": 49.1690488,\n
        "lon": 3.6716051,\n
        "timestamp": "2017-05-01T18:58:03Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299642,\n
        "lat": 49.1651095,\n
        "lon": 3.6684850,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299643,\n
        "lat": 49.1664617,\n
        "lon": 3.6680811,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299644,\n
        "lat": 49.1656569,\n
        "lon": 3.6702907,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299645,\n
        "lat": 49.1661237,\n
        "lon": 3.6646234,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299646,\n
        "lat": 49.1681158,\n
        "lon": 3.6691030,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299647,\n
        "lat": 49.1656899,\n
        "lon": 3.6715870,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299648,\n
        "lat": 49.1656696,\n
        "lon": 3.6702405,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299649,\n
        "lat": 49.1685122,\n
        "lon": 3.6696806,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299650,\n
        "lat": 49.1662388,\n
        "lon": 3.6696638,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299651,\n
        "lat": 49.1666710,\n
        "lon": 3.6667149,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299652,\n
        "lat": 49.1686167,\n
        "lon": 3.6722552,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299653,\n
        "lat": 49.1653371,\n
        "lon": 3.6668545,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299654,\n
        "lat": 49.1664168,\n
        "lon": 3.6680567,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299655,\n
        "lat": 49.1658402,\n
        "lon": 3.6652131,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299656,\n
        "lat": 49.1692625,\n
        "lon": 3.6693304,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299657,\n
        "lat": 49.1653444,\n
        "lon": 3.6710573,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299658,\n
        "lat": 49.1681483,\n
        "lon": 3.6684235,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299659,\n
        "lat": 49.1652489,\n
        "lon": 3.6690212,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299660,\n
        "lat": 49.1697855,\n
        "lon": 3.6741548,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299661,\n
        "lat": 49.1652611,\n
        "lon": 3.6697140,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299662,\n
        "lat": 49.1647618,\n
        "lon": 3.6670544,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299663,\n
        "lat": 49.1680757,\n
        "lon": 3.6690465,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299664,\n
        "lat": 49.1665201,\n
        "lon": 3.6685852,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299665,\n
        "lat": 49.1660800,\n
        "lon": 3.6698596,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299666,\n
        "lat": 49.1663461,\n
        "lon": 3.6704289,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299667,\n
        "lat": 49.1661853,\n
        "lon": 3.6698276,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299668,\n
        "lat": 49.1676603,\n
        "lon": 3.6671740,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299669,\n
        "lat": 49.1664811,\n
        "lon": 3.6696057,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299670,\n
        "lat": 49.1690954,\n
        "lon": 3.6719001,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299671,\n
        "lat": 49.1653819,\n
        "lon": 3.6665842,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299672,\n
        "lat": 49.1646058,\n
        "lon": 3.6676288,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299673,\n
        "lat": 49.1658158,\n
        "lon": 3.6646725,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299674,\n
        "lat": 49.1686974,\n
        "lon": 3.6699446,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299675,\n
        "lat": 49.1656258,\n
        "lon": 3.6700944,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299676,\n
        "lat": 49.1670894,\n
        "lon": 3.6671210,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299677,\n
        "lat": 49.1657554,\n
        "lon": 3.6707876,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299678,\n
        "lat": 49.1687313,\n
        "lon": 3.6731746,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299679,\n
        "lat": 49.1648928,\n
        "lon": 3.6666546,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299680,\n
        "lat": 49.1652577,\n
        "lon": 3.6677624,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299681,\n
        "lat": 49.1666308,\n
        "lon": 3.6688020,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299682,\n
        "lat": 49.1651227,\n
        "lon": 3.6656402,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299683,\n
        "lat": 49.1652932,\n
        "lon": 3.6686726,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299684,\n
        "lat": 49.1665822,\n
        "lon": 3.6678395,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299685,\n
        "lat": 49.1652326,\n
        "lon": 3.6705254,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299686,\n
        "lat": 49.1653756,\n
        "lon": 3.6667014,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299687,\n
        "lat": 49.1663585,\n
        "lon": 3.6645923,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299688,\n
        "lat": 49.1691982,\n
        "lon": 3.6723812,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299689,\n
        "lat": 49.1680783,\n
        "lon": 3.6688427,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299690,\n
        "lat": 49.1692531,\n
        "lon": 3.6690101,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299691,\n
        "lat": 49.1652432,\n
        "lon": 3.6689559,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299692,\n
        "lat": 49.1697495,\n
        "lon": 3.6743675,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299693,\n
        "lat": 49.1657838,\n
        "lon": 3.6708802,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299694,\n
        "lat": 49.1673348,\n
        "lon": 3.6669970,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299695,\n
        "lat": 49.1686321,\n
        "lon": 3.6716390,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299696,\n
        "lat": 49.1651500,\n
        "lon": 3.6669208,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299697,\n
        "lat": 49.1658073,\n
        "lon": 3.6650423,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299698,\n
        "lat": 49.1665484,\n
        "lon": 3.6657137,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299699,\n
        "lat": 49.1676993,\n
        "lon": 3.6675772,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299700,\n
        "lat": 49.1654819,\n
        "lon": 3.6711626,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299701,\n
        "lat": 49.1680934,\n
        "lon": 3.6684706,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299702,\n
        "lat": 49.1649753,\n
        "lon": 3.6702591,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299703,\n
        "lat": 49.1646054,\n
        "lon": 3.6673817,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299704,\n
        "lat": 49.1652182,\n
        "lon": 3.6708113,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299705,\n
        "lat": 49.1656964,\n
        "lon": 3.6654133,\n
        "timestamp": "2017-05-01T18:58:04Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299706,\n
        "lat": 49.1666271,\n
        "lon": 3.6692063,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299707,\n
        "lat": 49.1666364,\n
        "lon": 3.6686428,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299708,\n
        "lat": 49.1653307,\n
        "lon": 3.6690103,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299709,\n
        "lat": 49.1684982,\n
        "lon": 3.6685253,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299710,\n
        "lat": 49.1662041,\n
        "lon": 3.6707855,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299711,\n
        "lat": 49.1677576,\n
        "lon": 3.6679939,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299712,\n
        "lat": 49.1689985,\n
        "lon": 3.6717113,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299713,\n
        "lat": 49.1650910,\n
        "lon": 3.6668386,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299714,\n
        "lat": 49.1647379,\n
        "lon": 3.6667453,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299715,\n
        "lat": 49.1662195,\n
        "lon": 3.6652672,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299716,\n
        "lat": 49.1688214,\n
        "lon": 3.6701766,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299717,\n
        "lat": 49.1679546,\n
        "lon": 3.6687799,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299718,\n
        "lat": 49.1666012,\n
        "lon": 3.6684946,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299719,\n
        "lat": 49.1655988,\n
        "lon": 3.6708432,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299720,\n
        "lat": 49.1644797,\n
        "lon": 3.6677189,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299721,\n
        "lat": 49.1651960,\n
        "lon": 3.6662998,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299722,\n
        "lat": 49.1666526,\n
        "lon": 3.6688582,\n
        "timestamp": "2017-05-01T18:58:05Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299723,\n
        "lat": 49.1685197,\n
        "lon": 3.6695043,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299724,\n
        "lat": 49.1664543,\n
        "lon": 3.6691625,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299725,\n
        "lat": 49.1660222,\n
        "lon": 3.6697635,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299726,\n
        "lat": 49.1664690,\n
        "lon": 3.6703206,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299727,\n
        "lat": 49.1673468,\n
        "lon": 3.6673766,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299728,\n
        "lat": 49.1660902,\n
        "lon": 3.6702371,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299729,\n
        "lat": 49.1689881,\n
        "lon": 3.6715585,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299730,\n
        "lat": 49.1654401,\n
        "lon": 3.6667638,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299731,\n
        "lat": 49.1647875,\n
        "lon": 3.6679351,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299732,\n
        "lat": 49.1682299,\n
        "lon": 3.6689070,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299733,\n
        "lat": 49.1693127,\n
        "lon": 3.6689256,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299734,\n
        "lat": 49.1655968,\n
        "lon": 3.6699212,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299735,\n
        "lat": 49.1671775,\n
        "lon": 3.6678936,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299736,\n
        "lat": 49.1656377,\n
        "lon": 3.6709323,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299737,\n
        "lat": 49.1698083,\n
        "lon": 3.6724873,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299738,\n
        "lat": 49.1690215,\n
        "lon": 3.6729559,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299739,\n
        "lat": 49.1689481,\n
        "lon": 3.6714042,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299740,\n
        "lat": 49.1666222,\n
        "lon": 3.6654528,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299741,\n
        "lat": 49.1685671,\n
        "lon": 3.6705303,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299742,\n
        "lat": 49.1663453,\n
        "lon": 3.6705548,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299743,\n
        "lat": 49.1690990,\n
        "lon": 3.6722331,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299744,\n
        "lat": 49.1651263,\n
        "lon": 3.6685461,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299745,\n
        "lat": 49.1664443,\n
        "lon": 3.6680242,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299746,\n
        "lat": 49.1660687,\n
        "lon": 3.6697451,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299747,\n
        "lat": 49.1661720,\n
        "lon": 3.6647602,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299748,\n
        "lat": 49.1681641,\n
        "lon": 3.6689795,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299749,\n
        "lat": 49.1674286,\n
        "lon": 3.6667140,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299750,\n
        "lat": 49.1653138,\n
        "lon": 3.6687206,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299751,\n
        "lat": 49.1685757,\n
        "lon": 3.6697622,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299752,\n
        "lat": 49.1663164,\n
        "lon": 3.6696785,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299753,\n
        "lat": 49.1679118,\n
        "lon": 3.6678602,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299754,\n
        "lat": 49.1687368,\n
        "lon": 3.6722943,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299755,\n
        "lat": 49.1654106,\n
        "lon": 3.6662843,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299756,\n
        "lat": 49.1658076,\n
        "lon": 3.6653087,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299757,\n
        "lat": 49.1656946,\n
        "lon": 3.6653022,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299758,\n
        "lat": 49.1693085,\n
        "lon": 3.6694110,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299759,\n
        "lat": 49.1663456,\n
        "lon": 3.6704957,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299760,\n
        "lat": 49.1692185,\n
        "lon": 3.6723069,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299761,\n
        "lat": 49.1652699,\n
        "lon": 3.6689816,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299762,\n
        "lat": 49.1649775,\n
        "lon": 3.6698865,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299763,\n
        "lat": 49.1657666,\n
        "lon": 3.6664424,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299764,\n
        "lat": 49.1679480,\n
        "lon": 3.6689142,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299765,\n
        "lat": 49.1677034,\n
        "lon": 3.6675564,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299766,\n
        "lat": 49.1661133,\n
        "lon": 3.6699391,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4829299767,\n
        "lat": 49.1653389,\n
        "lon": 3.6690775,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741934,\n
        "timestamp": "2017-05-01T18:58:06Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298931,\n
          4829299676,\n
          4829298728,\n
          4829299571,\n
          4829298323,\n
          4829299470,\n
          4829297518,\n
          4829298931\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741935,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299702,\n
          4829298754,\n
          4829299598,\n
          4829298350,\n
          4829299702\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741936,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299510,\n
          4829298768,\n
          4829299306,\n
          4829298364,\n
          4829299510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741937,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299723,\n
          4829298666,\n
          4829298223,\n
          4829298995,\n
          4829299723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741938,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299705,\n
          4829298631,\n
          4829298739,\n
          4829299601,\n
          4829299705\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741939,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299735,\n
          4829298661,\n
          4829299632,\n
          4829298990,\n
          4829299735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741940,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299315,\n
          4829297466,\n
          4829298711,\n
          4829299682,\n
          4829299315\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741941,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298969,\n
          4829299715,\n
          4829298767,\n
          4829299611,\n
          4829298363,\n
          4829299509,\n
          4829298969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741942,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299252,\n
          4829299499,\n
          4829298757,\n
          4829299295,\n
          4829299252\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741943,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298796,\n
          4829299641,\n
          4829298393,\n
          4829299538,\n
          4829298796\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741944,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299574,\n
          4829299721,\n
          4829298647,\n
          4829299617,\n
          4829299574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741945,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298270,\n
          4829299317,\n
          4829297468,\n
          4829298713,\n
          4829299684,\n
          4829298229,\n
          4829299580,\n
          4829298270\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741946,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299027,\n
          4829299671,\n
          4829298715,\n
          4829299686,\n
          4829299027\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741947,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299751,\n
          4829298678,\n
          4829299649,\n
          4829299007,\n
          4829299751\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741948,\n
        "timestamp": "2017-05-01T18:58:07Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299658,\n
          4829298410,\n
          4829299555,\n
          4829299701,\n
          4829299658\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741949,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299697,\n
          4829298623,\n
          4829299593,\n
          4829298951,\n
          4829299697\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741950,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299737,\n
          4829298663,\n
          4829299310,\n
          4829298368,\n
          4829299737\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741951,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299634,\n
          4829298992,\n
          4829299532,\n
          4829298790,\n
          4829299634\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741952,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298284,\n
          4829299431,\n
          4829297480,\n
          4829299227,\n
          4829298284\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741953,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299253,\n
          4829299722,\n
          4829298648,\n
          4829298936,\n
          4829299253\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741954,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299422,\n
          4829298706,\n
          4829298933,\n
          4829298380,\n
          4829299422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741955,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299589,\n
          4829298948,\n
          4829299488,\n
          4829298745,\n
          4829298262,\n
          4829299589\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741956,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299530,\n
          4829298788,\n
          4829299426,\n
          4829298384,\n
          4829299530\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741957,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298336,\n
          4829299483,\n
          4829298232,\n
          4829299278,\n
          4829298336\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741958,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299425,\n
          4829297475,\n
          4829299221,\n
          4829299691,\n
          4829299425\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741959,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298334,\n
          4829299481,\n
          4829299626,\n
          4829298984,\n
          4829299524,\n
          4829298782,\n
          4829299320,\n
          4829298378,\n
          4829298716,\n
          4829298273,\n
          4829298334\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741960,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298304,\n
          4829298643,\n
          4829297500,\n
          4829298971,\n
          4829299717,\n
          4829298381,\n
          4829299527,\n
          4829298276,\n
          4829299423,\n
          4829299020,\n
          4829298668,\n
          4829298304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741961,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298677,\n
          4829298235,\n
          4829299006,\n
          4829299750,\n
          4829298278,\n
          4829298677\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741962,\n
        "timestamp": "2017-05-01T18:58:08Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298991,\n
          4829299736,\n
          4829298789,\n
          4829299633,\n
          4829298991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741963,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299316,\n
          4829298374,\n
          4829298712,\n
          4829298269,\n
          4829299039,\n
          4829297467,\n
          4829298938,\n
          4829299683,\n
          4829297509,\n
          4829299257,\n
          4829299316\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741964,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299638,\n
          4829298996,\n
          4829299535,\n
          4829298793,\n
          4829299432,\n
          4829298390,\n
          4829298268,\n
          4829299552,\n
          4829298810,\n
          4829299449,\n
          4829298407,\n
          4829299245,\n
          4829298302,\n
          4829298641,\n
          4829298240,\n
          4829298683,\n
          4829297498,\n
          4829299638\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741965,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299615,\n
          4829299761,\n
          4829298688,\n
          4829299659,\n
          4829299615\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741966,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299222,\n
          4829298279,\n
          4829299048,\n
          4829297476,\n
          4829299222\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741967,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299428,\n
          4829298386,\n
          4829299224,\n
          4829298281,\n
          4829299428\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741968,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299696,\n
          4829298639,\n
          4829297496,\n
          4829298967,\n
          4829299713,\n
          4829298765,\n
          4829299696\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741969,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298250,\n
          4829299297,\n
          4829298653,\n
          4829298939,\n
          4829299765,\n
          4829298250\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741970,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299285,\n
          4829298360,\n
          4829297506,\n
          4829299506,\n
          4829298255,\n
          4829299302,\n
          4829297454,\n
          4829298698,\n
          4829299670,\n
          4829299026,\n
          4829299242,\n
          4829298299,\n
          4829298638,\n
          4829297495,\n
          4829298966,\n
          4829299712,\n
          4829298764,\n
          4829299608,\n
          4829298983,\n
          4829299729,\n
          4829298781,\n
          4829299625,\n
          4829298377,\n
          4829299523,\n
          4829298272,\n
          4829299319,\n
          4829299566,\n
          4829299739,\n
          4829298925,\n
          4829299637,\n
          4829299464,\n
          4829298722,\n
          4829299260,\n
          4829298317,\n
          4829298655,\n
          4829297512,\n
          4829299285\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741971,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298629,\n
          4829297503,\n
          4829299672,\n
          4829299250,\n
          4829299720,\n
          4829298646,\n
          4829299616,\n
          4829298974,\n
          4829298629\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741972,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299545,\n
          4829298295,\n
          4829299442,\n
          4829297491,\n
          4829299238,\n
          4829298312,\n
          4829299459,\n
          4829299545\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741973,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299526,\n
          4829297520,\n
          4829299472,\n
          4829298784,\n
          4829299526\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741974,\n
        "timestamp": "2017-05-01T18:58:09Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298385,\n
          4829299531,\n
          4829298280,\n
          4829299427,\n
          4829298402,\n
          4829299547,\n
          4829298991,\n
          4829299633,\n
          4829298297,\n
          4829298385\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741975,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298367,\n
          4829299496,\n
          4829298245,\n
          4829299292,\n
          4829299539,\n
          4829298797,\n
          4829299436,\n
          4829298367\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741976,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298248,\n
          4829299019,\n
          4829299763,\n
          4829298707,\n
          4829298248\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741977,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299424,\n
          4829298382,\n
          4829298720,\n
          4829298277,\n
          4829299424\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741978,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298387,\n
          4829299225,\n
          4829298282,\n
          4829299050,\n
          4829298387\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741979,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298351,\n
          4829299293,\n
          4829298689,\n
          4829298246,\n
          4829298351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741980,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298244,\n
          4829299016,\n
          4829299760,\n
          4829298813,\n
          4829298244\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741981,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298809,\n
          4829299745,\n
          4829299654,\n
          4829298406,\n
          4829298809\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741982,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298751,\n
          4829298997,\n
          4829299741,\n
          4829298794,\n
          4829298751\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741983,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299626,\n
          4829298743,\n
          4829299281,\n
          4829298339,\n
          4829299626\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741984,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298226,\n
          4829299272,\n
          4829299742,\n
          4829297493,\n
          4829298669,\n
          4829298226\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741985,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298946,\n
          4829298777,\n
          4829299621,\n
          4829299767,\n
          4829298946\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741986,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299623,\n
          4829298375,\n
          4829299521,\n
          4829297482,\n
          4829299229,\n
          4829299699,\n
          4829298625,\n
          4829299595,\n
          4829299623\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741987,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299513,\n
          4829298367,\n
          4829299436,\n
          4829298754,\n
          4829299702,\n
          4829298771,\n
          4829299513\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741988,\n
        "timestamp": "2017-05-01T18:58:10Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298305,\n
          4829299452,\n
          4829297501,\n
          4829299248,\n
          4829298305\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741989,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298337,\n
          4829298675,\n
          4829298233,\n
          4829299296,\n
          4829298354,\n
          4829298692,\n
          4829298337\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741990,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299508,\n
          4829298766,\n
          4829299304,\n
          4829298362,\n
          4829299508\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741991,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298993,\n
          4829299754,\n
          4829298681,\n
          4829299652,\n
          4829299010,\n
          4829299549,\n
          4829298807,\n
          4829299446,\n
          4829298993\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741992,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297507,\n
          4829299255,\n
          4829299724,\n
          4829298650,\n
          4829299620,\n
          4829298978,\n
          4829298694,\n
          4829298251,\n
          4829297507\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741993,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298225,\n
          4829298373,\n
          4829299519,\n
          4829298268,\n
          4829298390,\n
          4829298224,\n
          4829299475,\n
          4829298225\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741994,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298306,\n
          4829298645,\n
          4829297502,\n
          4829298973,\n
          4829299719,\n
          4829298306\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741995,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297483,\n
          4829299476,\n
          4829299700,\n
          4829298954,\n
          4829297483\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741996,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299694,\n
          4829298746,\n
          4829299266,\n
          4829299590,\n
          4829298342,\n
          4829299489,\n
          4829299694\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741997,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298994,\n
          4829299636,\n
          4829298986,\n
          4829299551,\n
          4829299680,\n
          4829298994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741998,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298357,\n
          4829299503,\n
          4829298252,\n
          4829299299,\n
          4829299546,\n
          4829298804,\n
          4829299443,\n
          4829298401,\n
          4829298357\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490741999,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299047,\n
          4829299587,\n
          4829298946,\n
          4829299767,\n
          4829299708,\n
          4829298634,\n
          4829299604,\n
          4829298962,\n
          4829299502,\n
          4829298760,\n
          4829299298,\n
          4829299047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742000,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298959,\n
          4829298674,\n
          4829298231,\n
          4829299003,\n
          4829298749,\n
          4829298959\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742001,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298243,\n
          4829298226,\n
          4829298669,\n
          4829299444,\n
          4829298243\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742002,\n
        "timestamp": "2017-05-01T18:58:11Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299567,\n
          4829299664,\n
          4829298926,\n
          4829298972,\n
          4829299614,\n
          4829299275,\n
          4829298333,\n
          4829299567\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742003,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297457,\n
          4829298701,\n
          4829299673,\n
          4829299029,\n
          4829297457\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742004,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297517,\n
          4829298989,\n
          4829299734,\n
          4829298787,\n
          4829299631,\n
          4829298383,\n
          4829299529,\n
          4829299675,\n
          4829299031,\n
          4829299570,\n
          4829297517\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742005,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298288,\n
          4829299435,\n
          4829297484,\n
          4829299231,\n
          4829299478,\n
          4829298736,\n
          4829298288\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742006,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298335,\n
          4829298683,\n
          4829298240,\n
          4829298783,\n
          4829298335\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742007,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299668,\n
          4829299025,\n
          4829299564,\n
          4829298923,\n
          4829299462,\n
          4829298420,\n
          4829299258,\n
          4829299668\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742008,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298742,\n
          4829299586,\n
          4829298338,\n
          4829299485,\n
          4829298742\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742009,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299444,\n
          4829298669,\n
          4829297493,\n
          4829299240,\n
          4829299710,\n
          4829298636,\n
          4829299283,\n
          4829299444\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742010,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299706,\n
          4829298632,\n
          4829299602,\n
          4829298960,\n
          4829299706\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742011,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299688,\n
          4829298740,\n
          4829299273,\n
          4829298343,\n
          4829299584,\n
          4829299688\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742013,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299505,\n
          4829298254,\n
          4829299301,\n
          4829298238,\n
          4829299711,\n
          4829297453,\n
          4829298697,\n
          4829299505\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742014,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299269,\n
          4829299738,\n
          4829298664,\n
          4829299635,\n
          4829299269\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742015,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298950,\n
          4829297479,\n
          4829299671,\n
          4829299027,\n
          4829299226,\n
          4829298950\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742016,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298341,\n
          4829298679,\n
          4829298237,\n
          4829299008,\n
          4829298341\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742017,\n
        "timestamp": "2017-05-01T18:58:12Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299583,\n
          4829298942,\n
          4829299482,\n
          4829298739,\n
          4829298631,\n
          4829299583\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742018,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298290,\n
          4829298957,\n
          4829299437,\n
          4829297486,\n
          4829299233,\n
          4829299703,\n
          4829299568,\n
          4829298689,\n
          4829299293,\n
          4829298755,\n
          4829298290\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742019,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298262,\n
          4829298745,\n
          4829299309,\n
          4829297461,\n
          4829298705,\n
          4829299677,\n
          4829299033,\n
          4829297477,\n
          4829299223,\n
          4829299693,\n
          4829299049,\n
          4829298262\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742020,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298939,\n
          4829298653,\n
          4829297510,\n
          4829298981,\n
          4829299727,\n
          4829298788,\n
          4829299530,\n
          4829298779,\n
          4829298939\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742021,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299745,\n
          4829299001,\n
          4829298657,\n
          4829299628,\n
          4829299654,\n
          4829299745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742022,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299256,\n
          4829298313,\n
          4829298651,\n
          4829297508,\n
          4829299256\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742023,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297478,\n
          4829298326,\n
          4829299473,\n
          4829298221,\n
          4829297478\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742024,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298721,\n
          4829299565,\n
          4829298316,\n
          4829299463,\n
          4829297511,\n
          4829299259,\n
          4829298332,\n
          4829299479,\n
          4829298228,\n
          4829299274,\n
          4829299744,\n
          4829298671,\n
          4829299642,\n
          4829299000,\n
          4829298714,\n
          4829298271,\n
          4829299041,\n
          4829298721\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742025,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299267,\n
          4829298324,\n
          4829298662,\n
          4829298289,\n
          4829297519,\n
          4829299496,\n
          4829298367,\n
          4829299513,\n
          4829299267\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742026,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299511,\n
          4829298260,\n
          4829299307,\n
          4829297459,\n
          4829299511\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742027,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299433,\n
          4829298408,\n
          4829299553,\n
          4829298303,\n
          4829299450,\n
          4829297499,\n
          4829299246,\n
          4829299716,\n
          4829298642,\n
          4829299289,\n
          4829299433\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742028,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299601,\n
          4829298739,\n
          4829299482,\n
          4829298959,\n
          4829298749,\n
          4829299287,\n
          4829298345,\n
          4829299601\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742029,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299500,\n
          4829298758,\n
          4829299618,\n
          4829298976,\n
          4829299516,\n
          4829298774,\n
          4829299312,\n
          4829298370,\n
          4829298708,\n
          4829298265,\n
          4829298415,\n
          4829299560,\n
          4829298310,\n
          4829299457,\n
          4829297505,\n
          4829299500\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742030,\n
        "timestamp": "2017-05-01T18:58:13Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299514,\n
          4829298772,\n
          4829298412,\n
          4829299557,\n
          4829298307,\n
          4829299454,\n
          4829298730,\n
          4829299573,\n
          4829298325,\n
          4829299472,\n
          4829297520,\n
          4829299526,\n
          4829299268,\n
          4829298815,\n
          4829299660,\n
          4829299514\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742031,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299559,\n
          4829298309,\n
          4829298414,\n
          4829299456,\n
          4829299559\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742032,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299445,\n
          4829298261,\n
          4829298704,\n
          4829298403,\n
          4829299284,\n
          4829299241,\n
          4829298680,\n
          4829298298,\n
          4829298637,\n
          4829297494,\n
          4829298965,\n
          4829299711,\n
          4829298238,\n
          4829299445\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742033,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298395,\n
          4829298689,\n
          4829299568,\n
          4829298943,\n
          4829298395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742034,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298703,\n
          4829299451,\n
          4829298409,\n
          4829299247,\n
          4829298703\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742035,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298404,\n
          4829298949,\n
          4829299695,\n
          4829299225,\n
          4829298387,\n
          4829298747,\n
          4829298404\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742036,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299494,\n
          4829298769,\n
          4829299613,\n
          4829298365,\n
          4829299494\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742037,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299311,\n
          4829298773,\n
          4829299755,\n
          4829298682,\n
          4829299311\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742038,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297458,\n
          4829298929,\n
          4829299674,\n
          4829298726,\n
          4829297458\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742039,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298706,\n
          4829298263,\n
          4829299034,\n
          4829297462,\n
          4829298933,\n
          4829298706\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742040,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298979,\n
          4829299725,\n
          4829299504,\n
          4829298964,\n
          4829298979\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742041,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299040,\n
          4829298775,\n
          4829299580,\n
          4829298229,\n
          4829298672,\n
          4829299040\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742042,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298257,\n
          4829298927,\n
          4829299250,\n
          4829299672,\n
          4829298724,\n
          4829299028,\n
          4829298257\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742043,\n
        "timestamp": "2017-05-01T18:58:14Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298264,\n
          4829299035,\n
          4829299508,\n
          4829298362,\n
          4829297463,\n
          4829298934,\n
          4829299679,\n
          4829298731,\n
          4829298264\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742044,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297483,\n
          4829298954,\n
          4829299700,\n
          4829298752,\n
          4829299596,\n
          4829298348,\n
          4829297483\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742045,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298964,\n
          4829299504,\n
          4829298762,\n
          4829299300,\n
          4829298964\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742046,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298930,\n
          4829299469,\n
          4829298727,\n
          4829299265,\n
          4829298930\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742047,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299563,\n
          4829298314,\n
          4829299461,\n
          4829299606,\n
          4829299563\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742048,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299681,\n
          4829299501,\n
          4829298733,\n
          4829298355,\n
          4829299577,\n
          4829298328,\n
          4829299681\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742049,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297485,\n
          4829299427,\n
          4829298280,\n
          4829299249,\n
          4829297485\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742050,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299460,\n
          4829298418,\n
          4829299578,\n
          4829298937,\n
          4829299460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742051,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298658,\n
          4829297515,\n
          4829298987,\n
          4829299629,\n
          4829299732,\n
          4829298658\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742052,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298394,\n
          4829299232,\n
          4829297519,\n
          4829298289,\n
          4829298628,\n
          4829298394\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742053,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299683,\n
          4829298353,\n
          4829298691,\n
          4829297509,\n
          4829299683\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742054,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299046,\n
          4829297474,\n
          4829298945,\n
          4829299690,\n
          4829297516,\n
          4829299264,\n
          4829299733,\n
          4829298659,\n
          4829299630,\n
          4829298988,\n
          4829299528,\n
          4829298786,\n
          4829298935,\n
          4829299576,\n
          4829299046\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742055,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299718,\n
          4829298644,\n
          4829299614,\n
          4829298972,\n
          4829299718\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742056,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298301,\n
          4829299448,\n
          4829297497,\n
          4829299244,\n
          4829298301\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742057,\n
        "timestamp": "2017-05-01T18:58:15Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298346,\n
          4829299492,\n
          4829298241,\n
          4829299288,\n
          4829299757,\n
          4829298684,\n
          4829299012,\n
          4829299655,\n
          4829299013,\n
          4829298346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742058,\n
        "timestamp": "2017-05-01T18:58:16Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298819,\n
          4829298633,\n
          4829297490,\n
          4829298961,\n
          4829298819\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742059,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 3,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4829299726,\n
          4829298652,\n
          4829299622,\n
          4829298980,\n
          4829299520,\n
          4829298778,\n
          4829299640,\n
          4829298998,\n
          4829299537,\n
          4829298795,\n
          4829299434,\n
          4829298392,\n
          4829299230,\n
          4829298287,\n
          4829298735,\n
          4829299579,\n
          4829298330,\n
          4829299477,\n
          4829299726\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Martin",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wikidata": "Q3582784"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742060,\n
        "timestamp": "2017-05-01T18:58:16Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299666,\n
          4829299023,\n
          4829299562,\n
          4829298921,\n
          4829299666\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742061,\n
        "timestamp": "2017-05-01T18:58:16Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298410,\n
          4829298953,\n
          4829299493,\n
          4829299555,\n
          4829298410\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742062,\n
        "timestamp": "2017-05-01T18:58:16Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297469,\n
          4829298940,\n
          4829299685,\n
          4829298737,\n
          4829299581,\n
          4829298956,\n
          4829297469\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742063,\n
        "timestamp": "2017-05-01T18:58:16Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298925,\n
          4829299739,\n
          4829298792,\n
          4829299637,\n
          4829298925\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742064,\n
        "timestamp": "2017-05-01T18:58:16Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298249,\n
          4829299020,\n
          4829299423,\n
          4829299764,\n
          4829298249\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742065,\n
        "timestamp": "2017-05-01T18:58:16Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299609,\n
          4829298361,\n
          4829299507,\n
          4829299653,\n
          4829299011,\n
          4829299550,\n
          4829298808,\n
          4829299447,\n
          4829298405,\n
          4829299243,\n
          4829298300,\n
          4829299465,\n
          4829298723,\n
          4829299609\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742066,\n
        "timestamp": "2017-05-01T18:58:16Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298693,\n
          4829298926,\n
          4829299664,\n
          4829299021,\n
          4829298693\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742067,\n
        "timestamp": "2017-05-01T18:58:16Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299013,\n
          4829299655,\n
          4829299012,\n
          4829299756,\n
          4829299013\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742068,\n
        "timestamp": "2017-05-01T18:58:16Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299644,\n
          4829299002,\n
          4829299541,\n
          4829298799,\n
          4829299644\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742069,\n
        "timestamp": "2017-05-01T18:58:16Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297473,\n
          4829298719,\n
          4829299689,\n
          4829299045,\n
          4829299263,\n
          4829298320,\n
          4829299004,\n
          4829297473\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742070,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298246,\n
          4829298689,\n
          4829298395,\n
          4829299540,\n
          4829298246\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742071,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298686,\n
          4829299657,\n
          4829299015,\n
          4829299554,\n
          4829298812,\n
          4829298626,\n
          4829298686\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742072,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299497,\n
          4829298755,\n
          4829299293,\n
          4829298351,\n
          4829299497\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742073,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298379,\n
          4829299525,\n
          4829299569,\n
          4829298725,\n
          4829297457,\n
          4829299029,\n
          4829298274,\n
          4829299421,\n
          4829297471,\n
          4829298717,\n
          4829298292,\n
          4829299439,\n
          4829299593,\n
          4829298623,\n
          4829297488,\n
          4829299235,\n
          4829298379\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742074,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298371,\n
          4829299301,\n
          4829298254,\n
          4829299505,\n
          4829299517,\n
          4829298371\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742075,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298704,\n
          4829298261,\n
          4829299032,\n
          4829297460,\n
          4829298704\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742076,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298656,\n
          4829297513,\n
          4829298985,\n
          4829299730,\n
          4829298656\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742077,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299639,\n
          4829298391,\n
          4829299536,\n
          4829298286,\n
          4829299639\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742078,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299678,\n
          4829299533,\n
          4829298791,\n
          4829299429,\n
          4829299678\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742079,\n
        "timestamp": "2025-05-08T17:21:21Z",\n
        "version": 5,\n
        "changeset": 165994989,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4829299022,\n
          4829299766,\n
          4829298820,\n
          4829299665,\n
          4829298417,\n
          4829299561,\n
          4829299022\n
        ],\n
        "tags": {\n
          "addr:housenumber": "10",\n
          "addr:street": "La Petite Rue",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairiegoussancourt@orange.fr",\n
          "contact:phone": "+33 3 23 71 60 89",\n
          "name": "Mairie de Goussancourt",\n
          "opening_hours": "Mo 13:30-16:00; We 09:30-12:00",\n
          "ref:FR:SIRET": "21020332900011",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017;Service-Public.fr - 03/2025",\n
          "source:addr": "https://lannuaire.service-public.fr/hauts-de-france/aisne",\n
          "wheelchair": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742080,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298816,\n
          4829299558,\n
          4829298695,\n
          4829299455,\n
          4829298816\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742081,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299270,\n
          4829299594,\n
          4829299740,\n
          4829298667,\n
          4829299270\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742082,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299747,\n
          4829298800,\n
          4829299645,\n
          4829298397,\n
          4829299747\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742083,\n
        "timestamp": "2017-05-01T18:58:17Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299542,\n
          4829298817,\n
          4829299662,\n
          4829298414,\n
          4829299542\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742084,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299636,\n
          4829298994,\n
          4829299680,\n
          4829299551,\n
          4829298732,\n
          4829299575,\n
          4829298327,\n
          4829299474,\n
          4829298748,\n
          4829299592,\n
          4829299036,\n
          4829298665,\n
          4829299636\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742085,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298929,\n
          4829298702,\n
          4829298259,\n
          4829299674,\n
          4829298929\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742086,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298344,\n
          4829299261,\n
          4829298318,\n
          4829299286,\n
          4829299466,\n
          4829298344\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742087,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298356,\n
          4829298803,\n
          4829299648,\n
          4829298400,\n
          4829298356\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742088,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298389,\n
          4829299534,\n
          4829299576,\n
          4829298935,\n
          4829298389\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742089,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299758,\n
          4829298811,\n
          4829299656,\n
          4829299030,\n
          4829299758\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742091,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299661,\n
          4829299018,\n
          4829299558,\n
          4829298816,\n
          4829299455,\n
          4829298413,\n
          4829299661\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742093,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298960,\n
          4829299602,\n
          4829298734,\n
          4829299271,\n
          4829298960\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742096,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298293,\n
          4829299440,\n
          4829299585,\n
          4829298944,\n
          4829299484,\n
          4829298741,\n
          4829299279,\n
          4829298293\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742098,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298700,\n
          4829298257,\n
          4829299028,\n
          4829297456,\n
          4829298700\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742101,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298352,\n
          4829299498,\n
          4829298247,\n
          4829299294,\n
          4829299762,\n
          4829298690,\n
          4829298352\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742104,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298775,\n
          4829299619,\n
          4829298270,\n
          4829299580,\n
          4829298775\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742106,\n
        "timestamp": "2017-05-01T18:58:18Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298340,\n
          4829299487,\n
          4829298236,\n
          4829299282,\n
          4829298340\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742109,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299272,\n
          4829299290,\n
          4829299759,\n
          4829299742,\n
          4829299272\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742111,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299262,\n
          4829299731,\n
          4829299261,\n
          4829298344,\n
          4829299262\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742113,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298347,\n
          4829298685,\n
          4829298242,\n
          4829299014,\n
          4829298347\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742116,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299707,\n
          4829298759,\n
          4829299603,\n
          4829298355,\n
          4829298733,\n
          4829299501,\n
          4829299707\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742117,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298256,\n
          4829299303,\n
          4829297455,\n
          4829298699,\n
          4829298256\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742119,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299752,\n
          4829298805,\n
          4829299650,\n
          4829299024,\n
          4829297452,\n
          4829298922,\n
          4829299667,\n
          4829298419,\n
          4829299752\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742122,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298321,\n
          4829299468,\n
          4829299612,\n
          4829298970,\n
          4829298321\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742124,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299647,\n
          4829299005,\n
          4829299544,\n
          4829298802,\n
          4829299647\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742125,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298963,\n
          4829299709,\n
          4829298761,\n
          4829299605,\n
          4829298963\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742126,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299241,\n
          4829299284,\n
          4829299753,\n
          4829298680,\n
          4829299241\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742127,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298358,\n
          4829298696,\n
          4829298253,\n
          4829299728,\n
          4829298654,\n
          4829298358\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742128,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298416,\n
          4829299254,\n
          4829298311,\n
          4829298649,\n
          4829298416\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742129,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299512,\n
          4829298770,\n
          4829299308,\n
          4829298366,\n
          4829299512\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742130,\n
        "timestamp": "2017-05-01T18:58:19Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298329,\n
          4829298668,\n
          4829299020,\n
          4829298249,\n
          4829298329\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742131,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299569,\n
          4829298928,\n
          4829299467,\n
          4829298725,\n
          4829299569\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742132,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298718,\n
          4829298275,\n
          4829299044,\n
          4829297472,\n
          4829298718\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742133,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298785,\n
          4829299732,\n
          4829299629,\n
          4829297473,\n
          4829299004,\n
          4829299748,\n
          4829298801,\n
          4829299646,\n
          4829298398,\n
          4829299543,\n
          4829298785\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742134,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298672,\n
          4829298229,\n
          4829299001,\n
          4829299745,\n
          4829298809,\n
          4829298798,\n
          4829299643,\n
          4829297470,\n
          4829298672\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742135,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299251,\n
          4829298308,\n
          4829298756,\n
          4829299600,\n
          4829299251\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742136,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297464,\n
          4829298709,\n
          4829299458,\n
          4829299313,\n
          4829297464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742137,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299438,\n
          4829298396,\n
          4829299234,\n
          4829298291,\n
          4829298630,\n
          4829297487,\n
          4829299239,\n
          4829298958,\n
          4829299704,\n
          4829299438\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742138,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298343,\n
          4829299273,\n
          4829298740,\n
          4829298331,\n
          4829298670,\n
          4829298227,\n
          4829298999,\n
          4829299743,\n
          4829298687,\n
          4829299490,\n
          4829298343\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742140,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298319,\n
          4829298344,\n
          4829299466,\n
          4829297514,\n
          4829298319\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742141,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298315,\n
          4829298763,\n
          4829299607,\n
          4829298359,\n
          4829298315\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742143,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298234,\n
          4829299280,\n
          4829299749,\n
          4829298676,\n
          4829298234\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742145,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299051,\n
          4829299499,\n
          4829299252,\n
          4829297479,\n
          4829298950,\n
          4829298388,\n
          4829299051\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742146,\n
        "timestamp": "2017-05-01T18:58:20Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299572,\n
          4829298932,\n
          4829299256,\n
          4829297508,\n
          4829299471,\n
          4829299498,\n
          4829298352,\n
          4829298729,\n
          4829299572\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742147,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299651,\n
          4829299009,\n
          4829299548,\n
          4829298806,\n
          4829299651\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742149,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299017,\n
          4829299556,\n
          4829298814,\n
          4829299453,\n
          4829298411,\n
          4829298660,\n
          4829299017\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742150,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298947,\n
          4829299692,\n
          4829298744,\n
          4829299588,\n
          4829298947\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742151,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298818,\n
          4829299663,\n
          4829297489,\n
          4829299236,\n
          4829298818\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742152,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298738,\n
          4829299599,\n
          4829299559,\n
          4829299456,\n
          4829298957,\n
          4829298290,\n
          4829298738\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742153,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299277,\n
          4829298335,\n
          4829298783,\n
          4829299627,\n
          4829299277\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742154,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299624,\n
          4829298982,\n
          4829299522,\n
          4829298780,\n
          4829299318,\n
          4829298376,\n
          4829298924,\n
          4829299669,\n
          4829299624\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742155,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298753,\n
          4829299291,\n
          4829299495,\n
          4829298349,\n
          4829298753\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742156,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299038,\n
          4829299491,\n
          4829297466,\n
          4829299315,\n
          4829299038\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742157,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298258,\n
          4829299305,\n
          4829299687,\n
          4829299043,\n
          4829298258\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742158,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298322,\n
          4829298721,\n
          4829299041,\n
          4829299486,\n
          4829298322\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742159,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298975,\n
          4829299515,\n
          4829298773,\n
          4829299311,\n
          4829298369,\n
          4829298222,\n
          4829298975\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742160,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297506,\n
          4829298360,\n
          4829298347,\n
          4829299014,\n
          4829298977,\n
          4829297506\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742161,\n
        "timestamp": "2017-05-01T18:58:21Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299042,\n
          4829299582,\n
          4829298941,\n
          4829299480,\n
          4829299042\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742162,\n
        "timestamp": "2017-05-01T18:58:22Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299239,\n
          4829297487,\n
          4829298296,\n
          4829298635,\n
          4829297492,\n
          4829299239\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742163,\n
        "timestamp": "2017-05-01T18:58:22Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299489,\n
          4829298342,\n
          4829298266,\n
          4829299313,\n
          4829299458,\n
          4829299489\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742164,\n
        "timestamp": "2017-05-01T18:58:22Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298627,\n
          4829299597,\n
          4829298955,\n
          4829299495,\n
          4829299291,\n
          4829298627\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742165,\n
        "timestamp": "2017-05-01T18:58:22Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299714,\n
          4829298640,\n
          4829299610,\n
          4829298968,\n
          4829299714\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742167,\n
        "timestamp": "2017-05-01T18:58:22Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829297504,\n
          4829299542,\n
          4829298414,\n
          4829298309,\n
          4829297504\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742168,\n
        "timestamp": "2017-05-01T18:58:22Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299591,\n
          4829299584,\n
          4829298343,\n
          4829299490,\n
          4829298239,\n
          4829299591\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742170,\n
        "timestamp": "2017-05-01T18:58:22Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829298230,\n
          4829299276,\n
          4829299746,\n
          4829298673,\n
          4829298230\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742171,\n
        "timestamp": "2017-05-01T18:58:22Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299475,\n
          4829298224,\n
          4829299594,\n
          4829299270,\n
          4829298667,\n
          4829299518,\n
          4829298776,\n
          4829299314,\n
          4829298372,\n
          4829298710,\n
          4829298267,\n
          4829299037,\n
          4829297465,\n
          4829299228,\n
          4829298285,\n
          4829298624,\n
          4829297481,\n
          4829298952,\n
          4829299698,\n
          4829298750,\n
          4829299475\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742172,\n
        "timestamp": "2017-05-01T18:58:22Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299441,\n
          4829298399,\n
          4829299237,\n
          4829298294,\n
          4829299441\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 490742173,\n
        "timestamp": "2017-05-01T18:58:22Z",\n
        "version": 1,\n
        "changeset": 48315727,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4829299430,\n
          4829298388,\n
          4829298950,\n
          4829299226,\n
          4829298283,\n
          4829299430\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]