Redirect 302 redirect from GET @app_admin_commerce (aa2a7f)

GET https://osm-labo.cipherbliss.com/admin/followup/02263

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"="02263"]->.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" => 4.627545
    "namelookup_time" => 0.000437
    "connect_time" => 0.018492
    "pretransfer_time" => 0.039612
    "size_upload" => 2410.0
    "size_download" => 18808.0
    "speed_download" => 4064.0
    "speed_upload" => 520.0
    "download_content_length" => 18808.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 4.610245
    "primary_ip" => "2a01:4f8:261:3c4f::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:2900:602f:872e:e67a"
    "local_port" => 39014
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 39558
    "connect_time_us" => 18492
    "namelookup_time_us" => 437
    "pretransfer_time_us" => 39612
    "starttransfer_time_us" => 4610245
    "posttransfer_time_us" => 39611
    "total_time_us" => 4627545
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770010187.2133
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#913
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#670 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#897 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n
      * IPv4: 162.55.144.139, 65.109.112.52\n
      *   Trying [2a01:4f8:261:3c4f::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=gall.openstreetmap.de\n
      *  start date: Jan 21 16:56:04 2026 GMT\n
      *  expire date: Apr 21 16:56:03 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f8:261:3c4f::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Mon, 02 Feb 2026 05:29:47 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 18808\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Mon, 02 Feb 2026 05:29:47 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 18808"
    "Content-Type: application/json"
  ]
  "response_content" => [
    """
      {\n
        "version": 0.6,\n
        "generator": "Overpass API 0.7.62.10 2d4cfc48",\n
        "osm3s": {\n
          "timestamp_osm_base": "2026-02-02T05:28:51Z",\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": 4719763027,\n
        "lat": 49.3654895,\n
        "lon": 3.6219259,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763028,\n
        "lat": 49.3678314,\n
        "lon": 3.6185780,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763029,\n
        "lat": 49.3677734,\n
        "lon": 3.6186273,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763030,\n
        "lat": 49.3677875,\n
        "lon": 3.6186640,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763031,\n
        "lat": 49.3678451,\n
        "lon": 3.6186148,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763032,\n
        "lat": 49.3679432,\n
        "lon": 3.6172777,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763033,\n
        "lat": 49.3679085,\n
        "lon": 3.6172066,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763034,\n
        "lat": 49.3678446,\n
        "lon": 3.6172623,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763035,\n
        "lat": 49.3678736,\n
        "lon": 3.6173379,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763036,\n
        "lat": 49.3683190,\n
        "lon": 3.6180475,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763037,\n
        "lat": 49.3683781,\n
        "lon": 3.6179577,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763038,\n
        "lat": 49.3682474,\n
        "lon": 3.6177736,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763039,\n
        "lat": 49.3682172,\n
        "lon": 3.6178258,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763040,\n
        "lat": 49.3683132,\n
        "lon": 3.6179581,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763041,\n
        "lat": 49.3682853,\n
        "lon": 3.6179981,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763042,\n
        "lat": 49.3680454,\n
        "lon": 3.6184196,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763043,\n
        "lat": 49.3680863,\n
        "lon": 3.6183665,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763044,\n
        "lat": 49.3680576,\n
        "lon": 3.6182922,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763045,\n
        "lat": 49.3680160,\n
        "lon": 3.6183414,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763046,\n
        "lat": 49.3677303,\n
        "lon": 3.6172190,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763047,\n
        "lat": 49.3678523,\n
        "lon": 3.6170873,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763048,\n
        "lat": 49.3678005,\n
        "lon": 3.6170093,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763049,\n
        "lat": 49.3677696,\n
        "lon": 3.6170446,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763050,\n
        "lat": 49.3677848,\n
        "lon": 3.6170753,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763051,\n
        "lat": 49.3677047,\n
        "lon": 3.6171634,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763052,\n
        "lat": 49.3679279,\n
        "lon": 3.6185886,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763053,\n
        "lat": 49.3679334,\n
        "lon": 3.6185836,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763054,\n
        "lat": 49.3679710,\n
        "lon": 3.6185287,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763055,\n
        "lat": 49.3677967,\n
        "lon": 3.6180943,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763056,\n
        "lat": 49.3676962,\n
        "lon": 3.6181876,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763057,\n
        "lat": 49.3677272,\n
        "lon": 3.6182662,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763058,\n
        "lat": 49.3677799,\n
        "lon": 3.6182180,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763059,\n
        "lat": 49.3655322,\n
        "lon": 3.6151614,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763060,\n
        "lat": 49.3655210,\n
        "lon": 3.6151038,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763061,\n
        "lat": 49.3655058,\n
        "lon": 3.6151082,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763062,\n
        "lat": 49.3655150,\n
        "lon": 3.6151665,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763063,\n
        "lat": 49.3653954,\n
        "lon": 3.6150483,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763064,\n
        "lat": 49.3653746,\n
        "lon": 3.6150703,\n
        "timestamp": "2017-03-06T06:08:37Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763065,\n
        "lat": 49.3653987,\n
        "lon": 3.6151285,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763066,\n
        "lat": 49.3654190,\n
        "lon": 3.6151079,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763067,\n
        "lat": 49.3656028,\n
        "lon": 3.6149906,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763068,\n
        "lat": 49.3655429,\n
        "lon": 3.6150139,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763069,\n
        "lat": 49.3655378,\n
        "lon": 3.6149891,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763070,\n
        "lat": 49.3654244,\n
        "lon": 3.6150257,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763071,\n
        "lat": 49.3654578,\n
        "lon": 3.6151076,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763072,\n
        "lat": 49.3654802,\n
        "lon": 3.6150957,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763073,\n
        "lat": 49.3654835,\n
        "lon": 3.6151147,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763074,\n
        "lat": 49.3655886,\n
        "lon": 3.6151442,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763075,\n
        "lat": 49.3656295,\n
        "lon": 3.6151049,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763076,\n
        "lat": 49.3655990,\n
        "lon": 3.6152523,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763077,\n
        "lat": 49.3655801,\n
        "lon": 3.6151624,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763078,\n
        "lat": 49.3655328,\n
        "lon": 3.6151816,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763079,\n
        "lat": 49.3655531,\n
        "lon": 3.6152772,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763080,\n
        "lat": 49.3656277,\n
        "lon": 3.6153887,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763081,\n
        "lat": 49.3655822,\n
        "lon": 3.6154134,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763082,\n
        "lat": 49.3664634,\n
        "lon": 3.6146784,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763083,\n
        "lat": 49.3664820,\n
        "lon": 3.6146932,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763084,\n
        "lat": 49.3665284,\n
        "lon": 3.6145786,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763085,\n
        "lat": 49.3664687,\n
        "lon": 3.6145224,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763086,\n
        "lat": 49.3664188,\n
        "lon": 3.6146344,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763087,\n
        "lat": 49.3653202,\n
        "lon": 3.6153289,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763088,\n
        "lat": 49.3653330,\n
        "lon": 3.6154269,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763117,\n
        "lat": 49.3638370,\n
        "lon": 3.6139831,\n
        "timestamp": "2017-03-06T06:08:30Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763118,\n
        "lat": 49.3637711,\n
        "lon": 3.6140568,\n
        "timestamp": "2017-03-06T06:08:30Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763119,\n
        "lat": 49.3638709,\n
        "lon": 3.6142676,\n
        "timestamp": "2017-03-06T06:08:30Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763120,\n
        "lat": 49.3639177,\n
        "lon": 3.6142140,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763121,\n
        "lat": 49.3639000,\n
        "lon": 3.6141778,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763122,\n
        "lat": 49.3639190,\n
        "lon": 3.6141576,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763123,\n
        "lat": 49.3612161,\n
        "lon": 3.6186929,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763124,\n
        "lat": 49.3610235,\n
        "lon": 3.6188261,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763125,\n
        "lat": 49.3610507,\n
        "lon": 3.6189038,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763126,\n
        "lat": 49.3611157,\n
        "lon": 3.6188573,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763127,\n
        "lat": 49.3611315,\n
        "lon": 3.6189133,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763128,\n
        "lat": 49.3611551,\n
        "lon": 3.6188959,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763129,\n
        "lat": 49.3611394,\n
        "lon": 3.6188416,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763130,\n
        "lat": 49.3612363,\n
        "lon": 3.6187688,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763131,\n
        "lat": 49.3614486,\n
        "lon": 3.6182820,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763132,\n
        "lat": 49.3613773,\n
        "lon": 3.6183468,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763133,\n
        "lat": 49.3614350,\n
        "lon": 3.6184893,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763134,\n
        "lat": 49.3615049,\n
        "lon": 3.6184248,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763135,\n
        "lat": 49.3616341,\n
        "lon": 3.6186099,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763136,\n
        "lat": 49.3618044,\n
        "lon": 3.6184308,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763137,\n
        "lat": 49.3618205,\n
        "lon": 3.6184599,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763138,\n
        "lat": 49.3618975,\n
        "lon": 3.6183848,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763139,\n
        "lat": 49.3618838,\n
        "lon": 3.6183557,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763140,\n
        "lat": 49.3619453,\n
        "lon": 3.6182908,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763141,\n
        "lat": 49.3618842,\n
        "lon": 3.6181693,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763142,\n
        "lat": 49.3615812,\n
        "lon": 3.6184929,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763143,\n
        "lat": 49.3610236,\n
        "lon": 3.6179883,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763144,\n
        "lat": 49.3610057,\n
        "lon": 3.6179986,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763145,\n
        "lat": 49.3610462,\n
        "lon": 3.6181449,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763146,\n
        "lat": 49.3610650,\n
        "lon": 3.6181311,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763147,\n
        "lat": 49.3610194,\n
        "lon": 3.6179037,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763148,\n
        "lat": 49.3610041,\n
        "lon": 3.6179211,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763149,\n
        "lat": 49.3611304,\n
        "lon": 3.6183566,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763150,\n
        "lat": 49.3611730,\n
        "lon": 3.6183227,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763151,\n
        "lat": 49.3610645,\n
        "lon": 3.6179647,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763152,\n
        "lat": 49.3613103,\n
        "lon": 3.6177916,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763153,\n
        "lat": 49.3613012,\n
        "lon": 3.6177645,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763154,\n
        "lat": 49.3613225,\n
        "lon": 3.6177472,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763155,\n
        "lat": 49.3613077,\n
        "lon": 3.6177054,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763156,\n
        "lat": 49.3616450,\n
        "lon": 3.6174831,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763157,\n
        "lat": 49.3616783,\n
        "lon": 3.6175540,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763158,\n
        "lat": 49.3617759,\n
        "lon": 3.6177414,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763159,\n
        "lat": 49.3618365,\n
        "lon": 3.6176711,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763160,\n
        "lat": 49.3616849,\n
        "lon": 3.6173729,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763161,\n
        "lat": 49.3616175,\n
        "lon": 3.6174305,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763162,\n
        "lat": 49.3613864,\n
        "lon": 3.6174988,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763163,\n
        "lat": 49.3613315,\n
        "lon": 3.6175529,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763164,\n
        "lat": 49.3613663,\n
        "lon": 3.6176661,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763165,\n
        "lat": 49.3613520,\n
        "lon": 3.6176784,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763166,\n
        "lat": 49.3616009,\n
        "lon": 3.6182985,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763167,\n
        "lat": 49.3616801,\n
        "lon": 3.6182269,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763168,\n
        "lat": 49.3614282,\n
        "lon": 3.6175852,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763169,\n
        "lat": 49.3614032,\n
        "lon": 3.6175183,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763170,\n
        "lat": 49.3610351,\n
        "lon": 3.6206243,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763171,\n
        "lat": 49.3609767,\n
        "lon": 3.6207160,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763172,\n
        "lat": 49.3610619,\n
        "lon": 3.6208493,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763173,\n
        "lat": 49.3611168,\n
        "lon": 3.6207610,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763174,\n
        "lat": 49.3655147,\n
        "lon": 3.6232272,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763175,\n
        "lat": 49.3654615,\n
        "lon": 3.6232195,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763176,\n
        "lat": 49.3654431,\n
        "lon": 3.6233914,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763177,\n
        "lat": 49.3654945,\n
        "lon": 3.6234035,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763178,\n
        "lat": 49.3651990,\n
        "lon": 3.6236611,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763179,\n
        "lat": 49.3651763,\n
        "lon": 3.6236553,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763180,\n
        "lat": 49.3651690,\n
        "lon": 3.6237288,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763181,\n
        "lat": 49.3652520,\n
        "lon": 3.6237542,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763182,\n
        "lat": 49.3652602,\n
        "lon": 3.6236765,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763183,\n
        "lat": 49.3652753,\n
        "lon": 3.6235313,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763184,\n
        "lat": 49.3652160,\n
        "lon": 3.6235154,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763185,\n
        "lat": 49.3652886,\n
        "lon": 3.6233889,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763186,\n
        "lat": 49.3652394,\n
        "lon": 3.6234029,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763187,\n
        "lat": 49.3652464,\n
        "lon": 3.6234714,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719763188,\n
        "lat": 49.3652806,\n
        "lon": 3.6234820,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764489,\n
        "lat": 49.3652894,\n
        "lon": 3.6233973,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764490,\n
        "lat": 49.3652725,\n
        "lon": 3.6232300,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764491,\n
        "lat": 49.3651449,\n
        "lon": 3.6232547,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764492,\n
        "lat": 49.3651536,\n
        "lon": 3.6233300,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764493,\n
        "lat": 49.3652300,\n
        "lon": 3.6233122,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764494,\n
        "lat": 49.3654732,\n
        "lon": 3.6241375,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764495,\n
        "lat": 49.3654794,\n
        "lon": 3.6239812,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764496,\n
        "lat": 49.3654190,\n
        "lon": 3.6239774,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764497,\n
        "lat": 49.3654127,\n
        "lon": 3.6241588,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764498,\n
        "lat": 49.3654710,\n
        "lon": 3.6241860,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764499,\n
        "lat": 49.3652898,\n
        "lon": 3.6240417,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764500,\n
        "lat": 49.3653029,\n
        "lon": 3.6240518,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764501,\n
        "lat": 49.3653202,\n
        "lon": 3.6239450,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764502,\n
        "lat": 49.3652752,\n
        "lon": 3.6239179,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764503,\n
        "lat": 49.3652599,\n
        "lon": 3.6240175,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764504,\n
        "lat": 49.3653203,\n
        "lon": 3.6232894,\n
        "timestamp": "2017-03-06T06:08:31Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764505,\n
        "lat": 49.3653797,\n
        "lon": 3.6232965,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764506,\n
        "lat": 49.3653917,\n
        "lon": 3.6231118,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764507,\n
        "lat": 49.3653246,\n
        "lon": 3.6231056,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764508,\n
        "lat": 49.3653212,\n
        "lon": 3.6231586,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764509,\n
        "lat": 49.3653187,\n
        "lon": 3.6232724,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764510,\n
        "lat": 49.3664072,\n
        "lon": 3.6224734,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764511,\n
        "lat": 49.3663259,\n
        "lon": 3.6224754,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764512,\n
        "lat": 49.3663265,\n
        "lon": 3.6225716,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764513,\n
        "lat": 49.3663508,\n
        "lon": 3.6225658,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764514,\n
        "lat": 49.3663507,\n
        "lon": 3.6225193,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764515,\n
        "lat": 49.3663735,\n
        "lon": 3.6225189,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764516,\n
        "lat": 49.3663720,\n
        "lon": 3.6224938,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764517,\n
        "lat": 49.3664065,\n
        "lon": 3.6224919,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764518,\n
        "lat": 49.3664087,\n
        "lon": 3.6224477,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764519,\n
        "lat": 49.3663726,\n
        "lon": 3.6224478,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764520,\n
        "lat": 49.3663729,\n
        "lon": 3.6224273,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764521,\n
        "lat": 49.3663507,\n
        "lon": 3.6224267,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764522,\n
        "lat": 49.3663504,\n
        "lon": 3.6223952,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764523,\n
        "lat": 49.3663258,\n
        "lon": 3.6223955,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764524,\n
        "lat": 49.3664700,\n
        "lon": 3.6224720,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764525,\n
        "lat": 49.3664025,\n
        "lon": 3.6226002,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764526,\n
        "lat": 49.3664646,\n
        "lon": 3.6226065,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764527,\n
        "lat": 49.3664745,\n
        "lon": 3.6223572,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764528,\n
        "lat": 49.3664141,\n
        "lon": 3.6223539,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764529,\n
        "lat": 49.3658344,\n
        "lon": 3.6222466,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764530,\n
        "lat": 49.3658303,\n
        "lon": 3.6224286,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764531,\n
        "lat": 49.3659030,\n
        "lon": 3.6224324,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764532,\n
        "lat": 49.3660319,\n
        "lon": 3.6222019,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764533,\n
        "lat": 49.3660470,\n
        "lon": 3.6223943,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764534,\n
        "lat": 49.3660684,\n
        "lon": 3.6223966,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764535,\n
        "lat": 49.3660565,\n
        "lon": 3.6221993,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764536,\n
        "lat": 49.3662210,\n
        "lon": 3.6218745,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764537,\n
        "lat": 49.3661527,\n
        "lon": 3.6218683,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764538,\n
        "lat": 49.3661478,\n
        "lon": 3.6219888,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764539,\n
        "lat": 49.3661490,\n
        "lon": 3.6222217,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764540,\n
        "lat": 49.3661467,\n
        "lon": 3.6223031,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764541,\n
        "lat": 49.3660872,\n
        "lon": 3.6222994,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764542,\n
        "lat": 49.3660838,\n
        "lon": 3.6223983,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764543,\n
        "lat": 49.3660967,\n
        "lon": 3.6223997,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764544,\n
        "lat": 49.3660951,\n
        "lon": 3.6224971,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764545,\n
        "lat": 49.3662851,\n
        "lon": 3.6225061,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764546,\n
        "lat": 49.3662859,\n
        "lon": 3.6224149,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764547,\n
        "lat": 49.3662141,\n
        "lon": 3.6224077,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764548,\n
        "lat": 49.3662168,\n
        "lon": 3.6222070,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764549,\n
        "lat": 49.3662118,\n
        "lon": 3.6220070,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764550,\n
        "lat": 49.3660858,\n
        "lon": 3.6227167,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764551,\n
        "lat": 49.3661177,\n
        "lon": 3.6227237,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764552,\n
        "lat": 49.3661273,\n
        "lon": 3.6226469,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764553,\n
        "lat": 49.3660953,\n
        "lon": 3.6226335,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764554,\n
        "lat": 49.3660520,\n
        "lon": 3.6228011,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764555,\n
        "lat": 49.3660646,\n
        "lon": 3.6227010,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764556,\n
        "lat": 49.3659544,\n
        "lon": 3.6226698,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764557,\n
        "lat": 49.3659464,\n
        "lon": 3.6227711,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764558,\n
        "lat": 49.3659657,\n
        "lon": 3.6227742,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764559,\n
        "lat": 49.3664772,\n
        "lon": 3.6227465,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764560,\n
        "lat": 49.3665170,\n
        "lon": 3.6227395,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764561,\n
        "lat": 49.3665208,\n
        "lon": 3.6226580,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764562,\n
        "lat": 49.3664828,\n
        "lon": 3.6226600,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764563,\n
        "lat": 49.3665977,\n
        "lon": 3.6225980,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764564,\n
        "lat": 49.3665985,\n
        "lon": 3.6225828,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764565,\n
        "lat": 49.3665966,\n
        "lon": 3.6224912,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764566,\n
        "lat": 49.3664727,\n
        "lon": 3.6225042,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764567,\n
        "lat": 49.3664769,\n
        "lon": 3.6226077,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764568,\n
        "lat": 49.3664754,\n
        "lon": 3.6227735,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764569,\n
        "lat": 49.3663936,\n
        "lon": 3.6226479,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764570,\n
        "lat": 49.3663871,\n
        "lon": 3.6227632,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764571,\n
        "lat": 49.3664718,\n
        "lon": 3.6227974,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764572,\n
        "lat": 49.3664696,\n
        "lon": 3.6227728,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764573,\n
        "lat": 49.3664673,\n
        "lon": 3.6227969,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764574,\n
        "lat": 49.3666533,\n
        "lon": 3.6225893,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764575,\n
        "lat": 49.3665896,\n
        "lon": 3.6227468,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764576,\n
        "lat": 49.3666459,\n
        "lon": 3.6227491,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764577,\n
        "lat": 49.3672116,\n
        "lon": 3.6162712,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764578,\n
        "lat": 49.3671770,\n
        "lon": 3.6161441,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764579,\n
        "lat": 49.3671427,\n
        "lon": 3.6161682,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764580,\n
        "lat": 49.3671765,\n
        "lon": 3.6162942,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764581,\n
        "lat": 49.3676134,\n
        "lon": 3.6168090,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764582,\n
        "lat": 49.3676033,\n
        "lon": 3.6168244,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764583,\n
        "lat": 49.3676469,\n
        "lon": 3.6168990,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764584,\n
        "lat": 49.3676357,\n
        "lon": 3.6169166,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764585,\n
        "lat": 49.3676621,\n
        "lon": 3.6169643,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764586,\n
        "lat": 49.3676736,\n
        "lon": 3.6169495,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764587,\n
        "lat": 49.3677202,\n
        "lon": 3.6170273,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764588,\n
        "lat": 49.3677754,\n
        "lon": 3.6169585,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764689,\n
        "lat": 49.3676608,\n
        "lon": 3.6167500,\n
        "timestamp": "2017-03-06T06:08:32Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764690,\n
        "lat": 49.3674554,\n
        "lon": 3.6168212,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764691,\n
        "lat": 49.3674069,\n
        "lon": 3.6168792,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764692,\n
        "lat": 49.3675653,\n
        "lon": 3.6172056,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764693,\n
        "lat": 49.3676121,\n
        "lon": 3.6171513,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764694,\n
        "lat": 49.3675961,\n
        "lon": 3.6171172,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764695,\n
        "lat": 49.3676265,\n
        "lon": 3.6170789,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764696,\n
        "lat": 49.3674838,\n
        "lon": 3.6167897,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764697,\n
        "lat": 49.3674504,\n
        "lon": 3.6163523,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764698,\n
        "lat": 49.3674309,\n
        "lon": 3.6163625,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764699,\n
        "lat": 49.3673569,\n
        "lon": 3.6164150,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764700,\n
        "lat": 49.3673717,\n
        "lon": 3.6164725,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764701,\n
        "lat": 49.3674868,\n
        "lon": 3.6163918,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764702,\n
        "lat": 49.3674781,\n
        "lon": 3.6163716,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764703,\n
        "lat": 49.3650473,\n
        "lon": 3.6160352,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764704,\n
        "lat": 49.3648768,\n
        "lon": 3.6158738,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764705,\n
        "lat": 49.3648478,\n
        "lon": 3.6159538,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764706,\n
        "lat": 49.3650021,\n
        "lon": 3.6160959,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764707,\n
        "lat": 49.3650189,\n
        "lon": 3.6160497,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764708,\n
        "lat": 49.3650357,\n
        "lon": 3.6160671,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764709,\n
        "lat": 49.3644848,\n
        "lon": 3.6162418,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764710,\n
        "lat": 49.3645364,\n
        "lon": 3.6162307,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764711,\n
        "lat": 49.3645343,\n
        "lon": 3.6161962,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764712,\n
        "lat": 49.3644814,\n
        "lon": 3.6162052,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764713,\n
        "lat": 49.3644989,\n
        "lon": 3.6163939,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764714,\n
        "lat": 49.3645425,\n
        "lon": 3.6163865,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764715,\n
        "lat": 49.3645417,\n
        "lon": 3.6163770,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764716,\n
        "lat": 49.3644981,\n
        "lon": 3.6163858,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764717,\n
        "lat": 49.3645467,\n
        "lon": 3.6165239,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764718,\n
        "lat": 49.3645539,\n
        "lon": 3.6165229,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764719,\n
        "lat": 49.3645465,\n
        "lon": 3.6164346,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764720,\n
        "lat": 49.3645037,\n
        "lon": 3.6164441,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764721,\n
        "lat": 49.3645115,\n
        "lon": 3.6165290,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764722,\n
        "lat": 49.3645221,\n
        "lon": 3.6166377,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764723,\n
        "lat": 49.3645287,\n
        "lon": 3.6166803,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764724,\n
        "lat": 49.3645918,\n
        "lon": 3.6166661,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764725,\n
        "lat": 49.3645868,\n
        "lon": 3.6166139,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764726,\n
        "lat": 49.3645933,\n
        "lon": 3.6166128,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764727,\n
        "lat": 49.3645903,\n
        "lon": 3.6165734,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764728,\n
        "lat": 49.3645817,\n
        "lon": 3.6165744,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764729,\n
        "lat": 49.3645804,\n
        "lon": 3.6165628,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764730,\n
        "lat": 49.3645490,\n
        "lon": 3.6165673,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764731,\n
        "lat": 49.3640627,\n
        "lon": 3.6166856,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764732,\n
        "lat": 49.3640571,\n
        "lon": 3.6166049,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764733,\n
        "lat": 49.3640308,\n
        "lon": 3.6166076,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764734,\n
        "lat": 49.3640364,\n
        "lon": 3.6166901,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764735,\n
        "lat": 49.3646393,\n
        "lon": 3.6168368,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764736,\n
        "lat": 49.3646323,\n
        "lon": 3.6167625,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764737,\n
        "lat": 49.3646044,\n
        "lon": 3.6167685,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764738,\n
        "lat": 49.3646120,\n
        "lon": 3.6168446,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764739,\n
        "lat": 49.3647153,\n
        "lon": 3.6164419,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764740,\n
        "lat": 49.3646820,\n
        "lon": 3.6164421,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764741,\n
        "lat": 49.3646820,\n
        "lon": 3.6164639,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764742,\n
        "lat": 49.3646513,\n
        "lon": 3.6164634,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764743,\n
        "lat": 49.3646502,\n
        "lon": 3.6165039,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764744,\n
        "lat": 49.3646282,\n
        "lon": 3.6165033,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764745,\n
        "lat": 49.3646280,\n
        "lon": 3.6165971,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764746,\n
        "lat": 49.3646500,\n
        "lon": 3.6165986,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764747,\n
        "lat": 49.3646495,\n
        "lon": 3.6166695,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764748,\n
        "lat": 49.3647143,\n
        "lon": 3.6166720,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764749,\n
        "lat": 49.3646628,\n
        "lon": 3.6159537,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764750,\n
        "lat": 49.3646148,\n
        "lon": 3.6159164,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764751,\n
        "lat": 49.3645833,\n
        "lon": 3.6160133,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764752,\n
        "lat": 49.3645945,\n
        "lon": 3.6160239,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764753,\n
        "lat": 49.3645854,\n
        "lon": 3.6160575,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764754,\n
        "lat": 49.3646206,\n
        "lon": 3.6160825,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764755,\n
        "lat": 49.3643939,\n
        "lon": 3.6159721,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764756,\n
        "lat": 49.3643997,\n
        "lon": 3.6160852,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764757,\n
        "lat": 49.3644873,\n
        "lon": 3.6161168,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764758,\n
        "lat": 49.3644736,\n
        "lon": 3.6162065,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764759,\n
        "lat": 49.3645377,\n
        "lon": 3.6161956,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764760,\n
        "lat": 49.3645460,\n
        "lon": 3.6161845,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764761,\n
        "lat": 49.3645510,\n
        "lon": 3.6161416,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764762,\n
        "lat": 49.3645616,\n
        "lon": 3.6161451,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764763,\n
        "lat": 49.3645763,\n
        "lon": 3.6160405,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764764,\n
        "lat": 49.3641311,\n
        "lon": 3.6155882,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764765,\n
        "lat": 49.3641413,\n
        "lon": 3.6154136,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764766,\n
        "lat": 49.3640658,\n
        "lon": 3.6154027,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764767,\n
        "lat": 49.3640550,\n
        "lon": 3.6155765,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764768,\n
        "lat": 49.3640342,\n
        "lon": 3.6162740,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764769,\n
        "lat": 49.3640368,\n
        "lon": 3.6163119,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764770,\n
        "lat": 49.3641803,\n
        "lon": 3.6162852,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764771,\n
        "lat": 49.3641778,\n
        "lon": 3.6162521,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764772,\n
        "lat": 49.3650900,\n
        "lon": 3.6166939,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764773,\n
        "lat": 49.3650532,\n
        "lon": 3.6166832,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764774,\n
        "lat": 49.3650461,\n
        "lon": 3.6167342,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764775,\n
        "lat": 49.3650826,\n
        "lon": 3.6167431,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764776,\n
        "lat": 49.3651779,\n
        "lon": 3.6158606,\n
        "timestamp": "2017-03-06T06:08:33Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764777,\n
        "lat": 49.3650963,\n
        "lon": 3.6157844,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764778,\n
        "lat": 49.3650728,\n
        "lon": 3.6158528,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764779,\n
        "lat": 49.3651527,\n
        "lon": 3.6159230,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764780,\n
        "lat": 49.3651760,\n
        "lon": 3.6157531,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764781,\n
        "lat": 49.3652074,\n
        "lon": 3.6156705,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764782,\n
        "lat": 49.3651904,\n
        "lon": 3.6156558,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764783,\n
        "lat": 49.3652092,\n
        "lon": 3.6156079,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764784,\n
        "lat": 49.3652335,\n
        "lon": 3.6152199,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764785,\n
        "lat": 49.3652695,\n
        "lon": 3.6153026,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764786,\n
        "lat": 49.3653592,\n
        "lon": 3.6152117,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764787,\n
        "lat": 49.3653221,\n
        "lon": 3.6151259,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764788,\n
        "lat": 49.3651963,\n
        "lon": 3.6155065,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764889,\n
        "lat": 49.3652719,\n
        "lon": 3.6154488,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764890,\n
        "lat": 49.3652489,\n
        "lon": 3.6153875,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764891,\n
        "lat": 49.3651692,\n
        "lon": 3.6154510,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764892,\n
        "lat": 49.3651834,\n
        "lon": 3.6154936,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764893,\n
        "lat": 49.3649451,\n
        "lon": 3.6166724,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764894,\n
        "lat": 49.3649847,\n
        "lon": 3.6166752,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764895,\n
        "lat": 49.3650056,\n
        "lon": 3.6166382,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764896,\n
        "lat": 49.3650036,\n
        "lon": 3.6165512,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764897,\n
        "lat": 49.3649374,\n
        "lon": 3.6165466,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764898,\n
        "lat": 49.3649452,\n
        "lon": 3.6166410,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764899,\n
        "lat": 49.3650769,\n
        "lon": 3.6168768,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764900,\n
        "lat": 49.3650785,\n
        "lon": 3.6167701,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764901,\n
        "lat": 49.3650001,\n
        "lon": 3.6167679,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764902,\n
        "lat": 49.3649998,\n
        "lon": 3.6167357,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764903,\n
        "lat": 49.3649687,\n
        "lon": 3.6167349,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764904,\n
        "lat": 49.3649555,\n
        "lon": 3.6167668,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764905,\n
        "lat": 49.3649535,\n
        "lon": 3.6168242,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764906,\n
        "lat": 49.3649796,\n
        "lon": 3.6168266,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764907,\n
        "lat": 49.3649784,\n
        "lon": 3.6168713,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764908,\n
        "lat": 49.3650996,\n
        "lon": 3.6165581,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764909,\n
        "lat": 49.3650975,\n
        "lon": 3.6166414,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764910,\n
        "lat": 49.3650906,\n
        "lon": 3.6156731,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764911,\n
        "lat": 49.3651425,\n
        "lon": 3.6155443,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764912,\n
        "lat": 49.3646008,\n
        "lon": 3.6153703,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764913,\n
        "lat": 49.3646642,\n
        "lon": 3.6153392,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764914,\n
        "lat": 49.3646487,\n
        "lon": 3.6152560,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764915,\n
        "lat": 49.3645838,\n
        "lon": 3.6152903,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764916,\n
        "lat": 49.3648641,\n
        "lon": 3.6156996,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764917,\n
        "lat": 49.3649100,\n
        "lon": 3.6156568,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764918,\n
        "lat": 49.3648858,\n
        "lon": 3.6155316,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764919,\n
        "lat": 49.3648959,\n
        "lon": 3.6155237,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764920,\n
        "lat": 49.3648619,\n
        "lon": 3.6153668,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764921,\n
        "lat": 49.3647928,\n
        "lon": 3.6154007,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764922,\n
        "lat": 49.3648139,\n
        "lon": 3.6155125,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764923,\n
        "lat": 49.3648234,\n
        "lon": 3.6155074,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764924,\n
        "lat": 49.3646391,\n
        "lon": 3.6156407,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764925,\n
        "lat": 49.3647087,\n
        "lon": 3.6156066,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764926,\n
        "lat": 49.3646702,\n
        "lon": 3.6154280,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764927,\n
        "lat": 49.3646187,\n
        "lon": 3.6154541,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764928,\n
        "lat": 49.3646468,\n
        "lon": 3.6155862,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764929,\n
        "lat": 49.3640010,\n
        "lon": 3.6168611,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764930,\n
        "lat": 49.3639960,\n
        "lon": 3.6167838,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764931,\n
        "lat": 49.3639779,\n
        "lon": 3.6167851,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764932,\n
        "lat": 49.3639713,\n
        "lon": 3.6166899,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764933,\n
        "lat": 49.3638560,\n
        "lon": 3.6167080,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764934,\n
        "lat": 49.3638641,\n
        "lon": 3.6168276,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764935,\n
        "lat": 49.3638267,\n
        "lon": 3.6168339,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764936,\n
        "lat": 49.3638337,\n
        "lon": 3.6169200,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764937,\n
        "lat": 49.3638624,\n
        "lon": 3.6169154,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764938,\n
        "lat": 49.3638620,\n
        "lon": 3.6168818,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764940,\n
        "lat": 49.3640014,\n
        "lon": 3.6146817,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764942,\n
        "lat": 49.3640901,\n
        "lon": 3.6145638,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764943,\n
        "lat": 49.3640200,\n
        "lon": 3.6144355,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764944,\n
        "lat": 49.3639290,\n
        "lon": 3.6145525,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764945,\n
        "lat": 49.3637643,\n
        "lon": 3.6153397,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764946,\n
        "lat": 49.3637523,\n
        "lon": 3.6151181,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764947,\n
        "lat": 49.3636527,\n
        "lon": 3.6153551,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764948,\n
        "lat": 49.3636423,\n
        "lon": 3.6151342,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764949,\n
        "lat": 49.3651510,\n
        "lon": 3.6150173,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764950,\n
        "lat": 49.3650987,\n
        "lon": 3.6148671,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764951,\n
        "lat": 49.3650280,\n
        "lon": 3.6149244,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764952,\n
        "lat": 49.3650804,\n
        "lon": 3.6150745,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764953,\n
        "lat": 49.3638509,\n
        "lon": 3.6160217,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764954,\n
        "lat": 49.3639414,\n
        "lon": 3.6161917,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764955,\n
        "lat": 49.3639522,\n
        "lon": 3.6161901,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764956,\n
        "lat": 49.3639515,\n
        "lon": 3.6161756,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764957,\n
        "lat": 49.3639403,\n
        "lon": 3.6161773,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764958,\n
        "lat": 49.3639388,\n
        "lon": 3.6161470,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764959,\n
        "lat": 49.3639505,\n
        "lon": 3.6161452,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764960,\n
        "lat": 49.3639499,\n
        "lon": 3.6161311,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764961,\n
        "lat": 49.3639380,\n
        "lon": 3.6161329,\n
        "timestamp": "2017-03-06T06:08:34Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764962,\n
        "lat": 49.3639331,\n
        "lon": 3.6160388,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764963,\n
        "lat": 49.3639423,\n
        "lon": 3.6160374,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764964,\n
        "lat": 49.3639420,\n
        "lon": 3.6160253,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764965,\n
        "lat": 49.3639324,\n
        "lon": 3.6160267,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764966,\n
        "lat": 49.3639314,\n
        "lon": 3.6160081,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764967,\n
        "lat": 49.3638701,\n
        "lon": 3.6163839,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764968,\n
        "lat": 49.3639708,\n
        "lon": 3.6163799,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764969,\n
        "lat": 49.3639703,\n
        "lon": 3.6162987,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764970,\n
        "lat": 49.3639470,\n
        "lon": 3.6163016,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764971,\n
        "lat": 49.3639439,\n
        "lon": 3.6162426,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764972,\n
        "lat": 49.3639550,\n
        "lon": 3.6162411,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764973,\n
        "lat": 49.3639544,\n
        "lon": 3.6162274,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764974,\n
        "lat": 49.3639431,\n
        "lon": 3.6162288,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764975,\n
        "lat": 49.3636200,\n
        "lon": 3.6165233,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764976,\n
        "lat": 49.3637148,\n
        "lon": 3.6164958,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764977,\n
        "lat": 49.3637046,\n
        "lon": 3.6164196,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764978,\n
        "lat": 49.3636699,\n
        "lon": 3.6164267,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764979,\n
        "lat": 49.3636526,\n
        "lon": 3.6162208,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764980,\n
        "lat": 49.3635845,\n
        "lon": 3.6162318,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764981,\n
        "lat": 49.3635895,\n
        "lon": 3.6163022,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764982,\n
        "lat": 49.3636009,\n
        "lon": 3.6163015,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764983,\n
        "lat": 49.3636115,\n
        "lon": 3.6164575,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764984,\n
        "lat": 49.3638254,\n
        "lon": 3.6155988,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764985,\n
        "lat": 49.3639295,\n
        "lon": 3.6159768,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764986,\n
        "lat": 49.3639391,\n
        "lon": 3.6159754,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764987,\n
        "lat": 49.3639391,\n
        "lon": 3.6159633,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719764988,\n
        "lat": 49.3639287,\n
        "lon": 3.6159648,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765089,\n
        "lat": 49.3639233,\n
        "lon": 3.6158808,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765090,\n
        "lat": 49.3639326,\n
        "lon": 3.6158794,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765091,\n
        "lat": 49.3639315,\n
        "lon": 3.6158673,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765092,\n
        "lat": 49.3639225,\n
        "lon": 3.6158685,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765093,\n
        "lat": 49.3639177,\n
        "lon": 3.6157931,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765094,\n
        "lat": 49.3639266,\n
        "lon": 3.6157917,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765095,\n
        "lat": 49.3639250,\n
        "lon": 3.6157784,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765096,\n
        "lat": 49.3639168,\n
        "lon": 3.6157796,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765097,\n
        "lat": 49.3639123,\n
        "lon": 3.6157087,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765098,\n
        "lat": 49.3639200,\n
        "lon": 3.6157075,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765099,\n
        "lat": 49.3639192,\n
        "lon": 3.6156943,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765100,\n
        "lat": 49.3639114,\n
        "lon": 3.6156955,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765101,\n
        "lat": 49.3639035,\n
        "lon": 3.6155909,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765102,\n
        "lat": 49.3656757,\n
        "lon": 3.6214255,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765103,\n
        "lat": 49.3656862,\n
        "lon": 3.6214183,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765104,\n
        "lat": 49.3656765,\n
        "lon": 3.6213841,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765105,\n
        "lat": 49.3656647,\n
        "lon": 3.6213933,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765106,\n
        "lat": 49.3658041,\n
        "lon": 3.6212392,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765107,\n
        "lat": 49.3658393,\n
        "lon": 3.6213527,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765108,\n
        "lat": 49.3659585,\n
        "lon": 3.6212647,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765109,\n
        "lat": 49.3659230,\n
        "lon": 3.6211538,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765110,\n
        "lat": 49.3664876,\n
        "lon": 3.6221940,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765111,\n
        "lat": 49.3663793,\n
        "lon": 3.6222188,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765112,\n
        "lat": 49.3663860,\n
        "lon": 3.6222613,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765113,\n
        "lat": 49.3664913,\n
        "lon": 3.6222356,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765114,\n
        "lat": 49.3659071,\n
        "lon": 3.6222485,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765115,\n
        "lat": 49.3660460,\n
        "lon": 3.6215951,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765116,\n
        "lat": 49.3659598,\n
        "lon": 3.6216574,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765117,\n
        "lat": 49.3659863,\n
        "lon": 3.6217468,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765118,\n
        "lat": 49.3660732,\n
        "lon": 3.6216850,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765119,\n
        "lat": 49.3662772,\n
        "lon": 3.6204663,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765120,\n
        "lat": 49.3662753,\n
        "lon": 3.6205076,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765121,\n
        "lat": 49.3663225,\n
        "lon": 3.6205104,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765122,\n
        "lat": 49.3663246,\n
        "lon": 3.6204697,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765123,\n
        "lat": 49.3661522,\n
        "lon": 3.6203318,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765132,\n
        "lat": 49.3656711,\n
        "lon": 3.6213652,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765133,\n
        "lat": 49.3656922,\n
        "lon": 3.6214142,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765134,\n
        "lat": 49.3657098,\n
        "lon": 3.6214722,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765135,\n
        "lat": 49.3657673,\n
        "lon": 3.6214325,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765136,\n
        "lat": 49.3657217,\n
        "lon": 3.6213003,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765137,\n
        "lat": 49.3655074,\n
        "lon": 3.6213518,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765138,\n
        "lat": 49.3655172,\n
        "lon": 3.6214306,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765139,\n
        "lat": 49.3655979,\n
        "lon": 3.6214086,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765140,\n
        "lat": 49.3655828,\n
        "lon": 3.6213296,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765141,\n
        "lat": 49.3655768,\n
        "lon": 3.6215979,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765142,\n
        "lat": 49.3657187,\n
        "lon": 3.6215014,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765143,\n
        "lat": 49.3655508,\n
        "lon": 3.6215110,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765144,\n
        "lat": 49.3662741,\n
        "lon": 3.6218555,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765145,\n
        "lat": 49.3663126,\n
        "lon": 3.6218392,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765146,\n
        "lat": 49.3662718,\n
        "lon": 3.6215933,\n
        "timestamp": "2017-03-06T06:08:35Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765147,\n
        "lat": 49.3662118,\n
        "lon": 3.6216133,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765148,\n
        "lat": 49.3665656,\n
        "lon": 3.6221392,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765149,\n
        "lat": 49.3665629,\n
        "lon": 3.6220583,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765150,\n
        "lat": 49.3664818,\n
        "lon": 3.6220697,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765151,\n
        "lat": 49.3664854,\n
        "lon": 3.6221515,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765152,\n
        "lat": 49.3665607,\n
        "lon": 3.6214840,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765153,\n
        "lat": 49.3665607,\n
        "lon": 3.6215074,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765154,\n
        "lat": 49.3665302,\n
        "lon": 3.6215074,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765155,\n
        "lat": 49.3665316,\n
        "lon": 3.6219102,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765156,\n
        "lat": 49.3665624,\n
        "lon": 3.6219074,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765157,\n
        "lat": 49.3665601,\n
        "lon": 3.6215698,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765158,\n
        "lat": 49.3666104,\n
        "lon": 3.6215685,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765159,\n
        "lat": 49.3666114,\n
        "lon": 3.6214835,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765160,\n
        "lat": 49.3663406,\n
        "lon": 3.6213372,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765161,\n
        "lat": 49.3662866,\n
        "lon": 3.6213442,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765162,\n
        "lat": 49.3661845,\n
        "lon": 3.6213416,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765163,\n
        "lat": 49.3661841,\n
        "lon": 3.6214223,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765164,\n
        "lat": 49.3662868,\n
        "lon": 3.6214247,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765165,\n
        "lat": 49.3663047,\n
        "lon": 3.6215572,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765166,\n
        "lat": 49.3663379,\n
        "lon": 3.6218334,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765167,\n
        "lat": 49.3664556,\n
        "lon": 3.6218061,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765168,\n
        "lat": 49.3664413,\n
        "lon": 3.6216703,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765169,\n
        "lat": 49.3664294,\n
        "lon": 3.6216718,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765170,\n
        "lat": 49.3664242,\n
        "lon": 3.6216231,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765171,\n
        "lat": 49.3663959,\n
        "lon": 3.6216339,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765172,\n
        "lat": 49.3663863,\n
        "lon": 3.6215449,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765173,\n
        "lat": 49.3663645,\n
        "lon": 3.6215507,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765174,\n
        "lat": 49.3662994,\n
        "lon": 3.6211671,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765175,\n
        "lat": 49.3663008,\n
        "lon": 3.6211466,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765176,\n
        "lat": 49.3662293,\n
        "lon": 3.6211357,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765177,\n
        "lat": 49.3662194,\n
        "lon": 3.6211681,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765178,\n
        "lat": 49.3662535,\n
        "lon": 3.6211727,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765179,\n
        "lat": 49.3662543,\n
        "lon": 3.6211614,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765180,\n
        "lat": 49.3665605,\n
        "lon": 3.6213163,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765181,\n
        "lat": 49.3665299,\n
        "lon": 3.6213181,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765182,\n
        "lat": 49.3665298,\n
        "lon": 3.6214373,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765183,\n
        "lat": 49.3665606,\n
        "lon": 3.6214345,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765184,\n
        "lat": 49.3663656,\n
        "lon": 3.6211667,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765185,\n
        "lat": 49.3662905,\n
        "lon": 3.6212947,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765186,\n
        "lat": 49.3661849,\n
        "lon": 3.6212879,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765187,\n
        "lat": 49.3663452,\n
        "lon": 3.6212895,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765188,\n
        "lat": 49.3663601,\n
        "lon": 3.6212888,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765189,\n
        "lat": 49.3663370,\n
        "lon": 3.6207313,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765190,\n
        "lat": 49.3662655,\n
        "lon": 3.6207153,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765191,\n
        "lat": 49.3663060,\n
        "lon": 3.6210708,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765192,\n
        "lat": 49.3665033,\n
        "lon": 3.6207378,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765193,\n
        "lat": 49.3664438,\n
        "lon": 3.6207298,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765194,\n
        "lat": 49.3664368,\n
        "lon": 3.6208932,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765195,\n
        "lat": 49.3664953,\n
        "lon": 3.6209010,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765196,\n
        "lat": 49.3666340,\n
        "lon": 3.6205216,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765197,\n
        "lat": 49.3666149,\n
        "lon": 3.6205203,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765198,\n
        "lat": 49.3666111,\n
        "lon": 3.6205964,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765199,\n
        "lat": 49.3666298,\n
        "lon": 3.6205978,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765200,\n
        "lat": 49.3665246,\n
        "lon": 3.6202797,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765201,\n
        "lat": 49.3663575,\n
        "lon": 3.6203195,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765202,\n
        "lat": 49.3663622,\n
        "lon": 3.6203690,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765203,\n
        "lat": 49.3664481,\n
        "lon": 3.6203636,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765204,\n
        "lat": 49.3664477,\n
        "lon": 3.6204259,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765205,\n
        "lat": 49.3664612,\n
        "lon": 3.6204262,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765206,\n
        "lat": 49.3664589,\n
        "lon": 3.6205325,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765207,\n
        "lat": 49.3665133,\n
        "lon": 3.6205386,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765208,\n
        "lat": 49.3659620,\n
        "lon": 3.6207656,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765209,\n
        "lat": 49.3658891,\n
        "lon": 3.6207699,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765210,\n
        "lat": 49.3658917,\n
        "lon": 3.6208567,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765211,\n
        "lat": 49.3659646,\n
        "lon": 3.6208524,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765212,\n
        "lat": 49.3655759,\n
        "lon": 3.6219052,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765213,\n
        "lat": 49.3655606,\n
        "lon": 3.6217556,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765214,\n
        "lat": 49.3654851,\n
        "lon": 3.6217737,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765215,\n
        "lat": 49.3654947,\n
        "lon": 3.6218629,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765216,\n
        "lat": 49.3654831,\n
        "lon": 3.6218658,\n
        "timestamp": "2017-03-06T06:08:36Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765289,\n
        "lat": 49.3653922,\n
        "lon": 3.6154068,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765290,\n
        "lat": 49.3653787,\n
        "lon": 3.6153071,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765291,\n
        "lat": 49.3653203,\n
        "lon": 3.6153254,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765292,\n
        "lat": 49.3654108,\n
        "lon": 3.6151577,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765293,\n
        "lat": 49.3654944,\n
        "lon": 3.6156209,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765294,\n
        "lat": 49.3655553,\n
        "lon": 3.6155764,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765295,\n
        "lat": 49.3655612,\n
        "lon": 3.6155966,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765296,\n
        "lat": 49.3655641,\n
        "lon": 3.6155945,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765297,\n
        "lat": 49.3656004,\n
        "lon": 3.6156265,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765298,\n
        "lat": 49.3656196,\n
        "lon": 3.6155971,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765299,\n
        "lat": 49.3655948,\n
        "lon": 3.6155807,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765300,\n
        "lat": 49.3656736,\n
        "lon": 3.6155268,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765301,\n
        "lat": 49.3656725,\n
        "lon": 3.6155233,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765302,\n
        "lat": 49.3656950,\n
        "lon": 3.6155080,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765303,\n
        "lat": 49.3656656,\n
        "lon": 3.6154076,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765304,\n
        "lat": 49.3655646,\n
        "lon": 3.6154765,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765305,\n
        "lat": 49.3655618,\n
        "lon": 3.6154680,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765306,\n
        "lat": 49.3655305,\n
        "lon": 3.6154833,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765307,\n
        "lat": 49.3654571,\n
        "lon": 3.6155396,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765308,\n
        "lat": 49.3654937,\n
        "lon": 3.6156328,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765309,\n
        "lat": 49.3654972,\n
        "lon": 3.6156299,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765310,\n
        "lat": 49.3654015,\n
        "lon": 3.6157095,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765311,\n
        "lat": 49.3654431,\n
        "lon": 3.6156748,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765312,\n
        "lat": 49.3654017,\n
        "lon": 3.6155819,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765313,\n
        "lat": 49.3653810,\n
        "lon": 3.6155976,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765314,\n
        "lat": 49.3653357,\n
        "lon": 3.6156469,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765315,\n
        "lat": 49.3625227,\n
        "lon": 3.6176440,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765316,\n
        "lat": 49.3624857,\n
        "lon": 3.6177040,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765317,\n
        "lat": 49.3626010,\n
        "lon": 3.6178757,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765318,\n
        "lat": 49.3626357,\n
        "lon": 3.6178174,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765319,\n
        "lat": 49.3619622,\n
        "lon": 3.6178664,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765320,\n
        "lat": 49.3618817,\n
        "lon": 3.6176991,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765321,\n
        "lat": 49.3617962,\n
        "lon": 3.6178020,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765322,\n
        "lat": 49.3620048,\n
        "lon": 3.6182279,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765323,\n
        "lat": 49.3620717,\n
        "lon": 3.6181238,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765324,\n
        "lat": 49.3619890,\n
        "lon": 3.6179566,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765325,\n
        "lat": 49.3620058,\n
        "lon": 3.6179336,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765326,\n
        "lat": 49.3619873,\n
        "lon": 3.6178974,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765327,\n
        "lat": 49.3619683,\n
        "lon": 3.6179228,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765328,\n
        "lat": 49.3619488,\n
        "lon": 3.6178854,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765329,\n
        "lat": 49.3619249,\n
        "lon": 3.6170825,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765330,\n
        "lat": 49.3619188,\n
        "lon": 3.6170911,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765331,\n
        "lat": 49.3619717,\n
        "lon": 3.6171930,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765332,\n
        "lat": 49.3620538,\n
        "lon": 3.6170932,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765333,\n
        "lat": 49.3619971,\n
        "lon": 3.6169847,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765334,\n
        "lat": 49.3651412,\n
        "lon": 3.6234311,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765335,\n
        "lat": 49.3651464,\n
        "lon": 3.6234898,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765336,\n
        "lat": 49.3651729,\n
        "lon": 3.6234840,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765337,\n
        "lat": 49.3651672,\n
        "lon": 3.6234236,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765338,\n
        "lat": 49.3629763,\n
        "lon": 3.6118182,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765339,\n
        "lat": 49.3629767,\n
        "lon": 3.6118690,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765340,\n
        "lat": 49.3630130,\n
        "lon": 3.6118651,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765341,\n
        "lat": 49.3630122,\n
        "lon": 3.6118171,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765342,\n
        "lat": 49.3632169,\n
        "lon": 3.6127877,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765343,\n
        "lat": 49.3631419,\n
        "lon": 3.6127743,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765344,\n
        "lat": 49.3631334,\n
        "lon": 3.6129137,\n
        "timestamp": "2017-03-06T06:08:38Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765345,\n
        "lat": 49.3630808,\n
        "lon": 3.6129088,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765346,\n
        "lat": 49.3630777,\n
        "lon": 3.6129748,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765347,\n
        "lat": 49.3631350,\n
        "lon": 3.6129764,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765348,\n
        "lat": 49.3631337,\n
        "lon": 3.6129889,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765349,\n
        "lat": 49.3632038,\n
        "lon": 3.6129979,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765350,\n
        "lat": 49.3631761,\n
        "lon": 3.6125700,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765351,\n
        "lat": 49.3631455,\n
        "lon": 3.6125675,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765352,\n
        "lat": 49.3631395,\n
        "lon": 3.6126660,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765353,\n
        "lat": 49.3631689,\n
        "lon": 3.6126656,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765354,\n
        "lat": 49.3654106,\n
        "lon": 3.6180376,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765355,\n
        "lat": 49.3652843,\n
        "lon": 3.6180868,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765356,\n
        "lat": 49.3653030,\n
        "lon": 3.6182832,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765357,\n
        "lat": 49.3652974,\n
        "lon": 3.6182840,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765358,\n
        "lat": 49.3652976,\n
        "lon": 3.6182925,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765359,\n
        "lat": 49.3652911,\n
        "lon": 3.6182946,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765360,\n
        "lat": 49.3652901,\n
        "lon": 3.6183022,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765361,\n
        "lat": 49.3652634,\n
        "lon": 3.6183096,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765362,\n
        "lat": 49.3652664,\n
        "lon": 3.6183621,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765363,\n
        "lat": 49.3653030,\n
        "lon": 3.6183545,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765364,\n
        "lat": 49.3653035,\n
        "lon": 3.6183680,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765365,\n
        "lat": 49.3653099,\n
        "lon": 3.6183683,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765366,\n
        "lat": 49.3653106,\n
        "lon": 3.6183808,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765367,\n
        "lat": 49.3653532,\n
        "lon": 3.6183747,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765368,\n
        "lat": 49.3653528,\n
        "lon": 3.6183612,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765369,\n
        "lat": 49.3653566,\n
        "lon": 3.6183600,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765370,\n
        "lat": 49.3653640,\n
        "lon": 3.6183786,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765371,\n
        "lat": 49.3653809,\n
        "lon": 3.6183827,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765372,\n
        "lat": 49.3653931,\n
        "lon": 3.6183767,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765373,\n
        "lat": 49.3654000,\n
        "lon": 3.6183633,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765374,\n
        "lat": 49.3654019,\n
        "lon": 3.6183486,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765375,\n
        "lat": 49.3654054,\n
        "lon": 3.6183433,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765376,\n
        "lat": 49.3654117,\n
        "lon": 3.6183812,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765377,\n
        "lat": 49.3654480,\n
        "lon": 3.6183660,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765378,\n
        "lat": 49.3654456,\n
        "lon": 3.6183376,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765379,\n
        "lat": 49.3654519,\n
        "lon": 3.6183360,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765380,\n
        "lat": 49.3654442,\n
        "lon": 3.6182382,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765381,\n
        "lat": 49.3654301,\n
        "lon": 3.6182391,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765382,\n
        "lat": 49.3646788,\n
        "lon": 3.6176596,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765383,\n
        "lat": 49.3647045,\n
        "lon": 3.6178506,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765384,\n
        "lat": 49.3647317,\n
        "lon": 3.6178417,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765385,\n
        "lat": 49.3647057,\n
        "lon": 3.6176490,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765386,\n
        "lat": 49.3649990,\n
        "lon": 3.6183502,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765387,\n
        "lat": 49.3650088,\n
        "lon": 3.6183971,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765388,\n
        "lat": 49.3650801,\n
        "lon": 3.6183569,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765389,\n
        "lat": 49.3650810,\n
        "lon": 3.6183062,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765390,\n
        "lat": 49.3650802,\n
        "lon": 3.6183050,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765391,\n
        "lat": 49.3650739,\n
        "lon": 3.6186890,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765392,\n
        "lat": 49.3652327,\n
        "lon": 3.6185438,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765393,\n
        "lat": 49.3651913,\n
        "lon": 3.6184710,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765394,\n
        "lat": 49.3650498,\n
        "lon": 3.6186019,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765395,\n
        "lat": 49.3646986,\n
        "lon": 3.6182241,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765396,\n
        "lat": 49.3646644,\n
        "lon": 3.6182452,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765397,\n
        "lat": 49.3646690,\n
        "lon": 3.6182646,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765398,\n
        "lat": 49.3646037,\n
        "lon": 3.6183031,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765399,\n
        "lat": 49.3646331,\n
        "lon": 3.6184288,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765400,\n
        "lat": 49.3647317,\n
        "lon": 3.6183695,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765401,\n
        "lat": 49.3647348,\n
        "lon": 3.6179222,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765402,\n
        "lat": 49.3646997,\n
        "lon": 3.6179344,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765403,\n
        "lat": 49.3647066,\n
        "lon": 3.6179915,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765404,\n
        "lat": 49.3647426,\n
        "lon": 3.6179799,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765405,\n
        "lat": 49.3648225,\n
        "lon": 3.6176347,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765406,\n
        "lat": 49.3647963,\n
        "lon": 3.6174721,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765407,\n
        "lat": 49.3647572,\n
        "lon": 3.6174869,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765408,\n
        "lat": 49.3647835,\n
        "lon": 3.6176501,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765409,\n
        "lat": 49.3648985,\n
        "lon": 3.6181110,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765410,\n
        "lat": 49.3648926,\n
        "lon": 3.6180705,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765411,\n
        "lat": 49.3648619,\n
        "lon": 3.6180822,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765412,\n
        "lat": 49.3648706,\n
        "lon": 3.6181363,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765413,\n
        "lat": 49.3649003,\n
        "lon": 3.6181251,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765414,\n
        "lat": 49.3648498,\n
        "lon": 3.6179459,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765415,\n
        "lat": 49.3648342,\n
        "lon": 3.6178460,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765416,\n
        "lat": 49.3647295,\n
        "lon": 3.6178833,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765417,\n
        "lat": 49.3648338,\n
        "lon": 3.6177046,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765418,\n
        "lat": 49.3648583,\n
        "lon": 3.6176950,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765419,\n
        "lat": 49.3648471,\n
        "lon": 3.6176252,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765420,\n
        "lat": 49.3648657,\n
        "lon": 3.6176167,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765421,\n
        "lat": 49.3648399,\n
        "lon": 3.6174555,\n
        "timestamp": "2017-03-06T06:08:39Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765422,\n
        "lat": 49.3649888,\n
        "lon": 3.6179000,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765423,\n
        "lat": 49.3649750,\n
        "lon": 3.6178122,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765424,\n
        "lat": 49.3649032,\n
        "lon": 3.6178376,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765425,\n
        "lat": 49.3649176,\n
        "lon": 3.6179239,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765426,\n
        "lat": 49.3644893,\n
        "lon": 3.6182275,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765427,\n
        "lat": 49.3645091,\n
        "lon": 3.6183036,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765428,\n
        "lat": 49.3645462,\n
        "lon": 3.6182821,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765429,\n
        "lat": 49.3645269,\n
        "lon": 3.6182044,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765430,\n
        "lat": 49.3643461,\n
        "lon": 3.6184774,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765431,\n
        "lat": 49.3643174,\n
        "lon": 3.6184843,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765432,\n
        "lat": 49.3643193,\n
        "lon": 3.6185047,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765433,\n
        "lat": 49.3643481,\n
        "lon": 3.6184974,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765434,\n
        "lat": 49.3651025,\n
        "lon": 3.6178244,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765435,\n
        "lat": 49.3650968,\n
        "lon": 3.6176295,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765436,\n
        "lat": 49.3649717,\n
        "lon": 3.6172992,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765437,\n
        "lat": 49.3649090,\n
        "lon": 3.6173331,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765438,\n
        "lat": 49.3650303,\n
        "lon": 3.6176546,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765439,\n
        "lat": 49.3650337,\n
        "lon": 3.6177741,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765440,\n
        "lat": 49.3650089,\n
        "lon": 3.6177833,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765441,\n
        "lat": 49.3650259,\n
        "lon": 3.6178876,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765442,\n
        "lat": 49.3650844,\n
        "lon": 3.6178680,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765443,\n
        "lat": 49.3652835,\n
        "lon": 3.6173013,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765444,\n
        "lat": 49.3652756,\n
        "lon": 3.6174051,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765445,\n
        "lat": 49.3654418,\n
        "lon": 3.6174398,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765446,\n
        "lat": 49.3655031,\n
        "lon": 3.6174790,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765447,\n
        "lat": 49.3655994,\n
        "lon": 3.6175201,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765448,\n
        "lat": 49.3656156,\n
        "lon": 3.6174354,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765449,\n
        "lat": 49.3655100,\n
        "lon": 3.6173755,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765450,\n
        "lat": 49.3655143,\n
        "lon": 3.6173533,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765451,\n
        "lat": 49.3654509,\n
        "lon": 3.6173179,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765452,\n
        "lat": 49.3654465,\n
        "lon": 3.6173394,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765453,\n
        "lat": 49.3652241,\n
        "lon": 3.6176749,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765454,\n
        "lat": 49.3653781,\n
        "lon": 3.6176335,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765455,\n
        "lat": 49.3653782,\n
        "lon": 3.6176208,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765456,\n
        "lat": 49.3653689,\n
        "lon": 3.6175399,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765457,\n
        "lat": 49.3653334,\n
        "lon": 3.6175484,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765458,\n
        "lat": 49.3653312,\n
        "lon": 3.6175322,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765459,\n
        "lat": 49.3652692,\n
        "lon": 3.6175477,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765460,\n
        "lat": 49.3652708,\n
        "lon": 3.6175638,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765461,\n
        "lat": 49.3652004,\n
        "lon": 3.6175836,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765462,\n
        "lat": 49.3651926,\n
        "lon": 3.6170971,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765463,\n
        "lat": 49.3651909,\n
        "lon": 3.6171410,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765464,\n
        "lat": 49.3653576,\n
        "lon": 3.6171502,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765465,\n
        "lat": 49.3653630,\n
        "lon": 3.6171077,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765466,\n
        "lat": 49.3649459,\n
        "lon": 3.6170105,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765467,\n
        "lat": 49.3650745,\n
        "lon": 3.6170226,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765468,\n
        "lat": 49.3650758,\n
        "lon": 3.6169403,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765469,\n
        "lat": 49.3649461,\n
        "lon": 3.6169297,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765470,\n
        "lat": 49.3642100,\n
        "lon": 3.6182677,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765471,\n
        "lat": 49.3642121,\n
        "lon": 3.6182871,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765472,\n
        "lat": 49.3641975,\n
        "lon": 3.6182908,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765473,\n
        "lat": 49.3642005,\n
        "lon": 3.6183196,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765474,\n
        "lat": 49.3642152,\n
        "lon": 3.6183159,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765475,\n
        "lat": 49.3642200,\n
        "lon": 3.6183603,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765476,\n
        "lat": 49.3643240,\n
        "lon": 3.6183379,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765477,\n
        "lat": 49.3643262,\n
        "lon": 3.6183533,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765478,\n
        "lat": 49.3643598,\n
        "lon": 3.6183451,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765479,\n
        "lat": 49.3643581,\n
        "lon": 3.6183298,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765480,\n
        "lat": 49.3644004,\n
        "lon": 3.6183219,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765481,\n
        "lat": 49.3644032,\n
        "lon": 3.6183454,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765482,\n
        "lat": 49.3644560,\n
        "lon": 3.6183324,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765483,\n
        "lat": 49.3644438,\n
        "lon": 3.6182129,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765484,\n
        "lat": 49.3643416,\n
        "lon": 3.6182371,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765485,\n
        "lat": 49.3643389,\n
        "lon": 3.6182192,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765486,\n
        "lat": 49.3643112,\n
        "lon": 3.6182256,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765487,\n
        "lat": 49.3643128,\n
        "lon": 3.6182444,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765488,\n
        "lat": 49.3645114,\n
        "lon": 3.6179632,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765489,\n
        "lat": 49.3646352,\n
        "lon": 3.6179153,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765490,\n
        "lat": 49.3646161,\n
        "lon": 3.6177965,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765491,\n
        "lat": 49.3644923,\n
        "lon": 3.6178444,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765492,\n
        "lat": 49.3656414,\n
        "lon": 3.6180879,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765493,\n
        "lat": 49.3656799,\n
        "lon": 3.6180664,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765494,\n
        "lat": 49.3656789,\n
        "lon": 3.6180610,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765495,\n
        "lat": 49.3656480,\n
        "lon": 3.6179930,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765496,\n
        "lat": 49.3656098,\n
        "lon": 3.6180168,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765497,\n
        "lat": 49.3654370,\n
        "lon": 3.6179368,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765498,\n
        "lat": 49.3654569,\n
        "lon": 3.6180482,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765499,\n
        "lat": 49.3655092,\n
        "lon": 3.6180245,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765500,\n
        "lat": 49.3654901,\n
        "lon": 3.6179133,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765501,\n
        "lat": 49.3654148,\n
        "lon": 3.6186363,\n
        "timestamp": "2017-03-06T06:08:40Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765502,\n
        "lat": 49.3655631,\n
        "lon": 3.6188334,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765503,\n
        "lat": 49.3656646,\n
        "lon": 3.6187066,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765504,\n
        "lat": 49.3657096,\n
        "lon": 3.6186386,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765505,\n
        "lat": 49.3657520,\n
        "lon": 3.6185308,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765506,\n
        "lat": 49.3656992,\n
        "lon": 3.6184797,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765507,\n
        "lat": 49.3656642,\n
        "lon": 3.6185738,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765508,\n
        "lat": 49.3656203,\n
        "lon": 3.6186442,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765509,\n
        "lat": 49.3656425,\n
        "lon": 3.6186781,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765510,\n
        "lat": 49.3655929,\n
        "lon": 3.6187427,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765511,\n
        "lat": 49.3654859,\n
        "lon": 3.6185841,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765512,\n
        "lat": 49.3654162,\n
        "lon": 3.6178197,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765513,\n
        "lat": 49.3654728,\n
        "lon": 3.6178127,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765514,\n
        "lat": 49.3654409,\n
        "lon": 3.6178091,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765515,\n
        "lat": 49.3659106,\n
        "lon": 3.6183419,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765516,\n
        "lat": 49.3660820,\n
        "lon": 3.6184805,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765517,\n
        "lat": 49.3661079,\n
        "lon": 3.6184036,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765518,\n
        "lat": 49.3659431,\n
        "lon": 3.6182739,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765519,\n
        "lat": 49.3660309,\n
        "lon": 3.6180511,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765520,\n
        "lat": 49.3660015,\n
        "lon": 3.6181257,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765521,\n
        "lat": 49.3660746,\n
        "lon": 3.6181932,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765522,\n
        "lat": 49.3661049,\n
        "lon": 3.6181148,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765523,\n
        "lat": 49.3659200,\n
        "lon": 3.6180224,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765524,\n
        "lat": 49.3659124,\n
        "lon": 3.6180400,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765525,\n
        "lat": 49.3659651,\n
        "lon": 3.6180929,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765526,\n
        "lat": 49.3659824,\n
        "lon": 3.6180501,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765527,\n
        "lat": 49.3659314,\n
        "lon": 3.6179985,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765528,\n
        "lat": 49.3658679,\n
        "lon": 3.6179682,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765529,\n
        "lat": 49.3657880,\n
        "lon": 3.6181526,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765530,\n
        "lat": 49.3658413,\n
        "lon": 3.6182059,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765531,\n
        "lat": 49.3659642,\n
        "lon": 3.6177856,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765532,\n
        "lat": 49.3660783,\n
        "lon": 3.6179423,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765533,\n
        "lat": 49.3661214,\n
        "lon": 3.6178707,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765534,\n
        "lat": 49.3660110,\n
        "lon": 3.6177135,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765535,\n
        "lat": 49.3659893,\n
        "lon": 3.6177498,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765536,\n
        "lat": 49.3653777,\n
        "lon": 3.6177088,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765537,\n
        "lat": 49.3654206,\n
        "lon": 3.6177100,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765538,\n
        "lat": 49.3654211,\n
        "lon": 3.6176220,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765539,\n
        "lat": 49.3657560,\n
        "lon": 3.6192845,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765540,\n
        "lat": 49.3656542,\n
        "lon": 3.6191143,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765541,\n
        "lat": 49.3656197,\n
        "lon": 3.6191656,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765542,\n
        "lat": 49.3657200,\n
        "lon": 3.6193342,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765543,\n
        "lat": 49.3655196,\n
        "lon": 3.6190914,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765544,\n
        "lat": 49.3655713,\n
        "lon": 3.6191510,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765545,\n
        "lat": 49.3656160,\n
        "lon": 3.6190390,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765546,\n
        "lat": 49.3655662,\n
        "lon": 3.6189805,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765547,\n
        "lat": 49.3658793,\n
        "lon": 3.6194864,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765548,\n
        "lat": 49.3658695,\n
        "lon": 3.6194662,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765549,\n
        "lat": 49.3658414,\n
        "lon": 3.6194213,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765550,\n
        "lat": 49.3657662,\n
        "lon": 3.6195344,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765551,\n
        "lat": 49.3658060,\n
        "lon": 3.6195992,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765552,\n
        "lat": 49.3661069,\n
        "lon": 3.6188790,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765553,\n
        "lat": 49.3660424,\n
        "lon": 3.6187740,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765554,\n
        "lat": 49.3659940,\n
        "lon": 3.6188437,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765555,\n
        "lat": 49.3660585,\n
        "lon": 3.6189488,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765556,\n
        "lat": 49.3633245,\n
        "lon": 3.6152381,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765557,\n
        "lat": 49.3633493,\n
        "lon": 3.6153220,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765558,\n
        "lat": 49.3634742,\n
        "lon": 3.6152321,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765559,\n
        "lat": 49.3634463,\n
        "lon": 3.6151471,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765560,\n
        "lat": 49.3638427,\n
        "lon": 3.6138067,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765561,\n
        "lat": 49.3637662,\n
        "lon": 3.6139155,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765562,\n
        "lat": 49.3637927,\n
        "lon": 3.6139601,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765563,\n
        "lat": 49.3638175,\n
        "lon": 3.6139267,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765564,\n
        "lat": 49.3638274,\n
        "lon": 3.6139449,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765565,\n
        "lat": 49.3638958,\n
        "lon": 3.6138372,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765566,\n
        "lat": 49.3613891,\n
        "lon": 3.6181312,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765567,\n
        "lat": 49.3613175,\n
        "lon": 3.6181991,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765568,\n
        "lat": 49.3611272,\n
        "lon": 3.6181714,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765569,\n
        "lat": 49.3613339,\n
        "lon": 3.6179914,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765570,\n
        "lat": 49.3614365,\n
        "lon": 3.6178890,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765571,\n
        "lat": 49.3614098,\n
        "lon": 3.6179143,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765572,\n
        "lat": 49.3614707,\n
        "lon": 3.6180664,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765573,\n
        "lat": 49.3614976,\n
        "lon": 3.6180411,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765574,\n
        "lat": 49.3615380,\n
        "lon": 3.6177314,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765575,\n
        "lat": 49.3614995,\n
        "lon": 3.6177669,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765576,\n
        "lat": 49.3616563,\n
        "lon": 3.6181663,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765577,\n
        "lat": 49.3616948,\n
        "lon": 3.6181308,\n
        "timestamp": "2017-03-06T06:08:41Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765582,\n
        "lat": 49.3660954,\n
        "lon": 3.6224805,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765583,\n
        "lat": 49.3660712,\n
        "lon": 3.6223969,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765584,\n
        "lat": 49.3660703,\n
        "lon": 3.6224802,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765585,\n
        "lat": 49.3673320,\n
        "lon": 3.6159866,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765586,\n
        "lat": 49.3671633,\n
        "lon": 3.6160937,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765587,\n
        "lat": 49.3672241,\n
        "lon": 3.6163170,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765588,\n
        "lat": 49.3673924,\n
        "lon": 3.6162118,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765589,\n
        "lat": 49.3671279,\n
        "lon": 3.6159634,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765590,\n
        "lat": 49.3672771,\n
        "lon": 3.6157819,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765591,\n
        "lat": 49.3672576,\n
        "lon": 3.6157982,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765592,\n
        "lat": 49.3672729,\n
        "lon": 3.6158446,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765593,\n
        "lat": 49.3670986,\n
        "lon": 3.6159307,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765594,\n
        "lat": 49.3671141,\n
        "lon": 3.6159747,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765595,\n
        "lat": 49.3672953,\n
        "lon": 3.6167838,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765596,\n
        "lat": 49.3673847,\n
        "lon": 3.6169058,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765597,\n
        "lat": 49.3673492,\n
        "lon": 3.6166845,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765598,\n
        "lat": 49.3675725,\n
        "lon": 3.6165866,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765599,\n
        "lat": 49.3675312,\n
        "lon": 3.6166365,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765600,\n
        "lat": 49.3676624,\n
        "lon": 3.6167480,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765601,\n
        "lat": 49.3674363,\n
        "lon": 3.6164272,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765602,\n
        "lat": 49.3675662,\n
        "lon": 3.6165750,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765603,\n
        "lat": 49.3670027,\n
        "lon": 3.6159610,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765604,\n
        "lat": 49.3668934,\n
        "lon": 3.6160510,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765605,\n
        "lat": 49.3669232,\n
        "lon": 3.6161359,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765606,\n
        "lat": 49.3670049,\n
        "lon": 3.6160700,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765607,\n
        "lat": 49.3670173,\n
        "lon": 3.6159984,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765608,\n
        "lat": 49.3645376,\n
        "lon": 3.6167395,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765609,\n
        "lat": 49.3645974,\n
        "lon": 3.6167260,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765610,\n
        "lat": 49.3649520,\n
        "lon": 3.6168700,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765611,\n
        "lat": 49.3645994,\n
        "lon": 3.6155238,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765612,\n
        "lat": 49.3646162,\n
        "lon": 3.6156033,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765613,\n
        "lat": 49.3646301,\n
        "lon": 3.6155076,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765614,\n
        "lat": 49.3639930,\n
        "lon": 3.6157295,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765615,\n
        "lat": 49.3640232,\n
        "lon": 3.6157348,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765616,\n
        "lat": 49.3639958,\n
        "lon": 3.6155854,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765617,\n
        "lat": 49.3639699,\n
        "lon": 3.6155965,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765618,\n
        "lat": 49.3639921,\n
        "lon": 3.6157179,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765619,\n
        "lat": 49.3636592,\n
        "lon": 3.6168398,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765620,\n
        "lat": 49.3637524,\n
        "lon": 3.6168112,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765621,\n
        "lat": 49.3636311,\n
        "lon": 3.6153581,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765622,\n
        "lat": 49.3636526,\n
        "lon": 3.6156453,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765623,\n
        "lat": 49.3637770,\n
        "lon": 3.6156350,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765624,\n
        "lat": 49.3637755,\n
        "lon": 3.6156045,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765625,\n
        "lat": 49.3638355,\n
        "lon": 3.6155977,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765626,\n
        "lat": 49.3638183,\n
        "lon": 3.6153322,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765627,\n
        "lat": 49.3637825,\n
        "lon": 3.6156037,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765628,\n
        "lat": 49.3638037,\n
        "lon": 3.6160330,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765629,\n
        "lat": 49.3638511,\n
        "lon": 3.6160251,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765630,\n
        "lat": 49.3639452,\n
        "lon": 3.6162672,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765631,\n
        "lat": 49.3639685,\n
        "lon": 3.6162644,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765632,\n
        "lat": 49.3668882,\n
        "lon": 3.6213017,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765633,\n
        "lat": 49.3667617,\n
        "lon": 3.6212769,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765634,\n
        "lat": 49.3659177,\n
        "lon": 3.6208945,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765635,\n
        "lat": 49.3658667,\n
        "lon": 3.6209186,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765636,\n
        "lat": 49.3658911,\n
        "lon": 3.6210468,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765637,\n
        "lat": 49.3659415,\n
        "lon": 3.6210243,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765638,\n
        "lat": 49.3656514,\n
        "lon": 3.6213517,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765639,\n
        "lat": 49.3656315,\n
        "lon": 3.6212731,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765640,\n
        "lat": 49.3657260,\n
        "lon": 3.6215022,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765641,\n
        "lat": 49.3657787,\n
        "lon": 3.6214657,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765642,\n
        "lat": 49.3657247,\n
        "lon": 3.6214980,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765643,\n
        "lat": 49.3659278,\n
        "lon": 3.6216807,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765644,\n
        "lat": 49.3659559,\n
        "lon": 3.6217683,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765645,\n
        "lat": 49.3662686,\n
        "lon": 3.6215742,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765646,\n
        "lat": 49.3661649,\n
        "lon": 3.6203772,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765647,\n
        "lat": 49.3662232,\n
        "lon": 3.6203369,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765648,\n
        "lat": 49.3662090,\n
        "lon": 3.6202960,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765649,\n
        "lat": 49.3665654,\n
        "lon": 3.6221334,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765650,\n
        "lat": 49.3667062,\n
        "lon": 3.6221135,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765651,\n
        "lat": 49.3667033,\n
        "lon": 3.6220553,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765652,\n
        "lat": 49.3665635,\n
        "lon": 3.6220766,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765653,\n
        "lat": 49.3667085,\n
        "lon": 3.6216460,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765654,\n
        "lat": 49.3667739,\n
        "lon": 3.6216621,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765655,\n
        "lat": 49.3667719,\n
        "lon": 3.6216879,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765656,\n
        "lat": 49.3668315,\n
        "lon": 3.6217011,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765657,\n
        "lat": 49.3663695,\n
        "lon": 3.6210755,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765658,\n
        "lat": 49.3663232,\n
        "lon": 3.6219949,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765659,\n
        "lat": 49.3664474,\n
        "lon": 3.6219604,\n
        "timestamp": "2017-03-06T06:08:42Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765660,\n
        "lat": 49.3664441,\n
        "lon": 3.6219152,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765661,\n
        "lat": 49.3664799,\n
        "lon": 3.6219091,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765662,\n
        "lat": 49.3664725,\n
        "lon": 3.6218045,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765663,\n
        "lat": 49.3663566,\n
        "lon": 3.6214801,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765664,\n
        "lat": 49.3664153,\n
        "lon": 3.6214637,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765665,\n
        "lat": 49.3659622,\n
        "lon": 3.6207732,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765666,\n
        "lat": 49.3659644,\n
        "lon": 3.6208448,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765667,\n
        "lat": 49.3659848,\n
        "lon": 3.6208434,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765668,\n
        "lat": 49.3659827,\n
        "lon": 3.6207718,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765669,\n
        "lat": 49.3677262,\n
        "lon": 3.6170942,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765670,\n
        "lat": 49.3677403,\n
        "lon": 3.6171242,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765671,\n
        "lat": 49.3676668,\n
        "lon": 3.6182149,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765672,\n
        "lat": 49.3676971,\n
        "lon": 3.6182938,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765673,\n
        "lat": 49.3671003,\n
        "lon": 3.6192220,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765674,\n
        "lat": 49.3670709,\n
        "lon": 3.6192485,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765675,\n
        "lat": 49.3670970,\n
        "lon": 3.6193161,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765676,\n
        "lat": 49.3671263,\n
        "lon": 3.6192896,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765677,\n
        "lat": 49.3656588,\n
        "lon": 3.6155369,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765678,\n
        "lat": 49.3656303,\n
        "lon": 3.6156503,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765679,\n
        "lat": 49.3656805,\n
        "lon": 3.6156216,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765680,\n
        "lat": 49.3656844,\n
        "lon": 3.6156048,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765681,\n
        "lat": 49.3658078,\n
        "lon": 3.6155268,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765682,\n
        "lat": 49.3657793,\n
        "lon": 3.6154568,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765683,\n
        "lat": 49.3657568,\n
        "lon": 3.6154865,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765684,\n
        "lat": 49.3657890,\n
        "lon": 3.6155656,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765685,\n
        "lat": 49.3655608,\n
        "lon": 3.6153133,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765686,\n
        "lat": 49.3655420,\n
        "lon": 3.6153227,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765687,\n
        "lat": 49.3655524,\n
        "lon": 3.6153717,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765688,\n
        "lat": 49.3655713,\n
        "lon": 3.6153623,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765689,\n
        "lat": 49.3654754,\n
        "lon": 3.6155863,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765690,\n
        "lat": 49.3654230,\n
        "lon": 3.6156298,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765691,\n
        "lat": 49.3653217,\n
        "lon": 3.6155039,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765692,\n
        "lat": 49.3653330,\n
        "lon": 3.6155577,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765693,\n
        "lat": 49.3653530,\n
        "lon": 3.6155480,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765694,\n
        "lat": 49.3653417,\n
        "lon": 3.6154942,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765695,\n
        "lat": 49.3619767,\n
        "lon": 3.6181706,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765696,\n
        "lat": 49.3619177,\n
        "lon": 3.6182359,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765697,\n
        "lat": 49.3619811,\n
        "lon": 3.6179056,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765698,\n
        "lat": 49.3631232,\n
        "lon": 3.6125657,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765699,\n
        "lat": 49.3631186,\n
        "lon": 3.6126661,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765700,\n
        "lat": 49.3648922,\n
        "lon": 3.6181978,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765701,\n
        "lat": 49.3648675,\n
        "lon": 3.6182116,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765702,\n
        "lat": 49.3648826,\n
        "lon": 3.6182667,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765703,\n
        "lat": 49.3649056,\n
        "lon": 3.6182531,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765704,\n
        "lat": 49.3645994,\n
        "lon": 3.6182851,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765705,\n
        "lat": 49.3644681,\n
        "lon": 3.6184522,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765706,\n
        "lat": 49.3644601,\n
        "lon": 3.6183727,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765707,\n
        "lat": 49.3643768,\n
        "lon": 3.6183941,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765708,\n
        "lat": 49.3643836,\n
        "lon": 3.6184681,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765709,\n
        "lat": 49.3644183,\n
        "lon": 3.6184597,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765710,\n
        "lat": 49.3649191,\n
        "lon": 3.6183148,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765711,\n
        "lat": 49.3649083,\n
        "lon": 3.6183207,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765712,\n
        "lat": 49.3649167,\n
        "lon": 3.6183504,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765713,\n
        "lat": 49.3649273,\n
        "lon": 3.6183445,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765714,\n
        "lat": 49.3660022,\n
        "lon": 3.6186145,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765715,\n
        "lat": 49.3660302,\n
        "lon": 3.6186339,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765716,\n
        "lat": 49.3660546,\n
        "lon": 3.6184584,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765717,\n
        "lat": 49.3659585,\n
        "lon": 3.6181478,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765718,\n
        "lat": 49.3659759,\n
        "lon": 3.6181038,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765719,\n
        "lat": 49.3658939,\n
        "lon": 3.6180833,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765720,\n
        "lat": 49.3660865,\n
        "lon": 3.6180989,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765721,\n
        "lat": 49.3661417,\n
        "lon": 3.6179638,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765722,\n
        "lat": 49.3660936,\n
        "lon": 3.6179168,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765723,\n
        "lat": 49.3653527,\n
        "lon": 3.6174212,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765724,\n
        "lat": 49.3653490,\n
        "lon": 3.6174621,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4719765725,\n
        "lat": 49.3654381,\n
        "lon": 3.6174808,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773579,\n
        "timestamp": "2017-03-06T06:08:43Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764780,\n
          4719764781,\n
          4719764782,\n
          4719764783,\n
          4719764911,\n
          4719764910,\n
          4719764780\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773613,\n
        "timestamp": "2017-03-06T06:08:46Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764947,\n
          4719764945,\n
          4719764946,\n
          4719764948,\n
          4719764947\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773616,\n
        "timestamp": "2017-03-06T06:08:46Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764967,\n
          4719764968,\n
          4719764969,\n
          4719764970,\n
          4719765630,\n
          4719764971,\n
          4719764972,\n
          4719764973,\n
          4719764974,\n
          4719764954,\n
          4719764955,\n
          4719764956,\n
          4719764957,\n
          4719764958,\n
          4719764959,\n
          4719764960,\n
          4719764961,\n
          4719764962,\n
          4719764963,\n
          4719764964,\n
          4719764965,\n
          4719764966,\n
          4719764953,\n
          4719765629,\n
          4719764967\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773618,\n
        "timestamp": "2017-03-06T06:08:46Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765108,\n
          4719765109,\n
          4719765106,\n
          4719765107,\n
          4719765108\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773620,\n
        "timestamp": "2017-03-06T06:08:46Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765653,\n
          4719765654,\n
          4719765655,\n
          4719765656,\n
          4719765632,\n
          4719765633,\n
          4719765653\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773621,\n
        "timestamp": "2017-03-06T06:08:46Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765137,\n
          4719765138,\n
          4719765139,\n
          4719765140,\n
          4719765137\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773623,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763117,\n
          4719763118,\n
          4719763119,\n
          4719763120,\n
          4719763121,\n
          4719763122,\n
          4719763117\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773625,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765174,\n
          4719765175,\n
          4719765176,\n
          4719765177,\n
          4719765178,\n
          4719765179,\n
          4719765174\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773626,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765141,\n
          4719765142,\n
          4719765134,\n
          4719765133,\n
          4719765103,\n
          4719765102,\n
          4719765143,\n
          4719765141\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773628,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765585,\n
          4719765586,\n
          4719764578,\n
          4719764577,\n
          4719765587,\n
          4719765588,\n
          4719765585\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773630,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765640,\n
          4719765641,\n
          4719765135,\n
          4719765134,\n
          4719765142,\n
          4719765642,\n
          4719765640\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773632,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765144,\n
          4719765145,\n
          4719765146,\n
          4719765147,\n
          4719765144\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773634,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765589,\n
          4719765586,\n
          4719765585,\n
          4719765590,\n
          4719765591,\n
          4719765592,\n
          4719765589\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773635,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765148,\n
          4719765649,\n
          4719765652,\n
          4719765149,\n
          4719765150,\n
          4719765151,\n
          4719765148\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773637,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763131,\n
          4719763132,\n
          4719763133,\n
          4719763134,\n
          4719763131\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773639,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765593,\n
          4719765594,\n
          4719765589,\n
          4719765592,\n
          4719765591,\n
          4719765593\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773641,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765704,\n
          4719765398,\n
          4719765397,\n
          4719765396,\n
          4719765704\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773642,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765152,\n
          4719765153,\n
          4719765154,\n
          4719765155,\n
          4719765156,\n
          4719765157,\n
          4719765158,\n
          4719765159,\n
          4719765152\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773644,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765595,\n
          4719765596,\n
          4719764691,\n
          4719764690,\n
          4719765597,\n
          4719765595\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773646,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763135,\n
          4719763136,\n
          4719763137,\n
          4719763138,\n
          4719763139,\n
          4719763140,\n
          4719765696,\n
          4719763141,\n
          4719763142,\n
          4719763135\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773648,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765582,\n
          4719764543,\n
          4719764542,\n
          4719765583,\n
          4719765584,\n
          4719765582\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773650,\n
        "timestamp": "2017-03-06T06:08:47Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765598,\n
          4719765599,\n
          4719764581,\n
          4719764689,\n
          4719765600,\n
          4719765598\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773651,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765566,\n
          4719765567,\n
          4719763132,\n
          4719763131,\n
          4719765566\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773653,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764701,\n
          4719765601,\n
          4719765599,\n
          4719765598,\n
          4719765602,\n
          4719764701\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773655,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765293,\n
          4719765294,\n
          4719765295,\n
          4719765296,\n
          4719765297,\n
          4719765298,\n
          4719765299,\n
          4719765677,\n
          4719765300,\n
          4719765301,\n
          4719765302,\n
          4719765303,\n
          4719765304,\n
          4719765305,\n
          4719765306,\n
          4719765307,\n
          4719765689,\n
          4719765308,\n
          4719765309,\n
          4719765293\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773657,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765603,\n
          4719765604,\n
          4719765605,\n
          4719765606,\n
          4719765594,\n
          4719765593,\n
          4719765607,\n
          4719765603\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773659,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763147,\n
          4719763148,\n
          4719763143,\n
          4719763146,\n
          4719763149,\n
          4719763150,\n
          4719765568,\n
          4719763151,\n
          4719763152,\n
          4719763153,\n
          4719763154,\n
          4719763155,\n
          4719763147\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773661,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764563,\n
          4719764564,\n
          4719764565,\n
          4719764566,\n
          4719764567,\n
          4719764563\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773662,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764720,\n
          4719764719,\n
          4719764714,\n
          4719764713,\n
          4719764720\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773665,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765608,\n
          4719765609,\n
          4719764724,\n
          4719764723,\n
          4719765608\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773666,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765610,\n
          4719764907,\n
          4719764906,\n
          4719764905,\n
          4719765610\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773668,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765611,\n
          4719765612,\n
          4719764928,\n
          4719765613,\n
          4719765611\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773669,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763156,\n
          4719763157,\n
          4719763158,\n
          4719763159,\n
          4719763160,\n
          4719763161,\n
          4719763156\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773671,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763123,\n
          4719763124,\n
          4719763125,\n
          4719763126,\n
          4719763127,\n
          4719763128,\n
          4719763129,\n
          4719763130,\n
          4719763123\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773673,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765614,\n
          4719765615,\n
          4719765616,\n
          4719765617,\n
          4719765618,\n
          4719765614\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773674,\n
        "timestamp": "2017-03-06T06:08:48Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765180,\n
          4719765181,\n
          4719765182,\n
          4719765183,\n
          4719765180\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773676,\n
        "timestamp": "2020-02-17T22:56:19Z",\n
        "version": 2,\n
        "changeset": 81139400,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4719763162,\n
          4719763163,\n
          4719763164,\n
          4719763165,\n
          4719765570,\n
          4719765573,\n
          4719763166,\n
          4719763167,\n
          4719765576,\n
          4719765575,\n
          4719763168,\n
          4719763157,\n
          4719763156,\n
          4719763169,\n
          4719763162\n
        ],\n
        "tags": {\n
          "addr:housenumber": "5",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773677,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765619,\n
          4719765620,\n
          4719764976,\n
          4719764975,\n
          4719765619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773679,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765184,\n
          4719765174,\n
          4719765185,\n
          4719765186,\n
          4719765162,\n
          4719765161,\n
          4719765160,\n
          4719765187,\n
          4719765188,\n
          4719765184\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773681,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765621,\n
          4719765622,\n
          4719765623,\n
          4719765624,\n
          4719765627,\n
          4719764984,\n
          4719765625,\n
          4719765626,\n
          4719764945,\n
          4719764947,\n
          4719765621\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773682,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765189,\n
          4719765190,\n
          4719765176,\n
          4719765175,\n
          4719765191,\n
          4719765189\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773684,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765627,\n
          4719765628,\n
          4719765629,\n
          4719764953,\n
          4719764984,\n
          4719765627\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773686,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765192,\n
          4719765193,\n
          4719765194,\n
          4719765195,\n
          4719765192\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773687,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763174,\n
          4719763175,\n
          4719763176,\n
          4719763177,\n
          4719763174\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773689,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765630,\n
          4719764970,\n
          4719764969,\n
          4719765631,\n
          4719765630\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773690,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763028,\n
          4719763029,\n
          4719763030,\n
          4719763031,\n
          4719763028\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773692,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763178,\n
          4719763179,\n
          4719763180,\n
          4719763181,\n
          4719763182,\n
          4719763178\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773694,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763183,\n
          4719763184,\n
          4719763178,\n
          4719763182,\n
          4719763183\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773695,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765634,\n
          4719765635,\n
          4719765636,\n
          4719765637,\n
          4719765634\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773697,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763185,\n
          4719763186,\n
          4719763187,\n
          4719763188,\n
          4719764489,\n
          4719763185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773699,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765139,\n
          4719765638,\n
          4719765639,\n
          4719765140,\n
          4719765139\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773700,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765208,\n
          4719765209,\n
          4719765210,\n
          4719765211,\n
          4719765666,\n
          4719765665,\n
          4719765208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773702,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764490,\n
          4719764491,\n
          4719764492,\n
          4719764493,\n
          4719763186,\n
          4719763185,\n
          4719764490\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773703,\n
        "timestamp": "2017-03-06T06:08:49Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765212,\n
          4719765213,\n
          4719765214,\n
          4719765215,\n
          4719765216,\n
          4719763027,\n
          4719765212\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773705,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765116,\n
          4719765643,\n
          4719765644,\n
          4719765117,\n
          4719765116\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773706,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764494,\n
          4719764495,\n
          4719764496,\n
          4719764497,\n
          4719764498,\n
          4719764494\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773708,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765165,\n
          4719765645,\n
          4719765146,\n
          4719765145,\n
          4719765166,\n
          4719765165\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773710,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765646,\n
          4719765647,\n
          4719765648,\n
          4719765123,\n
          4719765646\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773712,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764571,\n
          4719764568,\n
          4719764572,\n
          4719764573,\n
          4719764571\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773713,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764499,\n
          4719764500,\n
          4719764501,\n
          4719764502,\n
          4719764503,\n
          4719764499\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773715,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765649,\n
          4719765650,\n
          4719765651,\n
          4719765652,\n
          4719765649\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773717,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763032,\n
          4719763033,\n
          4719763034,\n
          4719763035,\n
          4719763032\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773719,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764504,\n
          4719764505,\n
          4719764506,\n
          4719764507,\n
          4719764508,\n
          4719764509,\n
          4719764504\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773720,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763036,\n
          4719763037,\n
          4719763038,\n
          4719763039,\n
          4719763040,\n
          4719763041,\n
          4719763036\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773722,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765657,\n
          4719765191,\n
          4719765175,\n
          4719765174,\n
          4719765184,\n
          4719765657\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773723,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764510,\n
          4719764511,\n
          4719764512,\n
          4719764513,\n
          4719764514,\n
          4719764515,\n
          4719764516,\n
          4719764517,\n
          4719764510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773725,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765166,\n
          4719765145,\n
          4719765658,\n
          4719765659,\n
          4719765660,\n
          4719765661,\n
          4719765662,\n
          4719765167,\n
          4719765166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773727,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763042,\n
          4719763043,\n
          4719763044,\n
          4719763045,\n
          4719763042\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773728,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765663,\n
          4719765173,\n
          4719765172,\n
          4719765171,\n
          4719765170,\n
          4719765169,\n
          4719765168,\n
          4719765664,\n
          4719765663\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773730,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764510,\n
          4719764518,\n
          4719764519,\n
          4719764520,\n
          4719764521,\n
          4719764522,\n
          4719764523,\n
          4719764511,\n
          4719764510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773731,\n
        "timestamp": "2017-03-06T06:08:50Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765717,\n
          4719765718,\n
          4719765525,\n
          4719765524,\n
          4719765719,\n
          4719765717\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773733,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765665,\n
          4719765666,\n
          4719765667,\n
          4719765668,\n
          4719765665\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773735,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765114,\n
          4719764529,\n
          4719764530,\n
          4719764531,\n
          4719765114\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773736,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763052,\n
          4719763053,\n
          4719763054,\n
          4719763055,\n
          4719763056,\n
          4719763057,\n
          4719763058,\n
          4719763052\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773738,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763049,\n
          4719765669,\n
          4719765670,\n
          4719763050,\n
          4719763049\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773740,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765671,\n
          4719765672,\n
          4719763057,\n
          4719763056,\n
          4719765671\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773741,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764524,\n
          4719764527,\n
          4719764528,\n
          4719764518,\n
          4719764510,\n
          4719764524\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773743,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765673,\n
          4719765674,\n
          4719765675,\n
          4719765676,\n
          4719765673\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773744,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763059,\n
          4719763060,\n
          4719763061,\n
          4719763062,\n
          4719763059\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773746,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765677,\n
          4719765299,\n
          4719765298,\n
          4719765297,\n
          4719765678,\n
          4719765679,\n
          4719765680,\n
          4719765677\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773747,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763063,\n
          4719763064,\n
          4719763065,\n
          4719763066,\n
          4719763063\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773749,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764532,\n
          4719764533,\n
          4719764534,\n
          4719764535,\n
          4719764532\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773750,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765681,\n
          4719765682,\n
          4719765683,\n
          4719765684,\n
          4719765681\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773752,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763067,\n
          4719763068,\n
          4719763069,\n
          4719763070,\n
          4719763071,\n
          4719763072,\n
          4719763073,\n
          4719763061,\n
          4719763060,\n
          4719763059,\n
          4719763074,\n
          4719763075,\n
          4719763067\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773754,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765532,\n
          4719765519,\n
          4719765720,\n
          4719765721,\n
          4719765722,\n
          4719765532\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773756,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764536,\n
          4719764537,\n
          4719764538,\n
          4719764539,\n
          4719764540,\n
          4719764541,\n
          4719764542,\n
          4719764543,\n
          4719765582,\n
          4719764544,\n
          4719764545,\n
          4719764546,\n
          4719764547,\n
          4719764548,\n
          4719764549,\n
          4719764536\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773757,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765685,\n
          4719765686,\n
          4719765687,\n
          4719765688,\n
          4719765685\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773759,\n
        "timestamp": "2017-03-06T06:08:51Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765689,\n
          4719765690,\n
          4719765311,\n
          4719765308,\n
          4719765689\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773761,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763076,\n
          4719763077,\n
          4719763078,\n
          4719763079,\n
          4719763076\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773762,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765691,\n
          4719765692,\n
          4719765693,\n
          4719765694,\n
          4719765691\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773764,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763080,\n
          4719763076,\n
          4719763079,\n
          4719765685,\n
          4719765688,\n
          4719763081,\n
          4719763080\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773765,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765695,\n
          4719765696,\n
          4719763140,\n
          4719765322,\n
          4719765695\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773767,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763082,\n
          4719763083,\n
          4719763084,\n
          4719763085,\n
          4719763086,\n
          4719763082\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773769,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765319,\n
          4719765328,\n
          4719765327,\n
          4719765697,\n
          4719765319\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773771,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765351,\n
          4719765698,\n
          4719765699,\n
          4719765352,\n
          4719765351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773772,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763087,\n
          4719763088,\n
          4719765289,\n
          4719765290,\n
          4719765291,\n
          4719763087\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773774,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765700,\n
          4719765701,\n
          4719765702,\n
          4719765703,\n
          4719765700\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773776,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764559,\n
          4719764560,\n
          4719764561,\n
          4719764562,\n
          4719764559\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773777,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765160,\n
          4719765161,\n
          4719765162,\n
          4719765163,\n
          4719765164,\n
          4719765165,\n
          4719765166,\n
          4719765167,\n
          4719765168,\n
          4719765169,\n
          4719765170,\n
          4719765171,\n
          4719765172,\n
          4719765173,\n
          4719765663,\n
          4719765160\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773779,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764786,\n
          4719765292,\n
          4719763065,\n
          4719763064,\n
          4719764787,\n
          4719764786\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773781,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765315,\n
          4719765316,\n
          4719765317,\n
          4719765318,\n
          4719765315\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773782,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765705,\n
          4719765706,\n
          4719765707,\n
          4719765708,\n
          4719765709,\n
          4719765705\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773784,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764924,\n
          4719764925,\n
          4719764926,\n
          4719764927,\n
          4719765613,\n
          4719764928,\n
          4719764924\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773786,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765391,\n
          4719765392,\n
          4719765393,\n
          4719765394,\n
          4719765391\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773787,\n
        "timestamp": "2017-03-06T06:08:52Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765710,\n
          4719765711,\n
          4719765712,\n
          4719765713,\n
          4719765710\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773789,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764568,\n
          4719764559,\n
          4719764562,\n
          4719764569,\n
          4719764570,\n
          4719764572,\n
          4719764568\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773790,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763143,\n
          4719763144,\n
          4719763145,\n
          4719763146,\n
          4719763143\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773792,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765714,\n
          4719765715,\n
          4719765516,\n
          4719765716,\n
          4719765714\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773794,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764574,\n
          4719764564,\n
          4719764563,\n
          4719764575,\n
          4719764576,\n
          4719764574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773795,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765310,\n
          4719765311,\n
          4719765690,\n
          4719765312,\n
          4719765313,\n
          4719765314,\n
          4719765310\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773797,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764577,\n
          4719764578,\n
          4719764579,\n
          4719764580,\n
          4719764577\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773798,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765445,\n
          4719765723,\n
          4719765724,\n
          4719765725,\n
          4719765445\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773800,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764581,\n
          4719764582,\n
          4719764583,\n
          4719764584,\n
          4719764585,\n
          4719764586,\n
          4719764587,\n
          4719764588,\n
          4719764689,\n
          4719764581\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773802,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719763046,\n
          4719763047,\n
          4719763048,\n
          4719763049,\n
          4719763050,\n
          4719765670,\n
          4719763051,\n
          4719763046\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773804,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765319,\n
          4719765320,\n
          4719765321,\n
          4719765695,\n
          4719765322,\n
          4719765323,\n
          4719765324,\n
          4719765325,\n
          4719765326,\n
          4719765697,\n
          4719765327,\n
          4719765328,\n
          4719765319\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773805,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765570,\n
          4719765571,\n
          4719765572,\n
          4719765573,\n
          4719765570\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773807,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764690,\n
          4719764691,\n
          4719764692,\n
          4719764693,\n
          4719764694,\n
          4719764695,\n
          4719764696,\n
          4719764690\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773809,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765543,\n
          4719765544,\n
          4719765545,\n
          4719765546,\n
          4719765543\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773810,\n
        "timestamp": "2020-02-17T22:56:19Z",\n
        "version": 2,\n
        "changeset": 81139400,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4719765329,\n
          4719765330,\n
          4719765331,\n
          4719765332,\n
          4719765333,\n
          4719765329\n
        ],\n
        "tags": {\n
          "addr:housenumber": "1",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773812,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764697,\n
          4719764698,\n
          4719764699,\n
          4719764700,\n
          4719765601,\n
          4719764701,\n
          4719764702,\n
          4719764697\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773814,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765334,\n
          4719765335,\n
          4719765336,\n
          4719765337,\n
          4719765334\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773815,\n
        "timestamp": "2017-03-06T06:08:53Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764703,\n
          4719764704,\n
          4719764705,\n
          4719764706,\n
          4719764707,\n
          4719764708,\n
          4719764703\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773817,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765338,\n
          4719765339,\n
          4719765340,\n
          4719765341,\n
          4719765338\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773818,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765342,\n
          4719765343,\n
          4719765344,\n
          4719765345,\n
          4719765346,\n
          4719765347,\n
          4719765348,\n
          4719765349,\n
          4719765342\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773820,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764713,\n
          4719764714,\n
          4719764715,\n
          4719764716,\n
          4719764713\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773821,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765350,\n
          4719765351,\n
          4719765352,\n
          4719765353,\n
          4719765350\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773823,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764717,\n
          4719764718,\n
          4719764719,\n
          4719764720,\n
          4719764721,\n
          4719764717\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773824,\n
        "timestamp": "2017-03-10T07:59:17Z",\n
        "version": 2,\n
        "changeset": 46731146,\n
        "user": "JeaRRo",\n
        "uid": 187177,\n
        "nodes": [\n
          4719765354,\n
          4719765355,\n
          4719765356,\n
          4719765357,\n
          4719765358,\n
          4719765359,\n
          4719765360,\n
          4719765361,\n
          4719765362,\n
          4719765363,\n
          4719765364,\n
          4719765365,\n
          4719765366,\n
          4719765367,\n
          4719765368,\n
          4719765369,\n
          4719765370,\n
          4719765371,\n
          4719765372,\n
          4719765373,\n
          4719765374,\n
          4719765375,\n
          4719765376,\n
          4719765377,\n
          4719765378,\n
          4719765379,\n
          4719765380,\n
          4719765381,\n
          4719765354\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "heritage": "2",\n
          "heritage:operator": "mhs",\n
          "mhs:inscription_date": "1921-10-06",\n
          "name": "Église Saint-Rémy",\n
          "ref:mhs": "PA00115650",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "source:heritage": "data.gouv.fr, Ministère de la Culture - 2016",\n
          "start_date": "C12",\n
          "wikidata": "Q3584369",\n
          "wikipedia": "fr:Église Saint-Rémy de Dhuizel"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773827,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764722,\n
          4719764723,\n
          4719764724,\n
          4719764725,\n
          4719764726,\n
          4719764727,\n
          4719764728,\n
          4719764729,\n
          4719764730,\n
          4719764717,\n
          4719764721,\n
          4719764722\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773829,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764524,\n
          4719764510,\n
          4719764517,\n
          4719764525,\n
          4719764526,\n
          4719764524\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773830,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764731,\n
          4719764732,\n
          4719764733,\n
          4719764734,\n
          4719764731\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773832,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764735,\n
          4719764736,\n
          4719764737,\n
          4719764738,\n
          4719764735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773833,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764739,\n
          4719764740,\n
          4719764741,\n
          4719764742,\n
          4719764743,\n
          4719764744,\n
          4719764745,\n
          4719764746,\n
          4719764747,\n
          4719764748,\n
          4719764739\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773836,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765382,\n
          4719765383,\n
          4719765384,\n
          4719765385,\n
          4719765382\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773838,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764749,\n
          4719764750,\n
          4719764751,\n
          4719764752,\n
          4719764753,\n
          4719764754,\n
          4719764749\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773840,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765386,\n
          4719765387,\n
          4719765388,\n
          4719765389,\n
          4719765390,\n
          4719765386\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773842,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764755,\n
          4719764756,\n
          4719764757,\n
          4719764758,\n
          4719764712,\n
          4719764711,\n
          4719764759,\n
          4719764760,\n
          4719764761,\n
          4719764762,\n
          4719764763,\n
          4719764755\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773844,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765395,\n
          4719765396,\n
          4719765397,\n
          4719765398,\n
          4719765399,\n
          4719765400,\n
          4719765395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773847,\n
        "timestamp": "2017-03-06T06:08:54Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764764,\n
          4719764765,\n
          4719764766,\n
          4719764767,\n
          4719764764\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773849,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765401,\n
          4719765402,\n
          4719765403,\n
          4719765404,\n
          4719765401\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773850,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764768,\n
          4719764769,\n
          4719764770,\n
          4719764771,\n
          4719764768\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773852,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765405,\n
          4719765406,\n
          4719765407,\n
          4719765408,\n
          4719765405\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773853,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764772,\n
          4719764773,\n
          4719764774,\n
          4719764775,\n
          4719764772\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773855,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765409,\n
          4719765410,\n
          4719765411,\n
          4719765412,\n
          4719765413,\n
          4719765409\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773857,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764776,\n
          4719764777,\n
          4719764778,\n
          4719764779,\n
          4719764776\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773858,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765414,\n
          4719765415,\n
          4719765416,\n
          4719765401,\n
          4719765404,\n
          4719765414\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773860,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765417,\n
          4719765418,\n
          4719765419,\n
          4719765420,\n
          4719765421,\n
          4719765406,\n
          4719765405,\n
          4719765417\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773861,\n
        "timestamp": "2020-02-17T22:56:19Z",\n
        "version": 2,\n
        "changeset": 81139400,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4719763170,\n
          4719763171,\n
          4719763172,\n
          4719763173,\n
          4719763170\n
        ],\n
        "tags": {\n
          "addr:housenumber": "9",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773863,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764784,\n
          4719764785,\n
          4719764786,\n
          4719764787,\n
          4719764784\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773865,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765422,\n
          4719765423,\n
          4719765424,\n
          4719765425,\n
          4719765422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773866,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764788,\n
          4719764889,\n
          4719764890,\n
          4719764891,\n
          4719764892,\n
          4719764788\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773868,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765426,\n
          4719765427,\n
          4719765428,\n
          4719765429,\n
          4719765426\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773869,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765430,\n
          4719765431,\n
          4719765432,\n
          4719765433,\n
          4719765430\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773871,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765434,\n
          4719765435,\n
          4719765436,\n
          4719765437,\n
          4719765438,\n
          4719765439,\n
          4719765440,\n
          4719765441,\n
          4719765442,\n
          4719765434\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773872,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764899,\n
          4719764900,\n
          4719764901,\n
          4719764902,\n
          4719764903,\n
          4719764904,\n
          4719764905,\n
          4719764906,\n
          4719764907,\n
          4719764899\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773874,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765443,\n
          4719765444,\n
          4719765723,\n
          4719765445,\n
          4719765446,\n
          4719765447,\n
          4719765448,\n
          4719765449,\n
          4719765450,\n
          4719765451,\n
          4719765452,\n
          4719765443\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773875,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764908,\n
          4719764896,\n
          4719764895,\n
          4719764909,\n
          4719764908\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773877,\n
        "timestamp": "2017-03-06T06:08:55Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764912,\n
          4719764913,\n
          4719764914,\n
          4719764915,\n
          4719764912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773879,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765453,\n
          4719765454,\n
          4719765455,\n
          4719765456,\n
          4719765457,\n
          4719765458,\n
          4719765459,\n
          4719765460,\n
          4719765461,\n
          4719765453\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773880,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764916,\n
          4719764917,\n
          4719764918,\n
          4719764919,\n
          4719764920,\n
          4719764921,\n
          4719764922,\n
          4719764923,\n
          4719764916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773882,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764709,\n
          4719764710,\n
          4719764711,\n
          4719764712,\n
          4719764709\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773883,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765462,\n
          4719765463,\n
          4719765464,\n
          4719765465,\n
          4719765462\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773885,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764554,\n
          4719764555,\n
          4719764556,\n
          4719764557,\n
          4719764558,\n
          4719764554\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773886,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765466,\n
          4719765467,\n
          4719765468,\n
          4719765469,\n
          4719765466\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773888,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764929,\n
          4719764930,\n
          4719764931,\n
          4719764932,\n
          4719764933,\n
          4719764934,\n
          4719764935,\n
          4719764936,\n
          4719764937,\n
          4719764938,\n
          4719764929\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773890,\n
        "timestamp": "2025-05-08T17:21:21Z",\n
        "version": 3,\n
        "changeset": 165994989,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4719765470,\n
          4719765471,\n
          4719765472,\n
          4719765473,\n
          4719765474,\n
          4719765475,\n
          4719765476,\n
          4719765477,\n
          4719765478,\n
          4719765479,\n
          4719765480,\n
          4719765481,\n
          4719765482,\n
          4719765483,\n
          4719765484,\n
          4719765485,\n
          4719765486,\n
          4719765487,\n
          4719765470\n
        ],\n
        "tags": {\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "s.m.s.longuevalbarbonval@wanadoo.fr",\n
          "contact:phone": "+33 3 23 54 02 76",\n
          "name": "Mairie de Dhuizel",\n
          "opening_hours": "Mo 17:00-18:00",\n
          "ref:FR:SIRET": "21020247900015",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017;Service-Public.fr - 03/2025",\n
          "wheelchair": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773892,\n
        "timestamp": "2020-12-10T09:14:53Z",\n
        "version": 2,\n
        "changeset": 95602317,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4719764940,\n
          4719764942,\n
          4719764943,\n
          4719764944,\n
          4719764940\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773895,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765488,\n
          4719765489,\n
          4719765490,\n
          4719765491,\n
          4719765488\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773896,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764949,\n
          4719764950,\n
          4719764951,\n
          4719764952,\n
          4719764949\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773898,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765492,\n
          4719765493,\n
          4719765494,\n
          4719765495,\n
          4719765496,\n
          4719765492\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773899,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765497,\n
          4719765498,\n
          4719765499,\n
          4719765500,\n
          4719765497\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773901,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765501,\n
          4719765502,\n
          4719765503,\n
          4719765504,\n
          4719765505,\n
          4719765506,\n
          4719765507,\n
          4719765508,\n
          4719765509,\n
          4719765510,\n
          4719765511,\n
          4719765501\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773903,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765196,\n
          4719765197,\n
          4719765198,\n
          4719765199,\n
          4719765196\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773904,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765512,\n
          4719765497,\n
          4719765500,\n
          4719765513,\n
          4719765514,\n
          4719765512\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773906,\n
        "timestamp": "2017-03-06T06:08:56Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765515,\n
          4719765716,\n
          4719765516,\n
          4719765517,\n
          4719765518,\n
          4719765515\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773907,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764975,\n
          4719764976,\n
          4719764977,\n
          4719764978,\n
          4719764979,\n
          4719764980,\n
          4719764981,\n
          4719764982,\n
          4719764983,\n
          4719764975\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773909,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765519,\n
          4719765520,\n
          4719765521,\n
          4719765522,\n
          4719765720,\n
          4719765519\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773910,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765523,\n
          4719765524,\n
          4719765525,\n
          4719765526,\n
          4719765527,\n
          4719765523\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773912,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764984,\n
          4719764953,\n
          4719764966,\n
          4719764985,\n
          4719764986,\n
          4719764987,\n
          4719764988,\n
          4719765089,\n
          4719765090,\n
          4719765091,\n
          4719765092,\n
          4719765093,\n
          4719765094,\n
          4719765095,\n
          4719765096,\n
          4719765097,\n
          4719765098,\n
          4719765099,\n
          4719765100,\n
          4719765101,\n
          4719765625,\n
          4719764984\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773914,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765528,\n
          4719765529,\n
          4719765530,\n
          4719765719,\n
          4719765524,\n
          4719765523,\n
          4719765528\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773915,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765531,\n
          4719765532,\n
          4719765722,\n
          4719765533,\n
          4719765534,\n
          4719765535,\n
          4719765531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773917,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764550,\n
          4719764551,\n
          4719764552,\n
          4719764553,\n
          4719764550\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773919,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765200,\n
          4719765201,\n
          4719765202,\n
          4719765203,\n
          4719765204,\n
          4719765205,\n
          4719765206,\n
          4719765207,\n
          4719765200\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773920,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765455,\n
          4719765454,\n
          4719765536,\n
          4719765537,\n
          4719765538,\n
          4719765455\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773922,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765539,\n
          4719765540,\n
          4719765541,\n
          4719765542,\n
          4719765539\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773923,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765102,\n
          4719765103,\n
          4719765104,\n
          4719765105,\n
          4719765102\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773925,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719764893,\n
          4719764894,\n
          4719764895,\n
          4719764896,\n
          4719764897,\n
          4719764898,\n
          4719764893\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773927,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765547,\n
          4719765548,\n
          4719765549,\n
          4719765550,\n
          4719765551,\n
          4719765547\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773928,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765132,\n
          4719765104,\n
          4719765103,\n
          4719765133,\n
          4719765134,\n
          4719765135,\n
          4719765136,\n
          4719765132\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773930,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765110,\n
          4719765111,\n
          4719765112,\n
          4719765113,\n
          4719765110\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773931,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765552,\n
          4719765553,\n
          4719765554,\n
          4719765555,\n
          4719765552\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773933,\n
        "timestamp": "2017-03-06T06:08:57Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765556,\n
          4719765557,\n
          4719765558,\n
          4719765559,\n
          4719765556\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773934,\n
        "timestamp": "2017-03-06T06:08:58Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765115,\n
          4719765116,\n
          4719765117,\n
          4719765118,\n
          4719765115\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773936,\n
        "timestamp": "2017-03-06T06:08:58Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765560,\n
          4719765561,\n
          4719765562,\n
          4719765563,\n
          4719765564,\n
          4719765565,\n
          4719765560\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773938,\n
        "timestamp": "2017-03-06T06:08:58Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765119,\n
          4719765120,\n
          4719765121,\n
          4719765122,\n
          4719765119\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773941,\n
        "timestamp": "2017-03-06T06:08:58Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765568,\n
          4719763150,\n
          4719765567,\n
          4719765566,\n
          4719765569,\n
          4719765568\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 478773944,\n
        "timestamp": "2017-03-06T06:08:58Z",\n
        "version": 1,\n
        "changeset": 46613862,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4719765574,\n
          4719765575,\n
          4719765576,\n
          4719765577,\n
          4719765574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]